Marius Vikhammer
20ab752e3f
Merge branch 'fix/ringbuf_allow_split_receive_crash_v5.2' into 'release/v5.2'
...
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers (v5.2)
See merge request espressif/esp-idf!37924
2025-04-01 14:56:06 +08:00
Island
a40b0e241a
Merge branch 'feature/add_vendor_ble_cmd_definitions_5.2' into 'release/v5.2'
...
Feature/add vendor ble cmd definitions (v5.2)
See merge request espressif/esp-idf!37960
2025-03-27 17:15:23 +08:00
Jiang Jiang Jian
b2cd934f4e
Merge branch 'bugfix/fix_scan_info_error_in_lr_only_mode_v5.2' into 'release/v5.2'
...
fix(wifi): Fixed the scan information error in LR only mode (v5.2)
See merge request espressif/esp-idf!37874
2025-03-26 21:33:30 +08:00
zhiweijian
d44d8a1f9e
feat(bt): fixed some doc error and add ocf parameters description
2025-03-26 14:21:45 +08:00
Aditya Patwardhan
04438b1148
Merge branch 'bugfix/provisioning_sec2_aes_iv_usage_v5.2' into 'release/v5.2'
...
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme (v5.2)
See merge request espressif/esp-idf!37616
2025-03-26 12:09:51 +08:00
Shen Weilong
5ea02cbc66
feat(bt): added definitions for bluetooth hci vendor commands and events
2025-03-25 16:13:05 +08:00
Zhang Shuxian
1eb7f1c826
docs: Add a note about TWAI multiple instances install
2025-03-24 11:12:36 +08:00
Sudeep Mohanty
d62e07e8c0
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers
...
This commit adds an assert check to xRingbufferReceive() and
xRingbufferReceiveFromISR() functions to prevent them from being used to
retrieve items from an allow-split buffer. Corresponding documentation
has also been updated.
2025-03-20 11:49:27 +01:00
zhangyanjiao
d2713788e7
fix(wifi): Update the doc for espnow add peer
2025-03-20 15:58:32 +08:00
morris
7d12731212
Merge branch 'bugfix/clear_ledc_gamma_ram_v5.2' into 'release/v5.2'
...
fix(ledc): left-off gamma ram registers should be cleared (v5.2)
See merge request espressif/esp-idf!37574
2025-03-17 11:05:00 +08:00
Zhang Shuxian
6e42ef8ece
docs: Update static for i2c.rst v5.2
2025-03-14 14:59:44 +08:00
shenmengjing
feeaaf7ed7
docs(provisioning): Sync CN translation and EN source
2025-03-10 10:01:55 +05:30
Mahavir Jain
d7095714ad
fix(docs): update for changes in provisioning security2 scheme
2025-03-10 10:01:48 +05:30
Song Ruo Jing
4ba58cd22b
fix(ledc): updated docs for esp32h2 eco5 bugfix
2025-03-07 17:31:08 +08:00
Sudeep Mohanty
ed720503fb
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:06:53 +01:00
morris
e6f49c0480
Merge branch 'feat/spi_std_timing_and_bit_trans_v5.2' into 'release/v5.2'
...
feat(driver_spi): support adjust master rx to standard timing (v5.2)
See merge request espressif/esp-idf!36401
2025-02-28 18:40:13 +08:00
linruihao
144b0529ab
docs(coex): update rf coexistence documents
...
- remove BLE connecting state in coexistence scenario
- remove WIFI section in H2 docs
2025-02-27 11:16:29 +08:00
Shu Chen
21a347f659
docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4
2025-02-27 11:14:15 +08:00
liqigan
b528187291
docs(bt/bluedroid): Added migration guide for bluedroid init API
...
Closes https://github.com/espressif/esp-idf/issues/15352
2025-02-11 19:41:23 +08:00
Aditya Patwardhan
4c281f8eee
Merge branch 'feature/esp32h2_eco5_ecc_v5.2' into 'release/v5.2'
...
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5 (v5.2)
See merge request espressif/esp-idf!36586
2025-02-11 09:54:03 +08:00
Zhang Shuxian
cc64fb4338
docs: Update CN translation for size.rst
2025-02-10 21:25:07 +05:30
Aditya Patwardhan
e2086d518e
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-10 21:25:07 +05:30
wanckl
65a616197f
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
2025-01-22 11:11:47 +08:00
renpeiying
3ec6875e41
docs: Update CN trans for security docs
2025-01-21 12:41:13 +05:30
harshal.patil
f3e87bb60e
feat(bootloader_support): Permanently enable XTS-AES pseudo rounds when FE release mode is enabled
2025-01-21 12:41:05 +05:30
harshal.patil
e8a0496d36
feat(hal/aes): Enable pseudo rounds function during AES operations
2025-01-17 14:00:14 +05:30
Marius Vikhammer
801b8ef61b
docs(doxygen): removed coex header from doxyfile
...
Failing to build due to missing comments, but the header was
never included in the docs anyway, so might as well remove it.
2025-01-08 09:48:27 +08:00
Michael (XIAO Xufeng)
b3b14bdf43
Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.2' into 'release/v5.2'
...
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.2)
See merge request espressif/esp-idf!35966
2025-01-07 15:49:51 +08:00
Song Ruo Jing
7ec010c1ae
fix(ledc): fix ledc_get_freq calculation err due to overflow
...
Closes https://github.com/espressif/esp-idf/pull/14882
2024-12-26 18:51:12 +08:00
Song Ruo Jing
47c9382cc2
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-12-25 20:07:26 +08:00
Wei Yu Han
25021fcaad
docs(ble): Added BLE Qualification Information to API Guides (v5.2)
2024-12-18 10:41:21 +08:00
shenmengjing
b7b6fff848
docs: Update CN translation for docs in jtag-degugging
2024-12-06 19:32:39 +07:00
Alexey Lapshin
080f1a0b0d
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:32:34 +07:00
morris
9c6952f7b4
Merge branch 'contrib/github_pr_14767_v5.2' into 'release/v5.2'
...
fix(gptimer): race on FSM state in gptimer_start() (GitHub PR) (v5.2)
See merge request espressif/esp-idf!35136
2024-12-04 10:13:51 +08:00
luweike
2b1e4daed0
docs: Update vscode extension link in get started
2024-11-29 16:06:50 +08:00
Shu Chen
7f6cb15581
Merge branch 'backport/openthread_related_feature_v52_20241125' into 'release/v5.2'
...
Backport openthread related features to 5.2
See merge request espressif/esp-idf!35173
2024-11-27 16:38:22 +08:00
Sarvesh Bodakhe
fca3fab225
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-11-26 23:36:54 +05:30
Xu Si Yu
3466f70e99
feat(openthread): support using custom header file
2024-11-25 12:34:00 +08:00
lsita
b294d7d3e3
fix(gptimer): race condition between start and stop
...
Merges https://github.com/espressif/esp-idf/pull/14767
2024-11-22 18:24:35 +08:00
Erhan Kurubas
57dbeb272a
docs(jtag): update OpenOCD related sections
2024-11-17 08:31:01 +08:00
zhangyanjiao
f9ef78528e
docs(wifi/espnow): Update the description for ESP-NOW frame
2024-11-14 10:25:56 +08:00
zhangyanjiao
d47ed7d6f8
fix(wifi): Support AES IV with random value in esptouch v2
2024-11-11 15:37:32 +08:00
Chen Jichang
26e719013f
fix(mcpwm): add warning about generator deadtime
...
Closes https://github.com/espressif/esp-idf/issues/14773
2024-11-07 10:57:09 +08:00
wangtao@espressif.com
98a65c0538
change(wifi):improve some wifi releated introduction
2024-10-28 13:37:32 +08:00
Jiang Jiang Jian
3ec3c12859
Merge branch 'docs/remove_user_guide_for_esp32-devkitm-1_migration_v5.2' into 'release/v5.2'
...
docs: Remove user guide for esp32-devkitm-1 migration (v5.2)
See merge request espressif/esp-idf!34321
2024-10-28 13:36:44 +08:00
Mahavir Jain
2ea33342b9
Merge branch 'feat/mbedtls_size_optimization_v5.2' into 'release/v5.2'
...
Fix the increase in build size of mbedtls while upgrading to v3.x (v5.2)
See merge request espressif/esp-idf!34253
2024-10-28 11:17:10 +08:00
morris
0f1c5b6f06
Merge branch 'feat/i2c_port_handle_func_v5.2' into 'release/v5.2'
...
feat(i2c_master): Add an api for retrieveing handle via port (backport v5.2)
See merge request espressif/esp-idf!34439
2024-10-28 10:33:02 +08:00
Jiang Jiang Jian
039b49fb78
Merge branch 'change/polish_wifi_sleep_current_desc_v52' into 'release/v5.2'
...
change(doc): add notes for sleep current data tested in shieled box
See merge request espressif/esp-idf!34437
2024-10-25 19:11:31 +08:00
morris
1a389cc288
Merge branch 'feat/new_xmc_id_v5.2' into 'release/v5.2'
...
feat(spi_flash): Add new xmc chip id (backport v5.2)
See merge request espressif/esp-idf!34285
2024-10-25 18:34:58 +08:00
C.S.M
cecfd7a4a0
feat(i2c_master): Add an api for retrieveing handle via port
2024-10-25 16:26:05 +08:00