Chen Jichang 
							
						 
					 
					
						
						
							
						
						2fb4c6771a 
					 
					
						
						
							
							test(pcnt): with malloc comes from PSRAM by default  
						
						 
						
						
						
						
					 
					
						2025-06-11 16:54:41 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						5cc6cbd4c7 
					 
					
						
						
							
							fix(mcpwm): the wrong pm lock type on esp32 and esp32s3  
						
						 
						
						
						
						
					 
					
						2025-05-08 21:25:47 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						ca981fdf4d 
					 
					
						
						
							
							feat(pcnt): re-support pcnt on ESP32-C5 V1.0  
						
						 
						
						
						
						
					 
					
						2025-04-25 13:07:38 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								igor.udot 
							
						 
					 
					
						
						
							
						
						daf2d31008 
					 
					
						
						
							
							test: format all test scripts  
						
						 
						
						
						
						
					 
					
						2025-03-05 12:08:48 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						dd07504ea5 
					 
					
						
						
							
							feat(pcnt): support step_notify on esp32h2 eco5  
						
						 
						
						
						
						
					 
					
						2024-12-11 16:57:09 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						a1b42191c2 
					 
					
						
						
							
							feat(mcpwm): support mcpwm sleep retention on p4  
						
						 
						
						
						
						
					 
					
						2024-11-21 11:55:58 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						8e4ff8bcba 
					 
					
						
						
							
							feat(mcpwm): support sleep retention  
						
						 
						
						
						
						
					 
					
						2024-11-07 12:06:31 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						ddf6fea6a2 
					 
					
						
						
							
							feat(pcnt): add sleep retention init  
						
						 
						
						... 
						
						
						
						Currently, due to the lack of sleep callback feature. We only init
sleep module but don't allocate it. Thus the power domain will be
kept during the light sleep. And temporarily disable pcnt sleep
retention support on P4 due to the lack of retention module ID. 
						
						
					 
					
						2024-10-30 19:34:33 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						e1d3d830ce 
					 
					
						
						
							
							refactor(gpio): public some IO configuration functions  
						
						 
						
						... 
						
						
						
						This allows different peripheral drivers to act on the same IO. 
						
						
					 
					
						2024-09-11 18:07:46 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						6d223f1921 
					 
					
						
						
							
							refactor(pcnt): ISR handling  
						
						 
						
						
						
						
					 
					
						2024-07-08 14:52:14 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						cb22b8aaf7 
					 
					
						
						
							
							ci(esp32c5): enable c5 target test  
						
						 
						
						
						
						
					 
					
						2024-07-02 16:45:49 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						03e936041d 
					 
					
						
						
							
							refactor(pcnt): refactor the default isr  
						
						 
						
						
						
						
					 
					
						2024-06-28 12:12:50 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						d81546628a 
					 
					
						
						
							
							feat(pcnt): add support for step notify  
						
						 
						
						... 
						
						
						
						PCNT can add watch of value increment that we call step notify.
This commit add a step notify driver and a test for the driver.
Closes https://github.com/espressif/esp-idf/issues/9604 
Closes https://github.com/espressif/esp-idf/issues/12136  
						
						
					 
					
						2024-06-24 15:50:47 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						c731b099ee 
					 
					
						
						
							
							remove(c5beta3): remove c5 beta3 doxy files  
						
						 
						
						
						
						
					 
					
						2024-06-17 12:02:15 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						c0289ee6eb 
					 
					
						
						
							
							fix(drivers): fix typos found by codespell  
						
						 
						
						... 
						
						
						
						codespell components/esp_driver* 
						
						
					 
					
						2024-03-28 10:01:27 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						16049ab6ad 
					 
					
						
						
							
							change(pcnt): reenable the target test for esp32p4  
						
						 
						
						... 
						
						
						
						by changing the GPIO assignment 
						
						
					 
					
						2024-01-10 23:03:40 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Armando 
							
						 
					 
					
						
						
							
						
						3c5a4f9e8a 
					 
					
						
						
							
							ci(p4): added todo jira for disabled tests on p4  
						
						 
						
						
						
						
					 
					
						2024-01-04 09:36:38 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Armando 
							
						 
					 
					
						
						
							
						
						907b876354 
					 
					
						
						
							
							ci(p4): temporarily disable failed ci tests on p4  
						
						 
						
						
						
						
					 
					
						2024-01-04 09:36:06 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Armando 
							
						 
					 
					
						
						
							
						
						1ab742b3c3 
					 
					
						
						
							
							ci(p4): enable esp32p4 target test  
						
						 
						
						
						
						
					 
					
						2024-01-04 09:34:55 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						eb5183f503 
					 
					
						
						
							
							feat(mcpwm): refactor mcpwm driver into a component  
						
						 
						
						
						
						
					 
					
						2023-11-09 22:05:06 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						98b5ea7bdf 
					 
					
						
						
							
							refactor(pcnt): make pcnt driver as component  
						
						 
						
						
						
						
					 
					
						2023-10-23 01:45:43 +00:00