laokaiyao 
							
						 
					 
					
						
						
							
						
						4f28b33bbc 
					 
					
						
						
							
							apll: add lock for apll  
						
						
						
						
					 
					
						2021-12-29 10:13:13 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						af4e448928 
					 
					
						
						
							
							i2s: impove the clock division calculation  
						
						... 
						
						
						
						Reported from: https://esp32.com/viewtopic.php?f=25&t=24542&p=87595#p87595  
						
						
					 
					
						2021-12-29 10:13:13 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						45ea21e8a0 
					 
					
						
						
							
							doc: add application notes for i2s  
						
						
						
						
					 
					
						2021-12-23 18:59:56 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						c74b2e8635 
					 
					
						
						
							
							i2s: fix the wrong condition of event queue  
						
						
						
						
					 
					
						2021-12-23 18:59:56 +08:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						4dc0d6b2fe 
					 
					
						
						
							
							adc: support adc dma driver on all chips  
						
						
						
						
					 
					
						2021-12-16 00:19:15 +00:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						fa4e77eb44 
					 
					
						
						
							
							i2s: deprecate confusing names  
						
						
						
						
					 
					
						2021-11-24 13:21:13 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						16677b0d3c 
					 
					
						
						
							
							global: make periph enable/disable APIs private  
						
						... 
						
						
						
						peripheral enable/disable usually should be managed by driver itself,
so make it as espressif private APIs, not recommended for user to use it
in application code.
However, if user want to re-write the driver or ports to other platform,
this is still possible by including the header in this way:
"esp_private/peripheral_ctrl.h" 
						
						
					 
					
						2021-11-08 10:37:47 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						1327a56369 
					 
					
						
						
							
							i2s: fix the param check on PDM mode  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7604  
						
						
					 
					
						2021-10-01 16:05:04 +01:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						dfbe76e988 
					 
					
						
						
							
							i2s: fix return value when failed to register i2s  
						
						
						
						
					 
					
						2021-09-09 10:33:15 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						b3193e233c 
					 
					
						
						
							
							i2s: fix apll bugs introduced in 'refactor/i2s_driver'  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7529  
						
						
					 
					
						2021-09-09 10:23:52 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						c5afd7ce34 
					 
					
						
						
							
							i2s: fix write failure on ESP32 in 32bit slave mode  
						
						
						
						
					 
					
						2021-09-03 17:36:44 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						0ff3dd9778 
					 
					
						
						
							
							i2s: fix mono support issue  
						
						
						
						
					 
					
						2021-09-02 14:33:36 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						b26da6f115 
					 
					
						
						
							
							driver/i2s: refactor for i2s driver layer  
						
						
						
						
					 
					
						2021-09-02 14:33:36 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						3bcd9278fa 
					 
					
						
						
							
							i2s: expose resource object to other component  
						
						
						
						
					 
					
						2021-08-10 21:06:59 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						f863998e90 
					 
					
						
						
							
							driver/i2s: support mclk  
						
						
						
						
					 
					
						2021-08-04 10:20:03 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						3c57a6ac36 
					 
					
						
						
							
							driver/i2s: refactor ll and hal  
						
						
						
						
					 
					
						2021-08-04 10:20:03 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						d51b85989b 
					 
					
						
						
							
							doc/i2s: update i2s programming guide on s3 & c3  
						
						
						
						
					 
					
						2021-08-04 10:20:03 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						f7f8c9c11f 
					 
					
						
						
							
							driver/i2s: support i2s on c3 and s3  
						
						... 
						
						
						
						1. Support i2s on esp32c3 and esp32s3
    2. Refactor i2s_config_t to avoid breaking change
    2. Fix a bug that receiving unavailable values from message queue when dma queue has been re-allocted
    4. Support i2s unit test on esp32c3 and esp32s3 
						
						
					 
					
						2021-08-04 10:20:03 +08:00 
						 
				 
			
				
					
						
							
							
								houwenxiang 
							
						 
					 
					
						
						
							
						
						2f1247e1c4 
					 
					
						
						
							
							driver: support I2S on ESP32-S3 & ESP32-C3  
						
						... 
						
						
						
						1. refactor I2S driver.
  2. support TDM mode for esp2s3 & esp32c3. 
						
						
					 
					
						2021-08-04 10:20:03 +08:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						ff29aded19 
					 
					
						
						
							
							Merge branch 'bugfix/i2s_apll_disable_issue' into 'master'  
						
						... 
						
						
						
						i2s: fix driver uninstall issue
