Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						9d6a4e6962 
					 
					
						
						
							
							Merge branch 'docs/fix_p4_usb_jtag_pins_v5.4' into 'release/v5.4'  
						
						... 
						
						
						
						docs(jtag): fix esp32p4 usb jtag pins (v5.4)
See merge request espressif/esp-idf!39157  
						
						
					 
					
						2025-05-27 11:02:02 +08:00 
						 
				 
			
				
					
						
							
							
								Anton Maklakov 
							
						 
					 
					
						
						
							
						
						7ec02857f4 
					 
					
						
						
							
							docs(jtag): fix esp32p4 usb jtag pins  
						
						
						
						
					 
					
						2025-05-15 12:13:31 +07:00 
						 
				 
			
				
					
						
							
							
								renpeiying 
							
						 
					 
					
						
						
							
						
						f114a94369 
					 
					
						
						
							
							docs: Update CN for idf-monitor.rst  
						
						
						
						
					 
					
						2025-05-14 13:55:08 +02:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						a3b5428364 
					 
					
						
						
							
							Merge branch 'docs/fix-kconfserver-link_v5.4' into 'release/v5.4'  
						
						... 
						
						
						
						docs: Fix link to the kconfserver documentation (v5.4)
See merge request espressif/esp-idf!38905  
						
						
					 
					
						2025-05-09 17:58:50 +08:00 
						 
				 
			
				
					
						
							
							
								Wei Yu Han 
							
						 
					 
					
						
						
							
						
						4c62b9b8e9 
					 
					
						
						
							
							Updated BLE feature status  
						
						... 
						
						
						
						(cherry picked from commit b6fc400d1d818094de959930c20e1583c2e22c1a)
Co-authored-by: weiyuhan <weiyuhan@espressif.com > 
						
						
					 
					
						2025-05-09 11:36:42 +08:00 
						 
				 
			
				
					
						
							
							
								Jan Beran 
							
						 
					 
					
						
						
							
						
						d0dd9c0511 
					 
					
						
						
							
							docs: Fix link to the kconfserver documentation  
						
						
						
						
					 
					
						2025-05-06 09:15:04 +02:00 
						 
				 
			
				
					
						
							
							
								Jiang Jiang Jian 
							
						 
					 
					
						
						
							
						
						89a76e918e 
					 
					
						
						
							
							Merge branch 'docs/update_ble_feature_support_status_v5.4' into 'release/v5.4'  
						
						... 
						
						
						
						Docs: update ble feature support status (v5.4)
See merge request espressif/esp-idf!37091  
						
						
					 
					
						2025-05-06 14:02:31 +08:00 
						 
				 
			
				
					
						
							
							
								liuning 
							
						 
					 
					
						
						
							
						
						5bf37234b8 
					 
					
						
						
							
							feat(docs): update connectionless module window syncronization documentation  
						
						
						
						
					 
					
						2025-04-22 11:06:58 +08:00 
						 
				 
			
				
					
						
							
							
								Wang Meng Yang 
							
						 
					 
					
						
						
							
						
						0cecb7bcf3 
					 
					
						
						
							
							Merge branch 'bug/xtensa_cpu1_sys_lockup_v5.4' into 'release/v5.4'  
						
						... 
						
						
						
						fix(panic_handler): Updated panic handler to use RTC WDT (v5.4)
See merge request espressif/esp-idf!37112  
						
						
					 
					
						2025-04-01 14:51:18 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						373f508a99 
					 
					
						
						
							
							Merge branch 'update_usb_jtag_doc_v5.4' into 'release/v5.4'  
						
						... 
						
						
						
						docs(jtag): add esp32p4 usb jtag pin numbers (v5.4)
