morris 
							
						 
					 
					
						
						
							
						
						56a376c696 
					 
					
						
						
							
							feat(esp_gdma): add hal interface for common operations  
						
						... 
						
						
						
						GDMA driver will be adapted to more DMA peripherals in the future.
This commit is to extract a minimal interface in the hal layer 
						
						
					 
					
						2023-07-10 13:45:57 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						6f3e07d97b 
					 
					
						
						
							
							Merge branch 'feature/gptimer_linker_file' into 'master'  
						
						... 
						
						
						
						feat(gptimer): add gptimer linker.lf to control the placement of driver and hal
See merge request espressif/esp-idf!24598  
						
						
					 
					
						2023-07-06 12:42:47 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						2e5eb30382 
					 
					
						
						
							
							Merge branch 'origin/bugfix/fix_header_violations_in_hal_component' into 'master'  
						
						... 
						
						
						
						Fix(components/hal): fix header violations in hal component
Closes IDF-7658
See merge request espressif/esp-idf!24493  
						
						
					 
					
						2023-07-06 10:32:25 +08:00 
						 
				 
			
				
					
						
							
							
								Planck (Lu Zeyu) 
							
						 
					 
					
						
						
							
						
						333553caf2 
					 
					
						
						
							
							fix(hal): check the public header files and fix violations  
						
						... 
						
						
						
						fix(hal/include): fix header violations in hal component
fix(hal/include): Move type definitions from `xx_hal.h` to `xx_types.h`
fix(hal/include): Move type definitions from `xx_hal.h` to `xx_types.h`
fix(hal/include): Add comment for a far away `#endif`
fix(hal/include): change scope for cpp guard
ci: Remove components/hal/ comment from public headers check exceptions
Add missing include macro sdkconfig.h for header files
Add missing include macro stdbool.h for header files
Add missing include macro stdint.h for header files
Add missing capability guard macro for header files
Add missing cpp guard macro for header files
Remove some useless include macros
Add some missing `inline` attribute for functions defined in header files
Remove components/hal/ from public headers check exceptions
fix(hal/include): fix invalid licenses
fix(hal/include): fix invalid licenses
fix(hal/include): add missing soc_caps.h
fix(hal): include soc_caps.h before cap macro is used
fix(hal): Remove unnecessary target check
fix(hal): fix header and macro problems
Add missing include macro
Remove loop dependency in hal
Add comment for far-away endif
fix(hal): Add missing soc_caps.h
ci: update check_copyright_ignore.txt
Change the sequence of `#include` macro, cpp guard macro
Change the wrap scope of capacity macro
fix(hal): Change position of C++ guard to pass test 
						
						
					 
					
						2023-07-05 17:33:32 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						81a641d437 
					 
					
						
						
							
							feat(gptimer): add gptimer linker.lf to control the placement of driver and hal  
						
						... 
						
						
						
						since the linker placement of the hal functions are controlled by the Kconfig in the driver component,
we should create the linker.lf in the driver component, not in the hal component. 
						
						
					 
					
						2023-07-05 12:09:00 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						f0c07f82b5 
					 
					
						
						
							
							fix(test): check call graph for hal component  
						
						
						
						
					 
					
						2023-07-05 09:09:01 +08:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						eaf21a34af 
					 
					
						
						
							
							fix(adc): fixed esp32, esp32s2,esp32s3 adc oneshot mode clk div issue  
						
						
						
						
					 
					
						2023-06-27 14:40:22 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						1b22591ea7 
					 
					
						
						
							
							i2s: fixed i2s_ll compiling failure under C++ evironment  
						
						... 
						
						
						
						Closes: https://github.com/espressif/esp-idf/issues/11625  
						
						
					 
					
						2023-06-23 11:41:43 +08:00 
						 
				 
			
				
					
						
							
							
								Wan Lei 
							
						 
					 
					
						
						
							
						
						a0dc515143 
					 
					
						
						
							
							Merge branch 'refactor/cache_utils_refactor_to_cache_hal' into 'master'  
						
						... 
						
						
						
						cache: refactor cache_utils to use cache_hal instade
Closes IDF-7172 and IDF-7385
See merge request espressif/esp-idf!23317  
						
						
					 
					
						2023-06-19 11:54:12 +08:00 
						 
				 
			
				
					
						
							
							
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						921713fff4 
					 
					
						
						
							
							uart: Support LP_UART port with UART driver on esp32c6  
						
						
						
						
					 
					
						2023-06-16 07:31:40 +00:00 
						 
				 
			
				
					
						
							
							
								Wan Lei 
							
						 
					 
					
						
						
							
						
						dccc31e9e4 
					 
					
						
						
							
							Merge branch 'refactor/remove_apb_ctrl_reg' into 'master'  
						
						... 
						
						
						
						sysreg: deprecate apb_ctrl related reg
