Alexey Lapshin
ec68cb3300
feat(newlib): riscv: add CONFIG_LIBC_OPTIMIZED_MISALIGNED_ACCESS config option
...
This option replaces implementations of functions from ROM:
- memcpy
- memcmp
- memmove
- str[n]cpy
- str[n]cmp
The functions used in the firmware will be better optimized for misaligned
memory. Here are some measurements in CPU cycles for 4096-byte buffers:
memcpy: 28676 -> 4128
memcmp: 49147 -> 14259
memmove: 33896 -> 8086
strcpy: 32771 -> 17313
strcmp: 32775 -> 13191
2025-03-26 17:27:24 +07:00
Zhang Shu Xian
7709ec0219
Merge branch 'docs/update_cn_translation_for_core_docs' into 'master'
...
docs: Update CN translation for core docs for new targets
Closes DOC-10577
See merge request espressif/esp-idf!37942
2025-03-24 10:18:38 +08:00
David Čermák
0be20a5f22
Merge branch 'feat/lwip_hook_dhcp_extra_opt' into 'master'
...
feat(lwip): Add DHCP extra option hook
Closes IDFGH-14572
See merge request espressif/esp-idf!36949
2025-03-21 22:06:56 +08:00
David Cermak
54a58c05e6
feat(lwip): Add DHCP extra option hook
...
Closes https://github.com/espressif/esp-idf/issues/15329
2025-03-21 11:59:58 +01:00
Zhang Shuxian
0406df9c61
docs: Update CN translation for core docs for new targets
2025-03-21 16:30:03 +08:00
Marius Vikhammer
a89fc6d905
Merge branch 'docs/core_docs_new_targets' into 'master'
...
docs(core): updated core docs for new targets
Closes IDF-10159, IDF-10162, IDF-10171, IDF-12148, IDF-12150, IDF-12151, IDF-12152, IDF-12156, and IDF-12157
See merge request espressif/esp-idf!37860
2025-03-20 19:56:18 +08:00
Shen Meng Jing
88664242e1
Merge branch 'docs/sync_ram_usage' into 'master'
...
docs: Sync CN ram-usage.rst and EN source
Closes DOC-10523
See merge request espressif/esp-idf!37807
2025-03-20 15:00:52 +08:00
shenmengjing
c60cf668cf
docs: Sync CN ram-usage.rst and EN source
2025-03-20 11:08:23 +08:00
Marius Vikhammer
034f677563
docs(misc): update system docs for new chips
2025-03-20 09:01:11 +08:00
yinqingzhao
85931bc569
docs(wifi): update iperf throughput performance
2025-03-18 11:03:24 +08:00
Marius Vikhammer
20bbd2af42
feat(newlib): add option for placing newlib lock API into flash
2025-03-11 09:33:58 +08:00
Roland Dobai
4e635009fc
Merge branch 'docs/diag_tool' into 'master'
...
docs: add idf.py diag documentation to api-guides
Closes IDF-11829
See merge request espressif/esp-idf!37205
2025-03-06 19:03:52 +08:00
renpeiying
2aee9ac12c
docs: Add translation for api-guides/tools/diag_tool
2025-03-04 16:44:35 +08:00
C.S.M
8f371a5004
docs(spi_flash): Add docs for spi_flash IRAM usage
2025-02-26 18:29:35 +08:00
Wang Meng Yang
909d81283d
Merge branch 'docs/fix_some_coexist_doc_issue' into 'master'
...
docs(coex): update rf coexistence documents
See merge request espressif/esp-idf!36974
2025-02-25 19:33:14 +08:00
linruihao
9f0c8e7bfc
docs(coex): update rf coexistence documents
...
- remove BLE connecting state in coexistence scenario
- remove WIFI section in H2 docs
2025-02-25 17:05:34 +08:00
Frantisek Hrbata
e66405232c
docs: add idf.py diag documentation to api-guides
...
Add the initial documentation for the idf.py diagnostic tool, detailing
how it can be used to gather information for troubleshooting issues
related to the ESP-IDF project.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-02-22 09:02:20 +01:00
Erhan Kurubas
93b4ef13ae
docs(jtag): add esp32p4 usb jtag pin numbers
2025-02-21 10:32:43 +01:00
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