Krzysztof Budzynski 
							
						 
					 
					
						
						
							
						
						ce9f195abe 
					 
					
						
						
							
							Merge branch 'doc/nvs_get_used_entry_count__clarify_4.3' into 'release/v4.3'  
						
						... 
						
						
						
						[doc]: NVS documentation updates  (backport 4.3)
See merge request espressif/esp-idf!13821  
						
						
					 
					
						2021-06-16 02:52:15 +00:00 
						 
				 
			
				
					
						
							
							
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						5395f451a2 
					 
					
						
						
							
							[doc]: NVS documentation updates  
						
						... 
						
						
						
						* Move nvs flash README to common doc directory
* correct markup of functions and types in text
  from old README
* Better comment of nvs_get_used_entry_count()
* Mention C++ example in API reference
* Used target instead of hard code ESP32
* Note that strings can only span one page
* Reflect that item types have been moved
* Some clarification about nvs_commit()
* Improved reference to the ESP Partition API
* fixed little mistake in documenting-code.rst
* Change of nvs_open_from_part() to
  nvs_open_from_partition() reflected in docs
* Corrected documentation of
  NVSHandle::get_string(), NVSHandle::get_blob()
  and NVSHandle::get_item_size().
* Closes DOC-165
* Closes IDF-1563
* Closes IDF-859
* Closes https://github.com/espressif/esp-idf/issues/6123  
						
						
					 
					
						2021-06-02 13:34:35 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						1967e53f4a 
					 
					
						
						
							
							bootloader: Fix "skip validate in deep sleep" on ESP32 & ESP32-S2  
						
						... 
						
						
						
						Regression in 83bf2e1ac1 
						
						
					 
					
						2021-06-01 19:05:09 +10:00 
						 
				 
			
				
					
						
							
							
								zhiweijian 
							
						 
					 
					
						
						
							
						
						9e2ce84a9a 
					 
					
						
						
							
							Fixed ANON_ADV address error  
						
						
						
						
					 
					
						2021-06-01 11:49:21 +08:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						4de9ba152a 
					 
					
						
						
							
							Merge branch 'bugfix/ble_fix_reconnect_failed_when_using_rpa_public_address_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						Fixed BLE reconnect failed when using rpa public address (backport v4.3)
See merge request espressif/esp-idf!13743  
						
						
					 
					
						2021-05-28 08:31:18 +00:00 
						 
				 
			
				
					
						
							
							
								Omar Chebib 
							
						 
					 
					
						
						
							
						
						a573cfe58a 
					 
					
						
						
							
							espcoredump: Fix bugs related to (fake) stacks  
						
						... 
						
						
						
						Add support to tasks stacks in RTC DRAM. Before this fix, any stack
in RTC DRAM would have been considered as corrupted, whichi is not
the case.
Fix a bug related to wrong parameters passed to esp_core_dump_get_stack.
Fix a bug reading fake stack memory, triggering a memory violation.
* Closes https://github.com/espressif/esp-idf/issues/6751 
* Merges https://github.com/espressif/esp-idf/pull/6750  
						
						
					 
					
						2021-05-28 01:58:09 +00:00 
						 
				 
			
				
					
						
							
							
								zwj 
							
						 
					 
					
						
						
							
						
						7d1fe0b553 
					 
					
						
						
							
							Fixed BLE reconnect failed when using rpa public address  
						
						
						
						
					 
					
						2021-05-27 08:17:18 +00:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						8efb2bb1ed 
					 
					
						
						
							
							ci: run Example_GENERIC for C3  
						
						... 
						
						
						
						Add support for running example_GENERIC tests for C3 on label.
Fix examples that fail. 
						
						
					 
					
						2021-05-20 14:32:47 +10:00 
						 
				 
			
				
					
						
							
							
								KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						c270a9f0b9 
					 
					
						
						
							
							esp32c3: Updates a description in Kconfig about Universal MAC Address strategy  
						
						
						
						
					 
					
						2021-05-20 04:30:31 +00:00 
						 
				 
			
				
					
						
							
							
								Nachiket Kukade 
							
						 
					 
					
						
						
							
						
						aa33c43644 
					 
					
						
						
							
							esp_wifi: Update wifi lib  
						
						... 
						
						
						
						Update wifi library with below fixes -