Closes IDF-3129
See merge request espressif/esp-idf!13238  
						
						
					 
					
						2021-05-31 08:16:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Brudný 
							
						 
					 
					
						
						
							
						
						690974e32f 
					 
					
						
						
							
							driver: update copyright notice  
						
						
						
						
					 
					
						2021-05-25 17:43:57 +02:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						d928cdd0b1 
					 
					
						
						
							
							i2s: fix driver uninstall issue  
						
						
						
						
					 
					
						2021-04-23 10:34:13 +08:00 
						 
				 
			
				
					
						
							
							
								Omar Chebib 
							
						 
					 
					
						
						
							
						
						cd79f3907d 
					 
					
						
						
							
							gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3  
						
						... 
						
						
						
						When `DIS_USB_JTAG` eFuse is NOT burned (`False`), it is not possible
to set pins 18 and 19 as GPIOs. This commit solves this by manually
disabling USB JTAG when using pins 18 or 19.
The functions shall use `gpio_hal_iomux_func_sel` instead of
`PIN_FUNC_SELELECT`. 
						
						
					 
					
						2021-04-08 14:01:18 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						753a929525 
					 
					
						
						
							
							global: fix sign-compare warnings  
						
						
						
						
					 
					
						2021-01-12 14:05:08 +08:00 
						 
				 
			
				
					
						
							
							
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						d6f0b4af6f 
					 
					
						
						
							
							adc_i2s: solve the i2s_adc issue when using wifi  
						
						
						
						
					 
					
						2020-12-07 10:45:04 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						a4f81d0bd3 
					 
					
						
						
							
							adc: add adc_power_acquire/release, deprecate adc_power_on/off  
						
						
						
						
					 
					
						2020-12-07 10:45:04 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						5228d9f9ce 
					 
					
						
						
							
							esp32c3: Apply one-liner/small changes for ESP32-C3  
						
						
						
						
					 
					
						2020-12-01 10:58:50 +11:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						66fb5a29bb 
					 
					
						
						
							
							Whitespace: Automated whitespace fixes (large commit)  
						
						... 
						
						
						
						Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace) 
						
						
					 
					
						2020-11-11 07:36:35 +00:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						647dea9395 
					 
					
						
						
							
							soc: combine xxx_caps.h into one soc_caps.h  
						
						... 
						
						
						
						During HAL layer refactoring and new chip bringup, we have several
caps.h for each part, to reduce the conflicts to minimum. But this is
The capabilities headers will be relataive stable once completely
written (maybe after the featues are supported by drivers).
Now ESP32 and ESP32-S2 drivers are relative stable, making it a good
time to combine all these caps.h into one soc_caps.h
This cleanup also move HAL config and pin config into separated files,
to make the responsibilities of these headers more clear. This is
helpful for the stabilities of soc_caps.h because we want to make it
public some day. 
						
						
					 
					
						2020-10-17 16:10:15 +08:00 
						 
				 
			
				
					
						
							
							
								fuzhibo 
							
						 
					 
					
						
						
							
						
						9cd5e6f8c9 
					 
					
						
						
							
							bugfix(adc): missing ranges of ADC codes in ESP32  
						
						
						
						
					 
					
						2020-10-12 07:41:03 +00:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						c7264f04c6 
					 
					
						
						
							
							Merge branch 'bugfix/fix_incorrect_i2s_pdm_clk_issue' into 'master'  
						
						... 
						
						
						
						Bugfix(I2S):  Fix I2S PDM clock incorrect issue when using APLL.
Closes IDFGH-3423 and IDFGH-3106
See merge request espressif/esp-idf!9101  
						
						
					 
					
						2020-09-28 11:35:31 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						61f89b97c6 
					 
					
						
						
							
							bringup esp32-s3 on FPGA  
						
						
						
						
					 
					
						2020-09-22 15:15:03 +08:00 
						 
				 
			
				
					
						
							
							
								Zhang Hu 
							
						 
					 
					
						
						
							
						
						6a5faa0fd7 
					 
					
						
						
							
							Driver(I2S): Fix I2S PDM clock incorrect issue when using APLL.  
						
						... 
						
						
						
						closes https://github.com/espressif/esp-idf/issues/5127 
closes https://github.com/espressif/esp-idf/issues/5386  
						
						
					 
					
						2020-09-07 08:08:22 +00:00 
						 
				 
			
				
					
						
							
							
								Chen Yi Qun 
							
						 
					 
					
						
						
							
						
						caaf62bdad 
					 
					
						
						
							
							driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages  
						
						... 
						
						
						
						__FILE__ macro in the error messages adds full paths to the production binarys, remove __FILE__ from the ESP_LOGE.
Closes https://github.com/espressif/esp-idf/issues/5637 
Merges https://github.com/espressif/esp-idf/pull/5638  
						
						
					 
					
						2020-08-03 15:21:36 +08:00 
						 
				 
			
				
					
						
							
							
								houwenxiang 
							
						 
					 
					
						
						
							
						
						166d5f17f3 
					 
					
						
						
							
							driver(I2S): Fix I2S reset issue  
						
						... 
						
						
						
						`i2s_start` reseting I2S in incorrect order causeing the word-order error.
