Marius Vikhammer
7fea3ef20f
Merge branch 'bug/xtensa_cpu1_sys_lockup_v5.3' into 'release/v5.3'
...
fix(panic_handler): Updated panic handler to use RTC WDT (v5.3)
See merge request espressif/esp-idf!37115
2025-04-15 11:05:57 +08:00
Jiang Jiang Jian
c1c257d47f
Merge branch 'bugfix/remove_broken_link_for_wifi_expansion_v5.3' into 'release/v5.3'
...
bugfix: Remove the broken link in wifi-expansion.rst (v5.3)
See merge request espressif/esp-idf!38333
2025-04-15 10:32:30 +08:00
morris
1eb1fad16d
Merge branch 'bugfix/uart_async_rxtxtasks_example_stack_overflow_v5.3' into 'release/v5.3'
...
fix(uart): enlarged task stack size for uart_async_rxtxtasks example (v5.3)
See merge request espressif/esp-idf!37591
2025-04-15 10:27:53 +08:00
morris
befa9bb4d2
Merge branch 'doc/touch_element_support_esp32s3_v5.3' into 'release/v5.3'
...
docs(touch): build the touch element doc for esp32s3 (v5.3)
See merge request espressif/esp-idf!38391
2025-04-15 10:21:16 +08:00
morris
d69f12a7aa
Merge branch 'fix/fix_cam_iram_safe_compile_error_v5.3' into 'release/v5.3'
...
cam: fix cam iram safe compile error (v5.3)
See merge request espressif/esp-idf!37607
2025-04-15 10:13:57 +08:00
morris
50efd81fc5
docs(touch): build the touch element doc for esp32s3
...
Closes https://github.com/espressif/esp-idf/issues/15755
2025-04-14 14:51:35 +08:00
Zhang Shuxian
563c21f930
bugfix: Remove the broken link in wifi-expansion.rst
2025-04-09 19:05:23 +08:00
zhiweijian
fe6e6b3613
feat(bt): fixed some doc error and add ocf parameters description
2025-03-25 14:22:15 +08:00
Shen Weilong
e45c7dadd1
feat(bt): added definitions for bluetooth hci vendor commands and events
2025-03-24 20:20:35 +08:00
Mahavir Jain
1b319631b8
fix(docs): update for changes in provisioning security2 scheme
2025-03-10 10:00:06 +05:30
armando
737a858dab
refactor(cam): rename IRAM-Safe to Cache-Safe
2025-03-10 10:38:40 +08:00
Song Ruo Jing
5f08f68aa6
docs(uart): aligned the config order in the programming guide with examples
...
Closes https://github.com/espressif/esp-idf/issues/13182
2025-03-07 21:01:26 +08:00
Sudeep Mohanty
81109e8bdd
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:13:17 +01:00
Jiang Jiang Jian
cb8d1796b8
Merge branch 'fix/xtensa_nmi_v5.3' into 'release/v5.3'
...
fix(esp_hw_support): make the NMI interrupts available for the main application (backport v5.3)
See merge request espressif/esp-idf!34268
2025-02-28 11:32:47 +08:00
Jiang Jiang Jian
5f18a9711b
Merge branch 'feature/esp32h2_eco5_ecc_v5.3' into 'release/v5.3'
...
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5 (v5.3)
See merge request espressif/esp-idf!36585
2025-02-28 10:50:18 +08:00
linruihao
5da35cadb6
docs(coex): update rf coexistence documents
...
- remove BLE connecting state in coexistence scenario
- remove WIFI section in H2 docs
2025-02-27 11:07:55 +08:00
Shu Chen
eadfab049f
docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4
2025-02-27 11:07:45 +08:00
Aditya Patwardhan
78874d7f7c
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-02-26 17:04:28 +05:30
morris
67c6ae91ab
Merge branch 'feat/allow_setting_rmt_group_prescale_v5.3' into 'release/v5.3'
...
refactor(rmt): set group clock prescale dynamically (v5.3)
See merge request espressif/esp-idf!36738
2025-02-26 17:03:16 +08:00
Chen Jichang
e98ded4e7b
refactor(rmt): set group clock prescale dynamically
...
Closes https://github.com/espressif/esp-idf/issues/14760
2025-02-26 11:22:51 +08:00
Omar Chebib
209cfa313b
fix(esp_hw_support): make the NMI interrupts available for the main application
...
Closes https://github.com/espressif/esp-idf/issues/13629
NMI interrupt level has been freed for all the Xtensa targets, making it possible
for the main application to use it. An example has been added to show how to
proceed.
2025-02-26 10:06:44 +08:00
Erhan Kurubas
9f9ddd246f
docs(jtag): add esp32p4 usb jtag pin numbers
2025-02-24 14:44:35 +01:00
Aditya Patwardhan
f62b178a65
Merge branch 'refactor/security_docs_re-org_v5.3' into 'release/v5.3'
...
refactor(docs): re-organize security docs for better navigation (v5.3)
See merge request espressif/esp-idf!36961
2025-02-14 16:32:42 +08:00
Mahavir Jain
570b01fd9b
refactor(docs): re-organize security docs for better navigation
2025-02-14 11:48:24 +05:30
liqigan
3f4cd77c50
docs(bt/bluedroid): Added migration guide for bluedroid init API
...
Closes https://github.com/espressif/esp-idf/issues/15352
2025-02-11 19:39:08 +08:00
Jiang Jiang Jian
c5eb636e4d
Merge branch 'docs/usb_host_ext_port_driver_backport_v5.3' into 'release/v5.3'
...
docs(ext_port): Maintainers Notes for the External Port Driver (backport v5.3)
See merge request espressif/esp-idf!35101
2025-02-10 16:37:33 +08:00
Song Ruo Jing
6975924104
feat(heap): add a MALLOC_CAP_SIMD flag
...
MALLOC_CAP_SIMD can be used to allocate memory to be used for SIMD instructions
2025-02-08 16:29:36 +08:00
Mahavir Jain
e1a023e13d
Merge branch 'feat/support_aes_pseudo_round_func_in_esp32h2_eco5_v5.3' into 'release/v5.3'
...
Support AES and XTS-AES's pseudo round function in ESP32H2-ECO5 (v5.3)
See merge request espressif/esp-idf!36464
2025-01-24 14:40:00 +08:00
morris
8f20eac2df
Merge branch 'feat/spi_std_timing_and_bit_trans_v5.3' into 'release/v5.3'
...
feat(driver_spi): support adjust master rx to standard timing (v5.3)
See merge request espressif/esp-idf!36400
2025-01-24 10:24:14 +08:00
renpeiying
db588e04dd
docs: Update CN trans for security docs
2025-01-23 14:06:16 +05:30
harshal.patil
ac0dc0d775
feat(bootloader_support): Permanently enable XTS-AES pseudo rounds when FE release mode is enabled
2025-01-23 14:06:16 +05:30
harshal.patil
8d30077744
feat(hal/aes): Enable pseudo rounds function during AES operations
2025-01-23 14:06:16 +05:30
Fu Hanxi
539971de6c
feat: add component_source property to component targets
2025-01-21 16:45:29 +08:00
Marius Vikhammer
c8f9cedc69
Merge branch 'docs/add_html_download_link_v5.3' into 'release/v5.3'
...
feat(docs): Replace PDF download link with HTML zip download link (v5.3)
See merge request espressif/esp-idf!35882
2025-01-20 16:18:43 +08:00
Marius Vikhammer
889f7b23dd
feat(docs): Replace PDF download link with HTML zip download link
...
PDF build would randomly fail after S3 docs grew to a certain size.
At 3k+ pages PDF is not very usable anyways.
For offline use an HTML archive makes more sense.
2025-01-20 15:02:33 +08:00
wanckl
e1cc1e2568
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
2025-01-17 10:48:52 +08:00
morris
a5581e8117
Merge branch 'bugfix/uart_single_wire_mode_v5.3' into 'release/v5.3'
...
fix(uart): allow same pin for tx and rx in uart_set_pin; UART_SELECT_READ_NOTIF race conditon fix (v5.3)
See merge request espressif/esp-idf!36251
2025-01-14 13:12:02 +08:00
Alex Bethel
1639033c66
docs: Fix gpio_dump_io_configuration
typo in docs
...
The mentioned `gpio_dump_all_io_configuration` function doesn't exist,
the correct function is `gpio_dump_io_configuration`.
Merges https://github.com/espressif/esp-idf/pull/15031
2025-01-08 20:47:46 +08:00
Song Ruo Jing
ff0f9cd649
feat(dvp_isp_dsi_example): add an example shows DVP-ISP-DSI combination
2025-01-08 16:20:14 +08:00
Michael (XIAO Xufeng)
4c422b18ff
Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.3' into 'release/v5.3'
...
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.3)
See merge request espressif/esp-idf!35965
2025-01-07 15:50:42 +08:00
morris
9b2d46fde5
Merge branch 'fix/ble_i2c_v5.3' into 'release/v5.3'
...
fix(i2c): Fix i2c read from fifo issue when enabling bt/wifi/uart, etc... (backport v5.3)
See merge request espressif/esp-idf!36054
2025-01-06 17:27:10 +08:00
Roland Dobai
3652281fb5
Merge branch 'feat/dfu_p4_backport_v5.3' into 'release/v5.3'
...
feat(dfu): Enable DFU on ESP32-P4 (backport v5.3)
See merge request espressif/esp-idf!35830
2025-01-06 15:41:59 +08:00
C.S.M
09321904dc
docs(i2c): Add type declaration in i2c docs,
...
Closes https://github.com/espressif/esp-idf/issues/15086
2024-12-31 15:36:24 +08:00
Song Ruo Jing
191c2aee72
fix(ledc): fix ledc_get_freq calculation err due to overflow
...
Closes https://github.com/espressif/esp-idf/pull/14882
2024-12-30 17:05:24 +08:00
Song Ruo Jing
a2178b0fa2
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-12-25 20:01:37 +08:00
Zhang Shuxian
686389582b
docs: Update CN translation for dfu
2024-12-20 11:18:06 +01:00
Tomas Rezucha
31c883b3a6
feat(dfu): Enable DFU on ESP32-P4
2024-12-20 11:17:26 +01:00
Wei Yu Han
f4bc876b2b
docs(ble): Added BLE Qualification Information to API Guides (v5.3)
2024-12-18 10:41:15 +08:00
Sarvesh Bodakhe
e2d73046b3
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-12-10 20:08:00 +05:30
Jiang Jiang Jian
4230ea6478
Merge branch 'docs/update_vscode_extension_link_v5.3' into 'release/v5.3'
...
docs: Update vscode extension link in get started (v5.3)
See merge request espressif/esp-idf!35303
2024-12-09 15:34:31 +08:00