1. Fix Block Ack setup issue in PMF scenario
2. Validate FTM Initiator config parameters and propagate status 
						
						
					 
					
						2021-05-14 11:14:03 +08:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						de0063164d 
					 
					
						
						
							
							Merge branch 'bugfix/place_xt_int_fns_into_iram_4.3' into 'release/v4.3'  
						
						... 
						
						
						
						[system]: put xtensa_intr_asm into IRAM (backport 4.3)
See merge request espressif/esp-idf!13402  
						
						
					 
					
						2021-05-14 01:48:11 +00:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						93aee41c29 
					 
					
						
						
							
							Merge branch 'bugfix/setjmp_longjmp_4.3' into 'release/v4.3'  
						
						... 
						
						
						
						[system]: Made longjmp save for context switch (backport 4.3)
See merge request espressif/esp-idf!13489  
						
						
					 
					
						2021-05-14 01:40:17 +00:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						4db80bcc78 
					 
					
						
						
							
							Merge branch 'nimble/workaound_ble_conn_err_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						NimBLE: Add NimBLE host support to reattempt GAP connection and address MITM vulnerability (CVE-2020-26558) (release/v4.3)
See merge request espressif/esp-idf!13549  
						
						
					 
					
						2021-05-13 16:25:54 +00:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						2647288d32 
					 
					
						
						
							
							Merge branch 'bugfix/ag_use_dynamic_memory_error_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						Fix ag use dynamic memory error
See merge request espressif/esp-idf!13542  
						
						
					 
					
						2021-05-13 16:20:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						a75a988c98 
					 
					
						
						
							
							Merge branch 'bugfix/wifi_modem_sleep_percentage_optimize_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						backport v4.3: optimize wifi station modem sleep percentage
See merge request espressif/esp-idf!13541  
						
						
					 
					
						2021-05-13 16:19:08 +00:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						c7a10f9293 
					 
					
						
						
							
							Merge branch 'bugfix/timer_spinlock_iram_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						timer: add IRAM_ATTR to spinlock give/take API (v4.3)
See merge request espressif/esp-idf!13511  
						
						
					 
					
						2021-05-13 11:36:48 +00:00 
						 
				 
			
				
					
						
							
							
								Prasad Alatkar 
							
						 
					 
					
						
						
							
						
						7095159a4c 
					 
					
						
						
							
							NimBLE: Update NimBLE submodule to reattempt conn and to fix vulnerability  
						
						... 
						
						
						
						* Add workaround to overcome connection establishment failure error.
* Fix vulnerability during public key exchange in secure connection 
						
						
					 
					
						2021-05-13 16:44:17 +05:30 
						 
				 
			
				
					
						
							
							
								xiongweichao 
							
						 
					 
					
						
						
							
						
						2644f793bd 
					 
					
						
						
							
							Remove btc_hf_idx_by_bdaddr in both btc_hf_init and btc_hf_deinit functions  
						
						
						
						
					 
					
						2021-05-13 16:09:47 +08:00 
						 
				 
			
				
					
						
							
							
								xiongweichao 
							
						 
					 
					
						
						
							
						
						848f931e06 
					 
					
						
						
							
							fix ag use dynamic memory error  
						
						
						
						
					 
					
						2021-05-13 16:09:40 +08:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						e6f96717ff 
					 
					
						
						
							
							Merge branch 'bugfix/remove_uart2_c3_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						uart: remove misleading ld files and soc defs for UART2 (v4.3)
See merge request espressif/esp-idf!13394  
						
						
					 
					
						2021-05-13 04:11:32 +00:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						ed76cc4dd4 
					 
					
						
						
							
							Merge branch 'feature/support_adjust_voltage_storingInEfuse_open_glitch_rst_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						ESP32c3: auto adjust voltage dbias storing in efuse and open glitch reset for ECO3  (backport v4.3)
See merge request espressif/esp-idf!13388  
						
						
					 
					
						2021-05-13 04:08:56 +00:00 
						 
				 
			
				
					
						
							
							
								Li Shuai 
							
						 
					 
					
						
						
							
						
						d51ed40487 
					 
					
						
						
							
							modem sleep: optimize wifi station modem sleep percentage  
						
						
						
						
					 
					
						2021-05-13 11:57:12 +08:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						31b142cf93 
					 
					
						
						
							
							Merge branch 'bugfix/concurrent_mode_sae_crash_fix_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						esp_wifi: Add station based check for auth frame formation (backport v4.3)
See merge request espressif/esp-idf!13526  
						
						
					 
					
						2021-05-13 03:27:54 +00:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						cdec9f3659 
					 
					
						
						
							
							Merge branch 'bugfix/fix_touch_sensor_power_source_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						touch_sensor: fix esp32s2&esp32s3 touch sensor default power source (Backport v4.3)