closes https://github.com/espressif/esp-idf/issues/5410  
						
						
					 
					
						2020-07-09 15:42:09 +00:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						a4d0033c03 
					 
					
						
						
							
							esp_rom: extract common GPIO apis into esp_rom_gpio.h  
						
						
						
						
					 
					
						2020-07-07 11:40:19 +08:00 
						 
				 
			
				
					
						
							
							
								houwenxiang 
							
						 
					 
					
						
						
							
						
						b35d9002f3 
					 
					
						
						
							
							driver(I2S): Fix i2s_comm_format_t configuration parameter does not match the TRM bug.  
						
						... 
						
						
						
						When I2S `i2s_comm_format_t` is set to `I2S_COMM_FORMAT_I2S_MSB`, the data should launch at first BCK. But not in fact, this MR fixed this issue.
For compatibility, several nwe parameters have been added, and the old parameters will be removed in the future.
    closes https://github.com/espressif/esp-idf/issues/5065 
    closes https://github.com/espressif/esp-idf/issues/4957 
    closes https://github.com/espressif/esp-idf/issues/2978 
    closes https://github.com/espressif/esp-idf/issues/5136 
    Merges https://github.com/espressif/esp-idf/pull/4522  
						
						
					 
					
						2020-05-18 19:55:30 +08:00 
						 
				 
			
				
					
						
							
							
								fuzhibo 
							
						 
					 
					
						
						
							
						
						baa7898e35 
					 
					
						
						
							
							driver(adc/dac): fix adc dac driver for esp32s2  
						
						... 
						
						
						
						1. update register file about adc; 2. fix adc driver; 3. add UT for adc/dac;
See merge request espressif/esp-idf!7776  
						
						
					 
					
						2020-04-01 12:41:51 +08:00 
						 
				 
			
				
					
						
							
							
								xiongyu 
							
						 
					 
					
						
						
							
						
						b3ae9fa978 
					 
					
						
						
							
							bugfix(i2s): Updated ESP32-S2 ADC DAC support  
						
						... 
						
						
						
						* Delete the relevant codes of ADC DAC of ESP32-S2. 
						
						
					 
					
						2020-03-03 12:59:30 +08:00 
						 
				 
			
				
					
						
							
							
								fuzhibo 
							
						 
					 
					
						
						
							
						
						3ad5138dd8 
					 
					
						
						
							
							fix coexist i2s_adc and rtc_adc  
						
						
						
						
					 
					
						2020-03-03 11:58:53 +08:00 
						 
				 
			
				
					
						
							
							
								xiongyu 
							
						 
					 
					
						
						
							
						
						faf898b659 
					 
					
						
						
							
							bugfix(i2s): fix driver ut i2s  
						
						... 
						
						
						
						* Add test support for ESP32S2
* Add loop back test
* Support chip internal connection, no external wiring required.
* Delete the relevant codes of PDM of ESP32-S2 ll layer.
* fix dac dma mode issue 
						
						
					 
					
						2020-03-03 11:58:53 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						580ce8fa4a 
					 
					
						
						
							
							driver: clean pcnt.h i2s.h  
						
						
						
						
					 
					
						2020-03-02 19:31:29 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						25c0752682 
					 
					
						
						
							
							i2s: fix regression in retrieval of chip revision causing apll test to fail  
						
						
						
						
					 
					
						2019-11-22 11:46:38 +05:30 
						 
				 
			
				
					
						
							
							
								xiongyu 
							
						 
					 
					
						
						
							
						
						8c76a3c10d 
					 
					
						
						
							
							refactor(i2s): add hal i2s driver  
						
						
						
						
					 
					
						2019-11-19 22:19:19 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						adfc06a530 
					 
					
						
						
							
							Merge branch 'master' into feature/esp32s2beta_merge  
						
						
						
						
					 
					
						2019-09-20 10:28:37 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						438d513a95 
					 
					
						
						
							
							Merge branch 'master' into feature/esp32s2beta_merge  
						
						
						
						
					 
					
						2019-09-16 16:18:48 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						f406d020d8 
					 
					
						
						
							
							driver: Remove features deprecated pre-IDF V4.0  
						
						
						
						
					 
					
						2019-09-13 09:44:07 +10:00 
						 
				 
			
				
					
						
							
							
								Konstantin Kondrashov 
							
						 
					 
					
						
						
							
						
						437228e947 
					 
					
						
						
							
							i2s/driver: Add module reset before enabling  
						
						
						
						
					 
					
						2019-08-09 17:09:56 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						04ae56806c 
					 
					
						
						
							
							Merge branch 'master' into feature/esp32s2beta_update  
						
						
						
						
					 
					
						2019-08-08 15:26:58 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						24d26fccde 
					 
					
						
						
							
							Merge branch 'master' into feature/esp32s2beta_update  
						
						
						
						
					 
					
						2019-08-08 13:44:24 +10:00