Closes DOC-5139
See merge request espressif/esp-idf!24135  
						
						
					 
					
						2023-06-15 14:57:32 +08:00 
						 
				 
			
				
					
						
							
							
								wanlei 
							
						 
					 
					
						
						
							
						
						0f7e39d15a 
					 
					
						
						
							
							cache: refactor cache_utils into cache_hal instade  
						
						
						
						
					 
					
						2023-06-15 11:50:42 +08:00 
						 
				 
			
				
					
						
							
							
								Chen Jichang 
							
						 
					 
					
						
						
							
						
						5150c578fd 
					 
					
						
						
							
							ledc:add option to put LEDC function into IRAM  
						
						... 
						
						
						
						The caches are disabled when reading/writing/erasing flash.
All CPUs should always execute code and access data from internal RAM.
Add an IRAM option to enhance the performance of LEDC.
Closes https://github.com/espressif/esp-idf/issues/11554  
						
						
					 
					
						2023-06-14 18:12:01 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						88600bd91b 
					 
					
						
						
							
							driver: minor code clean up to pass coverity scan test  
						
						
						
						
					 
					
						2023-06-10 16:21:12 +08:00 
						 
				 
			
				
					
						
							
							
								wanlei 
							
						 
					 
					
						
						
							
						
						3ed82deedf 
					 
					
						
						
							
							sysreg: deprecate apb_ctrl related reg, suggest syscon  
						
						
						
						
					 
					
						2023-06-09 17:34:10 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						71ef56f988 
					 
					
						
						
							
							gdma: support on_recv_done callback  
						
						
						
						
					 
					
						2023-06-07 11:38:32 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						630b1b079e 
					 
					
						
						
							
							drivers: fix issue reported by coverity  
						
						
						
						
					 
					
						2023-06-06 14:16:09 +08:00 
						 
				 
			
				
					
						
							
							
								wanlei 
							
						 
					 
					
						
						
							
						
						87848110c1 
					 
					
						
						
							
							adc: new feature adc digital monitor supported  
						
						
						
						
					 
					
						2023-05-24 17:46:52 +08:00 
						 
				 
			
				
					
						
							
							
								C.S.M 
							
						 
					 
					
						
						
							
						
						224430f6b4 
					 
					
						
						
							
							Merge branch 'bugfix/tempsensor_wifi_conflict' into 'master'  
						
						... 
						
						
						
						temperature_sensor: Fix issue that have conflict with phy
Closes IDF-5227, IDF-5992, IDF-5504, and IDF-6113
See merge request espressif/esp-idf!20210  
						
						
					 
					
						2023-05-19 12:46:55 +08:00 
						 
				 
			
				
					
						
							
							
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						faa10947a8 
					 
					
						
						
							
							temperature_sensor: Apply new-shared interface in temperature sensor driver  
						
						
						
						
					 
					
						2023-05-18 15:00:36 +08:00 
						 
				 
			
				
					
						
							
							
								wuzhenghui 
							
						 
					 
					
						
						
							
						
						d197c59eaa 
					 
					
						
						
							
							bugfix: move adc_oneshot_power_acquire/release to adc_oneshot_read  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/10595 
Closes https://github.com/espressif/esp-idf/issues/11386  
						
						
					 
					
						2023-05-18 10:29:50 +08:00 
						 
				 
			
				
					
						
							
							
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						ed96dadd06 
					 
					
						
						
							
							spi_flash: 2nd stage for supporting flash suspend. (1). Support more esp chips (2). Improve real-time performance (3). Making timing more stable (4) Add documents  
						
						
						
						
					 
					
						2023-05-11 20:10:30 +08:00 
						 
				 
			
				
					
						
							
							
								KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						e48130246a 
					 
					
						
						
							
							hal: Explicit setting of efuse time settings  
						
						... 
						
						
						
						EFUSE_PWR_ON_NUM in C3 has default value = 0x2880, now = 0x3000 
						
						
					 
					
						2023-05-10 00:41:35 +08:00 
						 
				 
			
				
					
						
							
							
								Armando (Dou Yiwen) 
							
						 
					 
					
						
						
							
						
						38e84bdd4f 
					 
					
						
						
							
							Merge branch 'refactor/mspi_timing_tuning_compatible_on_all_chips' into 'master'  
						
						... 
						
						
						
						mspi: timing tuning driver framework
