Commit Graph

4694 Commits

Author SHA1 Message Date
morris
4460844155 Merge branch 'fix/pcnt_miss_accum_value_when_overflow_v5.1' into 'release/v5.1'
fix(pcnt): fix the accum_value missing when overflow (v5.1)

See merge request espressif/esp-idf!40318
2025-07-08 11:14:07 +08:00
Jiang Jiang Jian
7378d450a8 Merge branch 'feat/update_mbedtls_3.6.4_v5.1' into 'release/v5.1'
feat(mbedtls): update to version 3.6.4 (v5.1)

See merge request espressif/esp-idf!40379
2025-07-08 10:48:12 +08:00
Ashish Sharma
5f74ce2d4b feat(mbedtls): update to version 3.6.4 2025-07-04 17:58:56 +08:00
Chen Jichang
ec5a0c0097 fix(pcnt): fix the accum_value missing when overflow 2025-07-02 20:11:22 +08:00
Daniel Mangum
de4c29b714 fix: Replace deprecated flushregs alias with full gdb command
Usage of `flushregs` in gdb will result in the following warning:

```
Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated.
Use 'maintenance flush register-cache'.
```

This patch updates to use the recommend command.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
Merges https://github.com/espressif/esp-idf/pull/11535
2025-05-26 11:31:57 +02:00
Mahavir Jain
63054a10a1 Merge branch 'change/secure_boot_config_description_v5.1' into 'release/v5.1'
Improve description of the config SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS (v5.1)

See merge request espressif/esp-idf!38915
2025-05-07 11:43:23 +08:00
harshal.patil
089ea55c58 change(bootloader_support/secure_boot): Improve description of the config SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS 2025-05-06 14:02:04 +05:30
Jan Beran
89795e7714 docs: Fix link to the kconfserver documentation 2025-05-06 09:15:49 +02:00
Ashish Sharma
fb3ec51bd9 feat(mbedtls): new config to allow weak cert verification 2025-04-02 10:20:10 +05:30
Ashish Sharma
f707fdea34 feat(mbedtls): update to version 3.6.3 2025-04-02 10:06:21 +05:30
morris
401f9e7efc Merge branch 'feature/check_efuse_blk_after_ota_v5.1' into 'release/v5.1'
feat(bootloader): support to check efuse block revision (v5.1)

See merge request espressif/esp-idf!33143
2025-04-02 10:01:01 +08:00
Island
1f4106fcfe Merge branch 'feature/add_vendor_ble_cmd_definitions_5.1' into 'release/v5.1'
Feature/add vendor ble cmd definitions (v5.1)

See merge request espressif/esp-idf!37961
2025-03-27 17:15:00 +08:00
Jiang Jiang Jian
c6675c3f8f Merge branch 'bugfix/fix_scan_info_error_in_lr_only_mode_v5.1' into 'release/v5.1'
fix(wifi): Fixed the scan information error in LR only mode (v5.1)

See merge request espressif/esp-idf!37905
2025-03-26 21:33:26 +08:00
zhiweijian
fe31ce5d97 feat(bt): fixed some doc error and add ocf parameters description 2025-03-26 14:16:21 +08:00
Shen Weilong
772d35c309 feat(bt): added definitions for bluetooth hci vendor commands and events 2025-03-25 16:02:55 +08:00
Aditya Patwardhan
84467eccf4 Merge branch 'bugfix/provisioning_sec2_aes_iv_usage_v5.1' into 'release/v5.1'
fix(provisioning): fix incorrect AES-GCM IV usage in security2 scheme (v5.1)

See merge request espressif/esp-idf!37617
2025-03-25 13:58:10 +08:00
laokaiyao
f7f1a222cc feat(bootloader): support to check efuse block revision
change(bootloader): remove ignore efuse check flag (temp)

change(bootloader): use int for the minimum efuse blk rev (temp)
2025-03-25 10:09:52 +08:00
laokaiyao
eb02eb79e4 docs(chip_revision): update eFuse block revision info 2025-03-25 10:08:16 +08:00
zhangyanjiao
9f671b43dd fix(wifi): Update the doc for espnow add peer 2025-03-20 14:47:30 +08:00
Marius Vikhammer
4aa92562ba Merge branch 'bug/xtensa_cpu1_sys_lockup_v5.1' into 'release/v5.1'
fix(panic_handler): Updated panic handler to use RTC WDT (v5.1)

See merge request espressif/esp-idf!37123
2025-03-12 10:00:36 +08:00
shenmengjing
f29627cbe3 docs(provisioning): Sync CN translation and EN source 2025-03-10 12:33:27 +08:00
Mahavir Jain
51383a610a fix(docs): update for changes in provisioning security2 scheme 2025-03-10 12:33:27 +08:00
Song Ruo Jing
1281508bd7 fix(ledc): updated docs for esp32h2 eco5 bugfix 2025-03-07 17:39:44 +08:00
Sudeep Mohanty
2bba3944c2 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:10:09 +01:00
linruihao
50e6628089 docs(coex): update rf coexistence documents
- remove BLE connecting state in coexistence scenario
- remove WIFI section in H2 docs
2025-02-27 11:31:23 +08:00
Shu Chen
a28b62e2b9 docs(coex): add the supported coexistence scenario for Wi-Fi and 802.15.4 2025-02-27 11:31:02 +08:00
Jiang Jiang Jian
b25bf99d4f Merge branch 'feat/spi_std_timing_and_bit_trans_v5.1' into 'release/v5.1'
feat(driver_spi): support adjust master rx to standard timing (v5.1)

