Commit Graph

4710 Commits

Author SHA1 Message Date
Fu Hanxi
b872ea2366 ci: use merged result commit in build_docker job
also change to shanghai runners
2025-10-09 13:51:54 +02:00
Island
bfe322c982 Merge branch 'bugfix/ble_enhanced_security_v5.1' into 'release/v5.1'
Update BluFi document (v5.1)

See merge request espressif/esp-idf!41760
2025-09-22 10:27:13 +08:00
Martin Vychodil
ac8e7a79c3 Merge branch 'feature/storage_nvs_perf_blob_v5.1' into 'release/v5.1'
Improvement of NVS Blob performance (v5.1)

See merge request espressif/esp-idf!41595
2025-09-15 17:48:53 +08:00
laokaiyao
45183e6a55 change: remove the updated doc's list for c5 2025-09-11 15:33:45 +08:00
laokaiyao
db8919e05d docs(sleep_mode): updated ext1 wakeup status 2025-09-11 15:33:43 +08:00
radek.tandler
521463503f fix(nvs_flash): nvs_set with same key and different data type
Function now always rewrites old value under same key
regardless existing data type. Users requiring old API behaviour
can enable it by kconfig option CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY
2025-09-10 19:02:25 +02:00
Zhang Hai Peng
5159d96f8c feat(blufi): Update BluFi document
(cherry picked from commit 3f4bedd3a5)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-09-09 11:52:11 +08:00
Erhan Kurubas
ecf99c9785 fix(coredump): implement CONFIG_ESP_COREDUMP_MAX_TASKS_NUM limitation 2025-08-14 14:28:40 +03:00
Jiang Jiang Jian
26307750da Merge branch 'bugfix/esp_flash_escape_checking_v5.1' into 'release/v5.1'
fix(esp_flash): fixed issue of escaping boundary check (v5.1)

See merge request espressif/esp-idf!40121
2025-08-04 14:30:27 +08:00
Jiang Jiang Jian
b0947e3639 Merge branch 'fix/fix_mmu_map_concurrent_issue_v5.1' into 'release/v5.1'
mmu: fix mmu map concurrent issue (v5.1)

See merge request espressif/esp-idf!38412
2025-08-04 12:03:13 +08:00
Aditya Patwardhan
6383285627 Merge branch 'feature/enable_support_for_deterministic_mode_and_ecdsa_192_v5.1' into 'release/v5.1'
Feature/enable support for ecdsa 192(v5.1)

See merge request espressif/esp-idf!40621
2025-07-28 12:45:56 +05:30
Xiao Xufeng
2b66f127fd fix(esp_flash): fixed issue of escaping boundary check
Also patched corresponding ROM functions
2025-07-28 14:10:06 +08:00
nilesh.kale
6c290c09f3 feat: enabled ECDSA-P192 support for ESP32H2 2025-07-18 14:50:55 +05:30
liuning
413fdf1106 feat(docs): update connectionless module window syncronization documentation 2025-07-16 21:35:37 +08:00
Erhan Kurubas
a8cdd33d5b change(docs): replace deprecated openocd cfg files 2025-07-09 15:01:30 +08:00
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
armando
34e8b36239 fix(mmu): fixed esp_mmu_map concurrent issue and add related docs 2025-07-08 10:07:17 +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