See merge request espressif/esp-idf!37241  
						
						
					 
					
						2025-04-01 10:01:53 +08:00 
						 
				 
			
				
					
						
							
							
								weiyuhan 
							
						 
					 
					
						
						
							
						
						6fe81dfc1b 
					 
					
						
						
							
							docs(ble): Updated the Bluetooth SIG Qualification information for ESP32C6  
						
						
						
						
					 
					
						2025-04-01 09:33:05 +08:00 
						 
				 
			
				
					
						
							
							
								Wei Yu Han 
							
						 
					 
					
						
						
							
						
						10f7a7b8b7 
					 
					
						
						
							
							Updated BLE feature status  
						
						... 
						
						
						
						(cherry picked from commit 6a584e9698weiyuhan@espressif.com > 
						
						
					 
					
						2025-04-01 09:33:05 +08:00 
						 
				 
			
				
					
						
							
							
								Sudeep Mohanty 
							
						 
					 
					
						
						
							
						
						cd887ef59a 
					 
					
						
						
							
							fix(panic_handler): Updated panic handler to use RTC WDT  
						
						... 
						
						
						
						This commit updates the following:
- Updates the panic handler to use only the RTC WDT to reset the system.
- Refactors some of the panic handler code.
- Updates Bluetooth files where in they now feed the WDTs instead of
  reconfiguring them.
- Removes some unnecessary configuration of WDTs from various files.
- Added a unit test to verify that the system does not lock up when the
  panic handler is stuck.
- Updates the memprot unit tests to work with the refactored panic
  handler.
Closes https://github.com/espressif/esp-idf/issues/15166 
Closes https://github.com/espressif/esp-idf/issues/15018 
Closes https://github.com/espressif/esp-idf/issues/10110  
						
						
					 
					
						2025-03-06 09:17:26 +01:00 
						 
				 
			
				
					
						
							
							
								linruihao 
							
						 
					 
					
						
						
							
						
						7b95c5d571 
					 
					
						
						
							
							docs(coex): update rf coexistence documents  
						
						... 
						
						
						
						- remove BLE connecting state in coexistence scenario
- remove WIFI section in H2 docs 
						
						
					 
					
						2025-02-27 11:06:49 +08:00 
						 
				 
			
				
					
						
							
							
								Shu Chen 
							
						 
					 
					
						
						
							
						
						7e31189ede 
					 
					
						
						
							
							docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4  
						
						
						
						
					 
					
						2025-02-27 11:05:51 +08:00 
						 
				 
			
				
					
						
							
							
								Erhan Kurubas 
							
						 
					 
					
						
						
							
						
						a289d1e0fe 
					 
					
						
						
							
							docs(jtag): add esp32p4 usb jtag pin numbers  
						
						
						
						
					 
					
						2025-02-24 14:44:19 +01:00 
						 
				 
			
				
					
						
							
							
								Zhang Shuxian 
							
						 
					 
					
						
						
							
						
						2d14e692eb 
					 
					
						
						
							
							docs: Update CN translation for size.rst  
						
						
						
						
					 
					
						2025-02-20 21:03:10 +08:00 
						 
				 
			
				
					
						
							
							
								Roland Dobai 
							
						 
					 
					
						
						
							
						
						5bb41c4932 
					 
					
						
						
							
							Merge branch 'feature/move-gdb-options-to_project_description_json_v5.4' into 'release/v5.4'  
						
						... 
						
						
						
						feat(debugging): move gdbinit generation to CMake (v5.4)
See merge request espressif/esp-idf!35175  
						
						
					 
					
						2025-01-09 18:58:23 +08:00 
						 
				 
			
				
					
						
							
							
								Island 
							
						 
					 
					
						
						
							
						
						5bac8a9382 
					 
					
						
						
							
							Merge branch 'docs/add_ble_qualification_table_v5.4' into 'release/v5.4'  
						
						... 
						
						
						
						docs(ble): Added BLE Qualification Information to API Guides (v5.4)
See merge request espressif/esp-idf!35711  
						
						
					 
					
						2025-01-06 17:33:09 +08:00 
						 
				 
			
				
					
						
							
							
								Wei Yu Han 
							
						 
					 
					
						
						
							
						
						6f4b1d8767 
					 
					
						
						
							
							docs(ble): Added BLE Qualification Information to API Guides (v5.4)  
						
						
						
						
					 
					
						2025-01-06 17:33:09 +08:00 
						 
				 
			
				
					
						
							
							
								Roland Dobai 
							
						 
					 
					
						
						
							
						
						bbdc6cfe4f 
					 
					
						
						
							
							Merge branch 'feat/dfu_p4_backport_v5.4' into 'release/v5.4'  
						
						... 
						
						
						
						feat(dfu): Enable DFU on ESP32-P4 (backport v5.4)
See merge request espressif/esp-idf!35829  
						
						
					 
					
						2025-01-06 15:41:29 +08:00 
						 
				 
			
				
					
						
							
							
								Zhang Shuxian 
							
						 
					 
					
						
						
							
						
						d7a8b7374e 
					 
					
						
						
							
							docs: Update CN translation for dfu  
						
						
						
						
					 
					
						2024-12-20 11:13:40 +01:00 
						 
				 
			
				
					
						
							
							
								Tomas Rezucha 
							
						 
					 
					
						
						
							
						
						53135e389c 
					 
					
						
						
							
							feat(dfu): Enable DFU on ESP32-P4  
						
						
						
						
					 
					
						2024-12-20 11:12:33 +01:00 
						 
				 
			
				
					
						
							
							
								renpeiying 
							
						 
					 
					
						
						
							
						
						bd9db4e08c 
					 
					
						
						
							
							docs: Update CN translation for idf-tools.rst  
						
						
						
						
					 
					
						2024-12-19 10:28:50 +01:00 
						 
				 
			
				
					
						
							
							
								shenmengjing 
							
						 
					 
					
						
						
							
						
						12f8c24846 
					 
					
						
						
							
							docs: Update CN translation for docs in jtag-degugging  
						
						
						
						
					 
					
						2024-12-06 19:36:47 +07:00 
						 
				 
			
				
					
						
							
							
								Alexey Lapshin 
							
						 
					 
					
						
						
							
						
						0e57dc044e 
					 
					
						
						
							
							feat(debugging): move gdbinit generation to CMake  
						
						... 
						
						
						
						This feature is useful for 3rd-party software to run GDB with predefined
options that described in project_description.json file
allow to pass custom options to "idf.py gdb":
  --gdb-commands: command line arguments for gdb. (without changes)
  -ex: pass command to gdb.
  -x: pass gdbinit file to gdb. Alias for old --gdbinit command 
						
						
					 
					
						2024-12-06 19:36:41 +07:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						da2c883622 
					 
					
						
						
							
							docs(cxx): add a section about std::filesystem limitations  
						
						... 
						
						
						
						Co-authored-by: Shen Meng Jing <shenmengjing@espressif.com > 
						
						
					 
					
						2024-12-04 11:22:02 +01:00 
						 
				 
			
				
					
						
							
							
								Nebojša Cvetković 
							
						 
					 
					
						
						
							
						
						d79c4f7e28 
					 
					
						
						
							
							docs(cxx): mark std::filesystem as generally supported ( #5003 )  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/pull/13736  
						
						
					 
					
						2024-12-04 11:22:01 +01:00 
						 
				 
			
				
					
						
							
							
								radek.tandler 
							
						 
					 
					
						
						
							
						
						4e8bb8a082 
					 
					
						
						
							
							feat(nvs_flash): Implemented basic nvs_flash support for bootloader  
						
						
						
						
					 
					
						2024-11-27 15:22:46 +01:00 
						 
				 
			
				
					
						
							
							
								Xu Si Yu 
							
						 
					 
					
						
						
							
						
						b813889b62 
					 
					
						
						
							
							feat(openthread): support using custom header file  
						
						
						
						
					 
					
						2024-11-25 12:29:56 +08:00 
						 
				 
			
				
					
						
							
							
								Erhan Kurubas 
							
						 
					 
					
						
						
							
						
						368f71443b 
					 
					
						
						
							
							change(esp_system): do not include openocd stub bins by default  
						
						
						
						
					 
					
						2024-11-13 07:36:07 +01:00 
						 
				 
			
				
					
						
							
							
								harshal.patil 
							
						 
					 
					
						
						
							
						
						4cdfdac18c 
					 
					
						
						
							
							fix(mbedtls): Fix the increase in build size of mbedtls when upgrading to v3.x  
						
						
						
						
					 
					
						2024-10-24 14:45:57 +05:30 
						 
				 
			
				
					
						
							
							
								Aditya Patwardhan 
							
						 
					 
					
						
						
							
						
						6930dff98d 
					 
					
						
						
							
							Merge branch 'feature/add_option_to_provide_flash_file_for_qemu' into 'master'  
						
						... 
						
						
						
						feat(tools): Added option to specify flash image in "idf.py qemu"
See merge request espressif/esp-idf!34031  
						
						
					 
					
						2024-10-24 02:22:43 +08:00 
						 
				 
			
				
					
						
							
							
								renpeiying 
							
						 
					 
					
						
						
							
						
						46770a50a6 
					 
					
						
						
							
							docs: standardize the names of bootloaders in esp-idf  
						
						
						
						
					 
					
						2024-10-23 11:29:24 +08:00 
						 
				 
			
				
					
						
							
							
								Wei Yu Han 
							
						 
					 
					
						
						
							
						
						738b2de9ab 
					 
					
						
						
							
							Docs: Added BLE English version of BLE Get Started  
						
						
						
						
					 
					
						2024-10-23 10:14:53 +08:00 
						 
				 
			
				
					
						
							
							
								renpeiying 
							
						 
					 
					
						
						
							
						
						53b57e21fb 
					 
					
						
						
							
							docs: Update CN translation for qemu.rst  
						
						
						
						
					 
					
						2024-10-21 18:48:02 +08:00 
						 
				 
			
				
					
						
							
							
								Sarvesh Bodakhe 
							
						 
					 
					
						
						
							
						
						6797c86135 
					 
					
						
						
							
							fix(wifi): Fix wrong wifi reason codes reported on station and softAP  
						
						... 
						
						
						
						- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
  and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
  WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
  WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes 
						
						
					 
					
						2024-10-21 11:31:17 +08:00 
						 
				 
			
				
					
						
							
							
								Tomas Rohlinek 
							
						 
					 
					
						
						
							
						
						fe51222a02 
					 
					
						
						
							
							Merge branch 'feat/simplify_storage_examples' into 'master'  
						
						... 
						
						
						
						feat(storage/fatfs): update fatfs examples
Closes IDF-5705
See merge request espressif/esp-idf!31174  
						
						
					 
					
						2024-10-18 15:28:44 +08:00 
						 
				 
			
				
					
						
							
							
								Linda 
							
						 
					 
					
						
						
							
						
						4d7436f861 
					 
					
						
						
							
							docs: update application examples for modbus.rst, mqtt.rst and lwip.rst  
						
						
						
						
					 
					
						2024-10-14 14:13:00 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						709fbf0a19 
					 
					
						
						
							
							Merge branch 'docs/update_pthread_cn' into 'master'  
						
						... 
						
						
						
						docs: Update the CN translation for pthread.rst/ota .rst
Closes DOC-8536 and DOC-9081
See merge request espressif/esp-idf!32531  
						
						
					 
					
						2024-10-12 18:45:24 +08:00 
						 
				 
			
				
					
						
							
							
								Island 
							
						 
					 
					
						
						
							
						
						302c9d4205 
					 
					
						
						
							
							Merge branch 'docs/update_ble_feature_support_status' into 'master'  
						
						... 
						
						
						
						docs(ble): Updated one feature name in feature status table
Closes IDF-9500 and IDF-10177
See merge request espressif/esp-idf!34050  
						
						
					 
					
						2024-10-12 14:25:56 +08:00 
						 
				 
			
				
					
						
							
							
								Tomáš Rohlínek 
							
						 
					 
					
						
						
							
						
						908c4c7ce6 
					 
					
						
						
							
							docs(storage/fatfs): fix fatfs example links in docs  
						
						
						
						
					 
					
						2024-10-10 16:41:58 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						1b7977194a 
					 
					
						
						
							
							Merge branch 'refactor/move_freertos_related_kconfig_and_test_to_freertos' into 'master'  
						
						... 
						
						
						
						refactor(freertos): rename SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY
See merge request espressif/esp-idf!32884  
						
						
					 
					
						2024-10-10 13:24:58 +08:00 
						 
				 
			
				
					
						
							
							
								weiyuhan 
							
						 
					 
					
						
						
							
						
						04f757686f 
					 
					
						
						
							
							docs(ble): Updated one feature name in feature status table  
						
						
						
						
					 
					
						2024-10-09 17:37:20 +08:00 
						 
				 
			
				
					
						
							
							
								Erhan Kurubas 
							
						 
					 
					
						
						
							
						
						9a13c59723 
					 
					
						
						
							
							Merge branch 'add_openocd_stub_bins_fixed' into 'master'  
						
						... 
						
						
						
						feat(esp_system): preload openocd stub binaries and reserve memory for debugging
See merge request espressif/esp-idf!32817  
						
						
					 
					
						2024-10-09 14:06:09 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						aebf700919 
					 
					
						
						
							
							refactor(freertos): rename SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY and move to freertos  
						
						
						
						
					 
					
						2024-10-09 13:32:03 +08:00 
						 
				 
			
				
					
						
							
							
								Mahavir Jain 
							
						 
					 
					
						
						
							
						
						27bcb047b4 
					 
					
						
						
							
							Merge branch 'feature/qemu_doc_guide_updates' into 'master'  
						
						... 
						
						
						
						docs: misc updates to qemu guide, now enabled for ESP32-S3
See merge request espressif/esp-idf!33854  
						
						
					 
					
						2024-10-08 12:45:23 +08:00 
						 
				 
			
				
					
						
							
							
								Peter Dragun 
							
						 
					 
					
						
						
							
						
						7d8231c0c1 
					 
					
						
						
							
							Merge branch 'move_monitor_config_docs' into 'master'  
						
						... 
						
						
						
						docs: Move monitor configuration documentation to its own repository
See merge request espressif/esp-idf!33284  
						
						
					 
					
						2024-10-07 22:14:53 +08:00 
						 
				 
			
				
					
						
							
							
								Erhan Kurubas 
							
						 
					 
					
						
						
							
						
						ffdf59a898 
					 
					
						
						
							
							Merge branch 'jtag_doc_update' into 'master'  
						
						... 
						
						
						
						docs(jtag): update OpenOCD related sections
See merge request espressif/esp-idf!33516  
						
						
					 
					
						2024-10-01 18:03:39 +08:00 
						 
				 
			
				
					
						
							
							
								Fu Hanxi 
							
						 
					 
					
						
						
							
						
						6ff7947fef 
					 
					
						
						
							
							feat: add component_source property to component targets  
						
						
						
						
					 
					
						2024-09-30 18:14:04 +08:00