Sudeep Mohanty
e01877ff2e
Merge branch 'bug/xtensa_cpu1_sys_lockup' into 'master'
...
fix(panic_handler): Updated panic handler to use RTC WDT
Closes IDFGH-14379, IDFGH-14221, IDFGH-8665, and DOC-10263
See merge request espressif/esp-idf!36652
2025-02-19 17:11:10 +08:00
Wei Yu Han
96af7b4a11
Merge branch 'docs/update_ble_feature_support_status' into 'master'
...
Docs: update ble feature support status
See merge request espressif/esp-idf!36452
2025-02-19 14:37:50 +08:00
Sudeep Mohanty
b562afa08e
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-02-18 15:40:54 +01:00
weiyuhan
6a584e9698
Updated BLE feature status
2025-02-18 16:23:35 +08:00
Shu Chen
5286d9408a
Merge branch 'feat/wifi_thread_coex_docs' into 'master'
...
docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4
See merge request espressif/esp-idf!36803
2025-02-10 21:35:08 +08:00
Shu Chen
cd734e02db
docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4
2025-02-10 19:56:42 +08:00
Zhang Shuxian
d972650152
docs: Update CN translation for fatal-errors.rst
2025-02-08 11:50:11 +08:00
Marius Vikhammer
85ec6a41f9
Merge branch 'feature/build_docs_h21' into 'master'
...
docs(build): add support for building H21 docs
Closes IDF-12105
See merge request espressif/esp-idf!36632
2025-02-06 11:25:36 +08:00
Marius Vikhammer
1e72b10b26
docs(build): add support for building H21 docs
2025-01-26 11:44:28 +08:00
Aditya Patwardhan
839c18c762
feat(docs): Update minimizing binary size
...
The ESP32-H2 software countermeasure may not be necessary
for ESP32-H2 v1.2 and above, this commit updates
the relevant documentation
2025-01-24 11:50:17 +08:00
Roland Dobai
c640466e32
docs(coredump): Add minor documentation improvements for coredump
2025-01-22 13:44:56 +01:00
Zhang Shuxian
a6fdc2677e
docs: Update CN translation for minimal build documentation
2025-01-17 16:10:48 +08:00
weiyuhan
d78461eb54
docs(ble): Updated the Bluetooth SIG Qualification information for ESP32C6
2025-01-16 19:55:34 +08:00
Frantisek Hrbata
90ca881dab
docs: improve minimal build documentation
...
Follow-up improvements to the minimal build documentation.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2025-01-16 18:24:14 +08:00
Omar Chebib
980cf269c7
feat(riscv): implement frame pointer option for backtracing
2025-01-09 11:57:02 +08:00
Laukik Hase
cb84119600
docs(esp_tee): Added documentation for the ESP-TEE framework
...
- Co-authored-by: Shen Meng Jing <shenmengjing@espressif.com>
2025-01-08 11:37:42 +05:30
Marius Vikhammer
39c08d74fd
docs(tests): add paragraph linking to gh-esp-test-template project
2025-01-06 11:17:49 +08:00
Tomas Rezucha
a57e4d7bdd
Merge branch 'feat/dfu_p4' into 'master'
...
feat(dfu): Enable DFU on ESP32-P4
Closes IDF-7757
See merge request espressif/esp-idf!35539
2024-12-18 23:57:23 +08:00
Zhang Shuxian
c5ea3e6cf6
docs: Update CN translation for dfu
2024-12-18 16:10:43 +01:00
Wei Yu Han
d9f0e1201c
docs(ble): Added BLE Qualification Information to API Guides
2024-12-17 12:03:43 +08:00
Zhang Shuxian
d518d110c0
docs: Review the CN translation for Picolibc
2024-12-11 16:24:17 +08:00
Tomas Rezucha
bf86ab3926
feat(dfu): Enable DFU on ESP32-P4
2024-12-11 09:23:32 +01:00
Mu Hai Dong
d30af2fbdc
Merge branch 'feat/docs_esp_extconn_on_wifiless_chips' into 'master'
...
Feat/docs esp extconn on wifiless chips
Closes IDF-7763 and IDF-11328
See merge request espressif/esp-idf!32456
2024-12-09 11:40:40 +08:00
Shen Meng Jing
05db66bf78
Merge branch 'docs/update_cn_translation' into 'master'
...
docs: Sync CN and EN docs
Closes DOC-9614
See merge request espressif/esp-idf!35256
2024-12-06 19:21:09 +08:00
shenmengjing
8eff8b088e
docs: Sync CN and EN docs
2024-12-06 16:27:23 +08:00
muhaidong
37a7528af4
feat(wifi): Add exp-extconn to document WiFi expansion on wifi-less chips
2024-12-04 16:31:56 +08:00
Ivan Grokhotkov
b2137e5e70
docs(cxx): add a section about std::filesystem limitations
...
Co-authored-by: Shen Meng Jing <shenmengjing@espressif.com>
2024-12-03 15:32:58 +01:00
Nebojša Cvetković
5f405375f9
docs(cxx): mark std::filesystem as generally supported ( #5003 )
...
Closes https://github.com/espressif/esp-idf/pull/13736
2024-12-03 15:30:20 +01:00
Alexey Lapshin
f297a9d487
Merge branch 'feature/add-picolibc-support' into 'master'
...
Add picolibc support
Closes IDF-11319
See merge request espressif/esp-idf!33601
2024-12-03 13:12:41 +08:00
Roland Dobai
e61653e68e
Merge branch 'contrib/github_pr_14966' into 'master'
...
Tools: Fix a typo in the QEMU documentation (GitHub PR)
Closes IDFGH-14164
See merge request espressif/esp-idf!35355
2024-12-03 02:18:48 +08:00
Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07:00
Jan Tomka
0b67e76715
docs(tools): Fix a typo in the QEMU documentation
2024-12-02 21:48:19 +11:00
Roland Dobai
a2c399c098
Merge branch 'feat/add_idf_path_setting_info' into 'master'
...
feat(tools): Add info message to install/export scripts about IDF_PATH being set/change.
Closes IDF-9355
See merge request espressif/esp-idf!34748
2024-11-25 17:20:55 +08:00
Roland Dobai
4110d14825
Merge branch 'feat/document_idf_version_txt_file' into 'master'
...
docs(tools): Mention idf_version.txt in documentation
Closes IDF-11630
See merge request espressif/esp-idf!34717
2024-11-25 17:19:10 +08:00
Roland Dobai
46e37515b8
Merge branch 'feat/examples_minimal_build' into 'master'
...
switch examples to build just with required components
Closes IDF-11308, IDF-7940, and IDF-11289
See merge request espressif/esp-idf!33825
2024-11-25 16:27:29 +08:00
renpeiying
5182c8031e
docs: Update CN translation for idf-tools.rst
2024-11-25 15:56:16 +08:00
Marek Fiala
cad15b50c4
feat(tools): Inform user about IDF_PATH set/change in install/export scripts
2024-11-25 15:56:16 +08:00
Abhik Roy
e2ae81a101
Merge branch 'examples/getaddrinfo_af_unspec' into 'master'
...
feat(examples): Added wrapper for getaddrinfo to handle AF_UNSPEC
Closes IDFGH-12201
See merge request espressif/esp-idf!33234
2024-11-22 17:58:08 +08:00
Tomas Rohlinek
408ae4c560
Merge branch 'feature/switch_to_new_vfs_api' into 'master'
...
feat(storage): switch to new VFS API
Closes IDF-11473
See merge request espressif/esp-idf!32029
2024-11-22 16:51:46 +08:00
Abhik Roy
d846929dc3
feat(lwip): Added wrapper for getaddrinfo to handle AF_UNSPEC
2024-11-22 13:06:34 +11:00
Tomáš Rohlínek
ae1e8a2ea3
feat(storage/vfs): update docs to new version of API
2024-11-21 07:41:41 +01:00
David Čermák
fc682fc7fb
Merge branch 'fix/wifi_docs_remove_nonexistent_lwip_opt' into 'master'
...
fix(wifi): Remove non-existent LWIP option from docs
See merge request espressif/esp-idf!34055
2024-11-21 14:24:12 +08:00
shenmengjing
ab5bf7291e
docs: Update CN translation for docs in jtag-degugging
2024-11-21 12:11:11 +08:00
Frantisek Hrbata
e0113d81d2
docs(build_system): describe MINIMAL_BUILD build property
...
Include a description of the MINIMAL_BUILD property, which serves as a
shortcut for set(COMPONENTS main). Additionally, add a note to the
relevant components indicating that they must be included in the build
to allow for their configuration.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-11-20 20:14:40 +01:00
David Cermak
862815f362
fix(wifi): Remove non-existent LWIP option from docs
2024-11-20 15:34:18 +01:00
Alexey Lapshin
2a6e08431b
Merge branch 'feature/move-gdb-options-to_project_description_json' into 'master'
...
feat(debugging): move gdbinit generation to CMake
Closes IDF-11489
See merge request espressif/esp-idf!34779
2024-11-20 14:30:40 +08:00
Alexey Lapshin
48a49c8154
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-11-19 16:41:38 +07:00
Xu Si Yu
6e05a9e65b
feat(openthread): support using custom header file
2024-11-15 15:37:54 +08:00
Radek Tandler
8255ba29a6
Merge branch 'feature/storage_nvs_bootloader' into 'master'
...
feat(storage/nvs): NVS bootloader support
See merge request espressif/esp-idf!31753
2024-11-15 00:12:18 +08:00
radek.tandler
c445ec134b
feat(nvs_flash): Implemented basic nvs_flash support for bootloader
2024-11-14 11:56:45 +01:00