laokaiyao 
							
						 
					 
					
						
						
							
						
						5bca458dbc 
					 
					
						
						
							
							fix(i2s): fixed alignment of max DMA buffer length on P4  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/14448  
						
						
					 
					
						2024-08-30 15:56:25 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						8ae12473b5 
					 
					
						
						
							
							refactor(i2s): clean up DMA buffer allocation  
						
						 
						
						
						
						
					 
					
						2024-06-12 10:16:24 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						cd4c71e20f 
					 
					
						
						
							
							fix(i2s): add the missed port2 for p4  
						
						 
						
						
						
						
					 
					
						2024-06-11 10:59:05 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						ab81888705 
					 
					
						
						
							
							fix(i2s): add check to gdma callback register  
						
						 
						
						
						
						
					 
					
						2024-06-11 10:55:22 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						e4f28fcb7f 
					 
					
						
						
							
							feat(i2s): support i2s gpio reservation  
						
						 
						
						
						
						
					 
					
						2024-04-07 11:33:23 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gaoxu 
							
						 
					 
					
						
						
							
						
						40f38bea6f 
					 
					
						
						
							
							feat(dma): refactor dma calloc function  
						
						 
						
						
						
						
					 
					
						2024-04-02 14:30:14 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Armando 
							
						 
					 
					
						
						
							
						
						f0518b3c16 
					 
					
						
						
							
							feat(dma): advanced dma malloc helper  
						
						 
						
						
						
						
					 
					
						2024-04-02 14:30:14 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						94ea9e398e 
					 
					
						
						
							
							fix(i2s): rollback the breaking change of callback event data  
						
						 
						
						... 
						
						
						
						`i2s_event_data_t::data` is deprecated due to the cumbersome usage of secondary pointer
Please use the newly added first-level pointer `i2s_event_data_t::dma_buf` instead 
						
						
					 
					
						2024-03-29 14:33:25 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin (Lao Kaiyao) 
							
						 
					 
					
						
						
							
						
						2a121e92e8 
					 
					
						
						
							
							Merge branch 'feature/i2s_support_asynch_read_write_via_callback' into 'master'  
						
						 
						
						... 
						
						
						
						feat(i2s): support asynchronous read write via callback
See merge request espressif/esp-idf!29870  
						
						
					 
					
						2024-03-28 11:50:13 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								morris 
							
						 
					 
					
						
						
							
						
						c0289ee6eb 
					 
					
						
						
							
							fix(drivers): fix typos found by codespell  
						
						 
						
						... 
						
						
						
						codespell components/esp_driver* 
						
						
					 
					
						2024-03-28 10:01:27 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						fd27cef045 
					 
					
						
						
							
							feat(i2s): support asynchronous read write via callback  
						
						 
						
						... 
						
						
						
						Split the TX DMA buffer `auto_clear` into `auto_clear_after_cb` and `auto_clear_before_cb`,
so that allow user to update the DMA buffer directly in the `on_sent` callback 
						
						
					 
					
						2024-03-27 16:04:13 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc CAPDEVILLE 
							
						 
					 
					
						
						
							
						
						fcd1f1c808 
					 
					
						
						
							
							change(esp_driver_i2s) : Some hack on I2S callback  
						
						 
						
						... 
						
						
						
						mod for event data to contain the pointer to the dma buffer.
mod for clearing data on send buffer before calling tx callback 
						
						
					 
					
						2024-03-27 16:04:03 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						b9e44b92b3 
					 
					
						
						
							
							ci(i2s): enable i2s ci tests on p4  
						
						 
						
						
						
						
					 
					
						2024-01-19 19:28:33 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						f254698166 
					 
					
						
						
							
							feat(i2s): support to get total dma buffer size  
						
						 
						
						
						
						
					 
					
						2024-01-09 11:02:37 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin (Lao Kaiyao) 
							
						 
					 
					
						
						
							
						
						405006450b 
					 
					
						
						
							
							Merge branch 'bugfix/fix_i2s_cache_sych_alignment_on_p4' into 'master'  
						
						 
						
						... 
						
						
						
						fix(i2s): fix cache sync alignment on p4
See merge request espressif/esp-idf!28138  
						
						
					 
					
						2023-12-27 11:52:09 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						9daffacba6 
					 
					
						
						
							
							fix(i2s): fix cache sync alignment on p4  
						
						 
						
						
						
						
					 
					
						2023-12-26 22:09:03 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						3c9505ac64 
					 
					
						
						
							
							fix(i2s): add rcc trick for some ll functions  
						
						 
						
						
						
						
					 
					
						2023-12-22 19:40:38 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								laokaiyao 
							
						 
					 
					
						
						
							
						
						74441d14ab 
					 
					
						
						
							
							refactor(i2s): make i2s driver as component  
						
						 
						
						
						
						
					 
					
						2023-11-17 21:29:17 +08:00