Closes IDF-7004
See merge request espressif/esp-idf!22786  
						
						
					 
					
						2023-05-08 10:27:29 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						eaa4ad502a 
					 
					
						
						
							
							Merge branch 'bugfix/check_filter_range' into 'master'  
						
						... 
						
						
						
						rmt: check filter and idle threashold
Closes IDFGH-9977
See merge request espressif/esp-idf!23518  
						
						
					 
					
						2023-05-05 17:19:45 +08:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						8eec6558d1 
					 
					
						
						
							
							mspi: refactor timing tuning driver to make it compatible with p4  
						
						
						
						
					 
					
						2023-05-04 17:05:35 +08:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						ea10aac4f0 
					 
					
						
						
							
							spi: added transaction length check to refuse longer than hardware supported length  
						
						
						
						
					 
					
						2023-05-04 11:37:23 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						9ae742eb85 
					 
					
						
						
							
							rmt: check filter and idle threashold  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/11262  
						
						
					 
					
						2023-04-29 06:51:35 +00:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						a8b6a70620 
					 
					
						
						
							
							Merge branch 'feature/add_bignum_ll_layer' into 'master'  
						
						... 
						
						
						
						bignum: added bignum hal and ll layer
Closes IDF-7071
See merge request espressif/esp-idf!22823  
						
						
					 
					
						2023-04-25 19:50:25 +08:00 
						 
				 
			
				
					
						
							
							
								C.S.M 
							
						 
					 
					
						
						
							
						
						7d9d27a060 
					 
					
						
						
							
							Merge branch 'refactor/driver_ut_to_test_app' into 'master'  
						
						... 
						
						
						
						CI: Move all UT in driver to test_app
See merge request espressif/esp-idf!23343  
						
						
					 
					
						2023-04-25 14:10:11 +08:00 
						 
				 
			
				
					
						
							
							
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						8882ba2ba1 
					 
					
						
						
							
							CI: Move all UT in driver to test_app  
						
						
						
						
					 
					
						2023-04-25 10:40:32 +08:00 
						 
				 
			
				
					
						
							
							
								harshal.patil 
							
						 
					 
					
						
						
							
						
						4ae1ea7b9f 
					 
					
						
						
							
							bignum: refactored the hardware abstraction of the mpi peripheral  
						
						... 
						
						
						
						- `<target>/bignum.c` is replaced by mpi_ll.h ll layer.
- added the mpi hal layer. 
						
						
					 
					
						2023-04-24 16:15:11 +05:30 
						 
				 
			
				
					
						
							
							
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						fcc6514dde 
					 
					
						
						
							
							ledc: Add an all-in-one HAL function to set fade parameters, and refactor ledc_ll_get_max_duty function  
						
						
						
						
					 
					
						2023-04-21 16:40:54 +08:00 
						 
				 
			
				
					
						
							
							
								Cao Sen Miao 
							
						 
					 
					
						
						
							
						
						a3d962d89a 
					 
					
						
						
							
							brownout: Disable the hardware BOD when BOD interrupt is enabled  
						
						
						
						
					 
					
						2023-04-21 10:22:59 +08:00 
						 
				 
			
				
					
						
							
							
								Kevin (Lao Kaiyao) 
							
						 
					 
					
						
						
							
						
						96f2d215a2 
					 
					
						
						
							
							Merge branch 'bugfix/i2s_output_wrong_freq_after_switch' into 'master'  
						
						... 
						
						
						
						i2s: workaround for inaccurate PLL frequency after switching
Closes IDF-6705 and IDFCI-1669
See merge request espressif/esp-idf!22975  
						
						
					 
					
						2023-04-17 16:26:18 +08:00 
						 
				 
			
				
					
						
							
							
								laokaiyao 
							
						 
					 
					
						
						
							
						
						a143a85822 
					 
					
						
						
							
							i2s: workaround for inacurate PLL frequency after switching  
						
						
						
						
					 
					
						2023-04-17 03:15:55 +00:00 
						 
				 
			
				
					
						
							
							
								Omar Chebib 
							
						 
					 
					
						
						
							
						
						a0f8434f93 
					 
					
						
						
							
							i2c: fix a bug in sda sample timing  
						
						... 
						
						
						
						* Closes https://github.com/espressif/esp-idf/issues/9777 
