He Binglin
e53ef0eb14
Merge branch 'feat/esp_idf_lpio_inv' into 'master'
...
change(hal): add lpio oe and out inv ll apis
See merge request espressif/esp-idf!44638
2025-12-31 14:49:49 +08:00
Jiang Jiang Jian
ae303b0537
Merge branch 'bugfix/parse_ftm_responder' into 'master'
...
bugfix(wifi): Ensure STA parses the FTM responder capability from the beacon correctly
Closes IDFGH-16897
See merge request espressif/esp-idf!44421
2025-12-31 13:59:31 +08:00
Li Shuai
6e9885f7e6
Merge branch 'bugfix/idfgh-16634' into 'master'
...
remove the configurable constraint for sleep memory usage optimization option
Closes IDFGH-16634 and IDF-13780
See merge request espressif/esp-idf!42882
2025-12-31 12:57:50 +08:00
Zhi Wei Jian
df3b7e1e9d
Merge branch 'feat/support_bluedroid_host_smp_with_psa_tinycrypt' into 'master'
...
Supported bluedroid host smp with mbedtls and TinyCrypt
Closes BLERP-2468 and BLERP-2490
See merge request espressif/esp-idf!44575
2025-12-31 11:36:28 +08:00
morris
b0c4d4b7f3
Merge branch 'soc/etm_header' into 'master'
...
soc(esp32s31): Add etm souce header
See merge request espressif/esp-idf!44648
2025-12-31 10:07:18 +08:00
Wu Zheng Hui
dcca718908
Merge branch 'refactor/independent_rtc_timer_hal' into 'master'
...
feat(hal): graduate rtc_cntl_timer/lp_timer hal/ll into a new component: esp_hal_rtc_timer and unify naming
Closes IDF-15045
See merge request espressif/esp-idf!44573
2025-12-31 05:22:06 +08:00
hebinglin
0856806db0
change(hal): add lpio oe and out inv ll apis
2025-12-30 20:18:04 +08:00
Akshat Agrawal
805a79dd78
bugfix(wifi): Ensure STA parses the FTM responder capability from the beacon correctly
...
Closes https://github.com/espressif/esp-idf/issues/17962
2025-12-30 17:34:35 +05:30
Li Shuai
cbbbc413b1
change(ld): adding a comment explaining the unsigned arithmetic constraint for GNU ld buildin function MAX.
2025-12-30 16:45:14 +08:00
Mahavir Jain
a4293b1c3f
Merge branch 'feat/secure_boot_externally_init_case' into 'master'
...
feat(bootloader): add config to force secure boot already init case
See merge request espressif/esp-idf!44107
2025-12-30 14:12:11 +05:30
Mahavir Jain
4b11cb883d
Merge branch 'feature/mbedtls_psa_migration_master' into 'master'
...
feat(mbedtls): PSA Migration for master branch
Closes IDF-12180, IDF-13706, IDF-11772, IDF-14842, and IDF-11452
See merge request espressif/esp-idf!44153
2025-12-30 14:00:30 +05:30
Jiang Jiang Jian
4d9bd4b057
Merge branch 'bugfix/rx_pkt_failed_in_modem_state' into 'master'
...
fix(pm): fix rx packet failed when modem state is interrupted by other wakeup sources for C5 and C61
Closes WIFIBUG-859
See merge request espressif/esp-idf!44605
2025-12-30 15:54:22 +08:00
Meet Patel
12a1ecc8b7
Merge branch 'bugfix/adc_read_ci_issue2' into 'master'
...
fix(lp_adc): Fix LP ADC 1-byte read CI issue on ESP32P4
Closes IDFCI-5374 and IDFCI-5375
See merge request espressif/esp-idf!44637
2025-12-30 13:04:57 +05:30
Wang Meng Yang
eee9e5f0c4
Merge branch 'bugfix/a2dp_reg_sep' into 'master'
...
fix(bt/bluedroid): Fix index boundary check and function return in SEP registration
Closes IDFGH-16991
See merge request espressif/esp-idf!44549
2025-12-30 14:52:04 +08:00
Rahul Tank
9f9b589bdd
Merge branch 'bugfix/mem_optimization_dynamic_memory' into 'master'
...
fix(nimble): Memory optimization along with dynamic memory support
Closes BLERP-2457, BLERP-2458, BLERP-2459, and BLERP-2460
See merge request espressif/esp-idf!44644
2025-12-30 11:49:47 +05:30
Island
fe2ad57565
Merge branch 'fix/add_esp_timer_trigger_back' into 'master'
...
fix(ble): add esp timer trigger back for timestamp synchronization
Closes BLERP-2501
See merge request espressif/esp-idf!44643
2025-12-30 14:18:27 +08:00
He Binglin
5e593268ee
Merge branch 'bugfix/esp_idf_h4mp_pm-647' into 'master'
...
fix(esp_hw_support): fix issue where mintthresh and mstatus no restore when sleep hw reject
Closes PM-647
See merge request espressif/esp-idf!44550
2025-12-30 14:18:10 +08:00
Mahavir Jain
5979ca3d14
feat(bootloader): add config to force secure boot already init case
...
Mostly helpful in testing scenarios. The newly added config
SECURE_BOOT_REQUIRE_ALREADY_ENABLED will ensure the SB feature must
already be enabled, otherwise the bootloader simply fails to boot.
2025-12-30 10:06:51 +05:30
Tan Yan Quan
0cd3b44b60
feat(openthread/lib): update thread-lib for upstream e16325e99
...
* esp-openthread: thread_zigbee/esp-openthread@77b4edfd8
* openthread: espressif/openthread@e16325e99
* esp-idf: espressif/esp-idf@a75b3b5d0
2025-12-30 09:31:49 +05:30
Tan Yan Quan
af81746ff3
feat(openthread): update OT upstream to e16325e99
2025-12-30 09:31:49 +05:30
Ashish Sharma
a9927b82b7
fix: fixes coverity reported warnings
2025-12-30 09:31:49 +05:30
Ashish Sharma
3374e0d943
fix(mbedtls): use ROM functions for md5
2025-12-30 09:31:49 +05:30
Mahavir Jain
a6375c0db4
fix(mbedtls): misc updates post PSA crypto migration
2025-12-30 09:31:49 +05:30
Ashish Sharma
302e0203d1
feat: migrates esp_rom to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
0e7dea4b6c
feat: migrates wpa_supplicant to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
773411a9b0
feat: migrates protocomm to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
5663e93298
feat: migrates nvs_flash to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
ab35bd85a8
feat: migrates openthread to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
45966c2009
feat: update mbedTLS test apps to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
1d7c30c533
feat: adds PSA SHA crypto driver
2025-12-30 09:31:49 +05:30
Ashish Sharma
2ff47725c9
feat: adds PSA AES crypto driver
2025-12-30 09:31:49 +05:30
Ashish Sharma
a8e2685085
feat: adds PSA non volatile storage driver
2025-12-30 09:31:49 +05:30
Ashish Sharma
cbd925837e
feat: migrates mbedtls port layer to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
65a21d4511
feat: migrates mbedtls/esp_tee to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
7f8ae482a8
feat: migrates esp_crt_bundle to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
7310184949
feat: migrates mbedtls to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
c4dafbe27f
feat: migrates hal to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
457e7df33e
feat: migrates esp_coredump to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
d95cc73add
feat: migrates esp_wifi to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
e7e31d5d39
feat: migrates esp_tee to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
fdd5ef561d
feat: migrates esp_http_client and esp_http_server to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
b5d05d3e7c
feat: migrates esp-eth to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
cca2a54624
feat: migrates esp-tls to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
f22006e2f0
feat: migrates bt/ble to PSA APIs
2025-12-30 09:31:49 +05:30
Ashish Sharma
eb95eafac1
feat: migrates bootloader_support to PSA APIs
2025-12-30 09:31:49 +05:30
Li Shuai
053e62dde9
fix(esp_tee): fix cpu lockup reset issue caused by REE stack underflow test case
2025-12-30 11:47:49 +08:00
Li Shuai
08d647b9bc
change(esp_hw_support): update some sleep parameters when sleep iram optimization is disabled
2025-12-30 11:47:49 +08:00
Li Shuai
dba80336df
fix(ld): fix cannot move location counter backwards (from 3fc88000 to 3fc87fff)
2025-12-30 11:47:49 +08:00
Li Shuai
4f7703522e
fix(esp_hw_support): fix esp32p4 HP_SYS_HP_WDT_RESET issue caused by cache invalid all
2025-12-30 11:47:49 +08:00
wuzhenghui
48ba430297
change(esp_hal_rtc_timer): unify lp_timer/rtc_timer naming to RTC_TIMER
2025-12-30 11:35:36 +08:00