See merge request espressif/esp-idf!36402
2025-01-24 15:11:09 +08:00
Aditya Patwardhan
390a6a0719 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 09:13:36 +05:30
wanckl
caf0d04a31 feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing 2025-01-22 11:14:23 +08:00
renpeiying
255bb8b1b8 docs: Update CN trans for security docs 2025-01-21 13:42:08 +05:30
harshal.patil
b285e2789f feat(bootloader_support): Permanently enable XTS-AES pseudo rounds when FE release mode is enabled 2025-01-21 13:42:01 +05:30
harshal.patil
b9fe639725 feat(hal/aes): Enable pseudo rounds function during AES operations 2025-01-17 14:01:43 +05:30
Michael (XIAO Xufeng)
fd3da18412 Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.1' into 'release/v5.1'
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.1)

See merge request espressif/esp-idf!35967
2025-01-07 15:19:10 +08:00
Song Ruo Jing
c262ef4067 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:22 +08:00
Song Ruo Jing
9026c0905e fix(clk): add an inevitable kconfig option to be selected to use rc32k 2024-12-25 20:08:56 +08:00
Wei Yu Han
856e93cf2f docs(ble): Added BLE Qualification Information to API Guides (v5.1) 2024-12-18 10:41:25 +08:00
morris
3a7cc46e29 Merge branch 'contrib/github_pr_14767_v5.1' into 'release/v5.1'
fix(gptimer): race on FSM state in gptimer_start() (GitHub PR) (v5.1)

See merge request espressif/esp-idf!35137
2024-11-29 13:32:47 +08:00
Shu Chen
a355efbf6f Merge branch 'backport/openthread_related_feature_v51_20241125' into 'release/v5.1'
Backport openthread related features to 5.1

See merge request espressif/esp-idf!35174
2024-11-27 16:38:08 +08:00
Sarvesh Bodakhe
e35035aa9a 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-27 00:34:47 +05:30
Xu Si Yu
f9aa14a5f3 feat(openthread): support using custom header file 2024-11-25 18:15:05 +08:00
lsita
d503c5733c fix(gptimer): race condition between start and stop
Merges https://github.com/espressif/esp-idf/pull/14767
2024-11-22 18:27:38 +08:00
Erhan Kurubas
2412bf019d docs(jtag): update OpenOCD related sections 2024-11-17 08:30:29 +08:00
zhangyanjiao
db3f58fc4f docs(wifi/espnow): Update the description for ESP-NOW frame 2024-11-15 09:45:34 +08:00
zhangyanjiao
4f85a2726e fix(wifi): Support AES IV with random value in esptouch v2 2024-11-11 15:05:05 +08:00
Chen Jichang
a477b04eda fix(mcpwm): add warning about generator deadtime
Closes https://github.com/espressif/esp-idf/issues/14773
2024-11-07 10:59:23 +08:00
C.S.M
f93199cb85 docs(spi_flash): Add migration guide for removing XMC-C suspend support 2024-10-31 18:28:45 +08:00
BLE BOT
7c31bdd704 Merge branch 'docs/add_ble_get_started_eng' into 'master'
Docs: Added BLE English version of BLE Get Started

See merge request espressif/esp-idf!34013

(cherry picked from commit 35fd041288)

42601a7a docs(ble): Added ENG version of ble-introduction.rst
615282c4 docs(ble): Added ENG version of ble-device-discovery.rst
645e68f5 docs(ble): Added initial ENG version of ble-device-discovery.rst
d2d95a52 docs(ble): Added ENG version of ble-data-exchange.rst
00ca4dc7 docs(ble):Updated Details table in ble-device-discovery.rst
8e03c200 fix(ble): Removed trailing white space, and fixed some format issues
5b304485 docs(ble):Fixed a indentation in ble-data-exchange.rst
b4c51e7b docs(ble): Deleted some chinese character in ble-data-exchange.rst ENG version
d01d7efe docs(ble):Revised some expression in ENG version of BLE Get Started
a24762c5 docs(ble): Removed a trailing whitespace in ble-introduction.rst
afbe5a1f Apply 44 suggestion(s) to 4 file(s)
4ddab725 docs(ble): Fixed a description in ble-introduction.rst
203dfa03 Apply 5 suggestion(s) to 3 file(s)

Co-authored-by: Island <island@espressif.com>
2024-10-30 14:27:37 +08:00
Island
507229bc3e Merge branch 'docs/update_ble_feature_support_status_v5.1' into 'release/v5.1'
docs(ble): Updated one feature name in feature status table v5.1

See merge request espressif/esp-idf!34067
2024-10-29 16:02:08 +08:00
Island
0f1400bff5 Merge branch 'docs/add_ble_get_started_docs_v5.1' into 'release/v5.1'
docs(ble): Added BLE Get Started (v5.1)

See merge request espressif/esp-idf!34019
2024-10-29 16:02:00 +08:00
Wei Yu Han
e12c54b798 docs(ble): Added BLE Get Started (v5.1) 2024-10-29 16:02:00 +08:00