This bug prevented SCL line to work properly after a NACK was received in master mode. 
						
						
					 
					
						2023-04-13 14:37:44 +08:00 
						 
				 
			
				
					
						
							
							
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						44915e4251 
					 
					
						
						
							
							Merge branch 'bugfix/ledc_channel_update_regression' into 'master'  
						
						... 
						
						
						
						ledc: Fix two bugs inside LEDC driver
See merge request espressif/esp-idf!23064  
						
						
					 
					
						2023-04-06 20:52:23 +08:00 
						 
				 
			
				
					
						
							
							
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						5070e51dde 
					 
					
						
						
							
							ledc: Fix two bugs inside LEDC driver  
						
						... 
						
						
						
						1. Regression introduced when refactoring on clock sources selection (0d07f859 
						
						
					 
					
						2023-04-06 12:37:33 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						1429913042 
					 
					
						
						
							
							gdma: support override default channel priority  
						
						
						
						
					 
					
						2023-04-06 10:49:32 +08:00 
						 
				 
			
				
					
						
							
							
								KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						5b00d1f396 
					 
					
						
						
							
							efuse: Update efuses for esp32 esp32c2 esp32c3 esp32s2 esp32s3  
						
						
						
						
					 
					
						2023-04-04 22:32:32 +08:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						6d4c0bb3aa 
					 
					
						
						
							
							mspi: support 120M DDR flash and psram on S3 (experimental)  
						
						
						
						
					 
					
						2023-04-03 10:30:50 +08:00 
						 
				 
			
				
					
						
							
							
								KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						975c138fad 
					 
					
						
						
							
							esp_system: Do not rely on bootloader cache settings, do cache settings unconditionally at startup app  
						
						... 
						
						
						
						It makes multicore app runnable by unicore bootloader
Closes https://github.com/espressif/esp-idf/issues/10714  
						
						
					 
					
						2023-03-28 23:17:16 +08:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						eee34bcf70 
					 
					
						
						
							
							mspi: fix build failure under assertion disable  
						
						
						
						
					 
					
						2023-03-21 10:14:59 +08:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						36532aaea8 
					 
					
						
						
							
							mspi: make mspi_timing_tuning.h available for all supported targets  
						
						
						
						
					 
					
						2023-03-09 10:38:32 +00:00 
						 
				 
			
				
					
						
							
							
								Armando 
							
						 
					 
					
						
						
							
						
						99882ac2d1 
					 
					
						
						
							
							mspi: mspi timing tuning ll  
						
						
						
						
					 
					
						2023-03-09 10:38:32 +00:00 
						 
				 
			
				
					
						
							
							
								jingli 
							
						 
					 
					
						
						
							
						
						238f31d93b 
					 
					
						
						
							
							uart: add low level func for uart to set err wr mask  
						
						
						
						
					 
					
						2023-03-09 10:28:33 +08:00 
						 
				 
			
				
					
						
							
							
								Song Ruo Jing 
							
						 
					 
					
						
						
							
						
						1a66459b44 
					 
					
						
						
							
							usb_serial_jtag: Improve the code for the issue of usb cdc device unable to work during sleep  
						
						... 
						
						
						
						1. Remove RTC_CLOCK_BBPLL_POWER_ON_WITH_USB Kconfig option
   During sleep, BBPLL clock always gets disabled
   esp_restart does not disable BBPLL clock, so that first stage bootloader log can be printed
2. Add a new Kconfig option PM_NO_AUTO_LS_ON_USJ_CONNECTED
   When this option is selected, IDF will constantly monitor USB CDC port connection status.
   As long as it gets connected to a HOST, automatic light-sleep will not happen.
Closes https://github.com/espressif/esp-idf/issues/8507  
						
						
					 
					
						2023-02-27 12:10:49 +08:00 
						 
				 
			
				
					
						
							
							
								Armando (Dou Yiwen) 
							
						 
					 
					
						
						
							
						
						4452a3cf3e 
					 
					
						
						
							
							Merge branch 'feature/support_h2_adc' into 'master'  
						
						... 
						
						
						
						adc: support adc h2
Closes IDF-6124, IDF-6214, IDF-6543, IDF-6215, IDF-6664, and IDF-6695
See merge request espressif/esp-idf!22205  
						
						
					 
					
						2023-02-24 14:28:33 +08:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						c2f9392be5 
					 
					
						
						
							
							Merge branch 'feature/h2_wdt' into 'master'  
						
						... 
						
						
						
						wdt: add support for H2
Closes IDF-6643 and IDF-6678
See merge request espressif/esp-idf!22422  
						
						
					 
					
						2023-02-24 13:48:20 +08:00