See merge request espressif/esp-idf!13484  
						
						
					 
					
						2021-05-13 03:06:01 +00:00 
						 
				 
			
				
					
						
							
							
								Michael (XIAO Xufeng) 
							
						 
					 
					
						
						
							
						
						02e742271d 
					 
					
						
						
							
							Merge branch 'feature/merge_c3_caps_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						soc: merge C3 caps into a single soc_caps.h (v4.3)
See merge request espressif/esp-idf!13518  
						
						
					 
					
						2021-05-13 02:55:26 +00:00 
						 
				 
			
				
					
						
							
							
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						f16ec53183 
					 
					
						
						
							
							[system]: put xtensa_intr_asm into IRAM  
						
						
						
						
					 
					
						2021-05-12 16:44:52 +08:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						3299a19c2f 
					 
					
						
						
							
							Merge branch 'bugfix/lwip_debug_define' into 'release/v4.3'  
						
						... 
						
						
						
						lw-ip: Fix LWIP_DEBUG define which is always defined(backport v4.3)
See merge request espressif/esp-idf!13118  
						
						
					 
					
						2021-05-12 06:28:54 +00:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						a3ae9ae482 
					 
					
						
						
							
							Merge branch 'bugfix/generate_value_0_when_prov_auth_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						ble_mesh: stack: Fix provisioning input or output count number should be at least 1 (v4.3)
See merge request espressif/esp-idf!13480  
						
						
					 
					
						2021-05-12 06:22:04 +00:00 
						 
				 
			
				
					
						
							
							
								Kapil Gupta 
							
						 
					 
					
						
						
							
						
						deeb517b72 
					 
					
						
						
							
							esp_wifi: Add station based check for auth frame formation  
						
						
						
						
					 
					
						2021-05-11 18:20:45 +05:30 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						874b470379 
					 
					
						
						
							
							timer: add IRAM_ATTR to spinlock give/take API  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6824  
						
						
					 
					
						2021-05-11 15:31:59 +08:00 
						 
				 
			
				
					
						
							
							
								Marius Vikhammer 
							
						 
					 
					
						
						
							
						
						38aa99d63d 
					 
					
						
						
							
							soc: merge C3 caps into a single soc_caps.h  
						
						
						
						
					 
					
						2021-05-11 15:20:54 +08:00 
						 
				 
			
				
					
						
							
							
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						a37c20b417 
					 
					
						
						
							
							[system]: Made longjmp save for context switch  
						
						... 
						
						
						
						* Patched longjmp to be context-switch safe
  longjmp modifies the windowbase and windowstart
  registers, which isn't safe if a context switch
  occurs during the modification. After a context
  switch, windowstart and windowbase will be
  different, leading to a wrongly set windowstart
  bit due to longjmp writing it based on the
  windowbase before the context switch. This
  corrupts the registers at the next window
  overflow reaching that wrongly set bit.
  The solution is to disable interrupts during
  this code. It is only 6 instructions long,
  the impact shouldn't be significant.
  The fix is implemented as a wrapper which
  replaces the original first instructions of
  longjmp which are buggy. Then, it jumps back
  to execute the rest of the original longjmp
  function.
  Added a comparably reliable test to the
  test apps. 
						
						
					 
					
						2021-05-11 12:04:27 +08:00 
						 
				 
			
				
					
						
							
							
								zwj 
							
						 
					 
					
						
						
							
						
						1957025f4a 
					 
					
						
						
							
							fix C3/S3 ble multi-connection failed when device acts as master and slave  
						
						
						
						
					 
					
						2021-05-10 13:12:01 +00:00 
						 
				 
			
				
					
						
							
							
								chaijie 
							
						 
					 
					
						
						
							
						
						6d2bdfc5f5 
					 
					
						
						
							
							1. open glitch reset for c3 ECO3;  
						
						... 
						
						
						
						2. set digital & rtc voltage to about 1.15v which storing in efuse. 
						
						
					 
					
						2021-05-08 17:38:24 +08:00 
						 
				 
			
				
					
						
							
							
								Kang Zuoling 
							
						 
					 
					
						
						
							
						
						d651e4e073 
					 
					
						
						
							
							touch_sensor: fix esp32s2 touch sensor default power source  
						
						
						
						
					 
					
						2021-05-08 13:54:59 +08:00 
						 
				 
			
				
					
						
							
							
								wangjialiang 
							
						 
					 
					
						
						
							
						
						5fc3c0ca91 
					 
					
						
						
							
							ble_mesh: stack: Fix provisioning input or output count number should be at least 1  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6863  
						
						
					 
					
						2021-05-08 11:58:04 +08:00 
						 
				 
			
				
					
						
							
							
								fuzhibo 
							
						 
					 
					
						
						
							
						
						f6d96f33bb 
					 
					
						
						
							
							bugfix: add .rodata section for riscv ulp for esp32s2  
						
						
						
						
					 
					
						2021-05-07 10:56:33 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						228f875ada 
					 
					
						
						
							
							esp32s2 riscv ulp: Make re-linking depend on linker script file  
						
						
						
						
					 
					
						2021-05-07 10:54:55 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						997c07c2ee 
					 
					
						
						
							
							esp32s2 riscv ulp: Ensure reset vector is always at offset 0x0  
						
						... 
						
						
						
						Previous linker script relied on nothing else using the .text section
As reported at https://esp32.com/viewtopic.php?f=2&t=20734&p=75997  
						
						
					 
					
						2021-05-07 10:54:55 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						d30ec8c94e 
					 
					
						
						
							
							freertos: Add addition overflow check for stream buffer  
						
						... 
						
						
						
						Patch from upstream commit d05b9c123f2bf9090bce386a244fc934ae44db5b 
						
						
					 
					
						2021-05-04 18:30:49 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						658a0acdbe 
					 
					
						
						
							
							freertos: Check for arithmetic overflows on queue creation  
						
						... 
						
						
						
						Addition overflow check is from FreeRTOS kernel commit 47338393f1f79558f6144213409f09f81d7c4837 
						
						
					 
					
						2021-05-04 18:30:49 +10:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						467c7af33e 
					 
					
						
						
							
							Merge branch 'doc/general_notes_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						doc: Update docs about startup sequence and memory types (v4.3)
See merge request espressif/esp-idf!13316  
						
						
					 
					
						2021-05-03 06:48:07 +00:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						4c113a0c0c 
					 
					
						
						
							
							Merge branch 'bugfix/fix_mbedtls_send_alert_crash_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						mbedtls: Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL[backport v4.3]
See merge request espressif/esp-idf!13300  
						
						
					 
					
						2021-04-30 07:08:19 +00:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						ad759ee5a7 
					 
					
						
						
							
							Merge branch 'newlib/no_atomic_support_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						stdatomic: Implemented legacy __sync APIs and __atomic_exchange_n (backport v4.3)
See merge request espressif/esp-idf!13361  
						
						
					 
					
						2021-04-30 07:07:37 +00:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						24af403dac 
					 
					
						
						
							
							Merge branch 'bugfix/esp_http_client_read_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						Fix esp_http_client_read for file size aligned to 289 bytes (v4.3)
See merge request espressif/esp-idf!13305  
						
						
					 
					
						2021-04-30 07:06:33 +00:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						469bb082d7 
					 
					
						
						
							
							Merge branch 'bugfix/fix_nolightsleep_after_wifi_init_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						esp_wif: fix nolightsleep after wifi init v4.3
See merge request espressif/esp-idf!13403  
						
						
					 
					
						2021-04-30 05:52:09 +00:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						80e381e511 
					 
					
						
						
							
							Merge branch 'bugfix/remove_redundant_other_core_cache_disable_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						[system]: Remove redundant othercore cache disable (backport v4.3)
See merge request espressif/esp-idf!13356  
						
						
					 
					
						2021-04-30 05:51:43 +00:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						847273d0fb 
					 
					
						
						
							
							Merge branch 'bugfix/wifi_softap_deep_sleep_current_opt_v4.3' into 'release/v4.3'  
						
						... 
						
						
						
						backport v4.3: optimize deep sleep current in wifi softap mode
See merge request espressif/esp-idf!13391  
						
						
					 
					
						2021-04-30 02:50:04 +00:00 
						 
				 
			
				
					
						
							
							
								yuanjm 
							
						 
					 
					
						
						
							
						
						6d32eec165 
					 
					
						
						
							
							mbedtls: Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL  
						
						
						
						
					 
					
						2021-04-30 02:01:51 +00:00 
						 
				 
			
				
					
						
							
							
								ninh 
							
						 
					 
					
						
						
							
						
						6dc067dda7 
					 
					
						
						
							
							esp_wifi: fix nolightsleep after wifi init (backport to v4.3)  
						
						
						
						
					 
					
						2021-04-29 22:01:55 +08:00