Peter Pötzi
6feb17bf08
add function to start spi transaction from isr
2025-06-24 13:36:31 +02:00
feedc0de
d819686a16
set_server_config() set ssl authmode to OPTIONAL
2025-06-24 13:36:31 +02:00
feedc0de
f875183201
Show websocket network errors
2025-06-24 13:36:31 +02:00
Tobias Schramm
49b985f74b
bootloader_support: burn security efuses if flash encryption is enabled
...
Previously security eFuses were only burnt if the flash was not encrypted
yet.
To enhance robustness of the security eFuse settings their correct setup
should be verified on each bootup. Else it would be possible for an
already encrypted ESP to be reflashed with firmware containing updated,
more restrictive eFuse settings without them ever being applied.
Additionally this change enables easy, secure use of ESPs with host sidee
flash preencryption. Flash preencryption by the host computer performing
the programming procedure can speed up the programming process by a great
deal since the flash no longer needs to be read, erased and written again
by the bootloader self-encryption routines. Additionally it avoids
bricking of ESPs through interruption of the self-ecnryption procedure.
Without this change the host would have to set up all fuses in the ESP
correctly by itself, duplicating the fuse configuration code already
present in the bootloader and creating additional maintenance burden for
the host software if anything about the fuse setup logic changes.
This commit changes the security eFuse configuration logic to always burn
any configured security eFuses on bootup, regardless of current flash
encryption status.
2025-06-24 13:36:31 +02:00
feedc0de
2ccd654be1
Show remote ip address when somebody requests and invalid path to ease debugging
2025-06-24 13:36:31 +02:00
feedc0de
ef78e303ab
Return ESP_ERR_HTTP_EAGAIN in http client perform
2025-06-24 13:36:31 +02:00
feedc0de
2c2e841f82
Less tcp packet fragmentation
2025-06-24 13:36:30 +02:00
feedc0de
b41913dcf7
Add missing header include to netif ppp
2025-06-24 13:36:30 +02:00
feedc0de
ee7b605084
Return EAGAIN in http client perform
2025-06-24 13:36:30 +02:00
feedc0de
9eb9f5aa34
Add support for X-WWW-Authenticate header
2025-06-24 13:36:30 +02:00
feedc0de
6aa70c0ea3
Fix compilation under C++ again
2025-06-24 13:36:30 +02:00
feedc0de
15c005ea72
Fixed compilation errors with sntp
2025-06-24 13:36:30 +02:00
Sudeep Mohanty
7023f5bf3c
Merge branch 'contrib/github_pr_16040' into 'master'
...
refactor(xtensa): Rename specreg.h register macros (GitHub PR)
Closes IDFGH-11606 and IDFGH-15386
See merge request espressif/esp-idf!39649
2025-06-20 08:51:33 +02:00
Frantisek Hrbata
0afcc02c47
Merge branch 'fix/cmake_uninitialized_vars' into 'master'
...
fix(build): do not rely on uninitialized variables and variables set in parent scope
See merge request espressif/esp-idf!39615
2025-06-20 08:30:30 +02:00
Wang Meng Yang
c4bfb8adba
Merge branch 'bugfix/auth_collision' into 'master'
...
fix(bt/controller): Fixed bugs on LMP legacy and secure authentication collision
See merge request espressif/esp-idf!39990
2025-06-20 14:25:17 +08:00
Jiang Jiang Jian
4e8ad76602
Merge branch 'bugfix/fix_bt_avrcp_build_issue' into 'master'
...
fix(bt/bluedroid): Fix AVRCP build issue when disable Cover Art
Closes IDFGH-15516
See merge request espressif/esp-idf!39982
2025-06-20 14:02:10 +08:00
Gao Xu
f638d5e075
Merge branch 'contrib/github_pr_16130' into 'master'
...
esp_adc: Release the peripheral after calibration (GitHub PR)
Closes IDFGH-15489
See merge request espressif/esp-idf!39895
2025-06-19 20:49:22 +08:00
liqigan
b5d1c978b3
fix(bt/controller): Fixed bugs on LMP legacy and secure authentication collision
2025-06-19 20:30:35 +08:00
Chen Ji Chang
d6a4c374c1
Merge branch 'test/add_parlio_bs_different_input_output_sizes_test' into 'master'
...
test(parlio_tx): add parlio_tx_bs different input output sizes test
Closes IDFGH-15481
See merge request espressif/esp-idf!39923
2025-06-19 20:27:40 +08:00
Armando (Dou Yiwen)
1571758b3d
Merge branch 'feat/support_fallback_to_default_pattern_when_psram_id_not_match' into 'master'
...
psram: support fallback to use default driver pattern when id isn't match
Closes IDF-13387
See merge request espressif/esp-idf!39859
2025-06-19 08:32:43 +00:00
Guillaume Souchere
fd9b2fab3a
Merge branch 'fix/tcm-mem-not-considered-in-esp_ptr_eexecutable' into 'master'
...
fix(memory-utils): Check TCM in esp_ptr_internal and esp_ptr_byte_accessible
Closes IDFGH-15339 and IDFGH-15337
See merge request espressif/esp-idf!39388
2025-06-19 10:09:40 +02:00
linruihao
ffaf0819d5
fix(bt/bluedroid): Fix AVRCP build issue when disable Cover Art
...
Closes https://github.com/espressif/esp-idf/issues/16155
2025-06-19 14:48:12 +08:00
gaoxu
afadb17ed8
fix(adc): fix P4 ADC2 oneshot error and refactor apb claim macor
2025-06-19 14:20:20 +08:00
Chen Jichang
d93967009e
test(parlio_tx): add parlio_tx_bs different input output sizes test
...
Closes https://github.com/espressif/esp-idf/issues/16122
2025-06-19 14:07:37 +08:00
Mahavir Jain
62723f532f
Merge branch 'bugfix/fix_ds_rsa_sign_null_pointer_handling' into 'master'
...
fix(mbedtls): Handle NULL ctx in ds rsa sign
See merge request espressif/esp-idf!39954
2025-06-19 08:32:42 +05:30
Armando (Dou Yiwen)
807cbbf24b
Merge branch 'refactor/remove_legacy_adc_driver' into 'master'
...
adc: removed the legacy adc driver and legacy adc calibration driver since v6.0
Closes IDF-13177
See merge request espressif/esp-idf!39478
2025-06-19 02:48:05 +00:00
C.S.M
35f2cca5f2
Merge branch 'refactor/update_locks' into 'master'
...
refactor(hw_support): Use esp_os_enter_critical instead of portENTER_CRITICAL_SAFE
Closes IDF-13397
See merge request espressif/esp-idf!39922
2025-06-19 10:45:51 +08:00
armando
954e88c92d
feat(psram): support fallback to use default driver pattern when id isn't match
2025-06-19 09:31:48 +08:00
Jiang Jiang Jian
cca744cd70
Merge branch 'bugfix/ag_data_callback_cleared_after_deinit' into 'master'
...
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized
Closes COEXQABR25-79
See merge request espressif/esp-idf!39786
2025-06-19 01:20:20 +08:00
Jiang Jiang Jian
9ddef27ed4
Merge branch 'test/bugfix/offchan_action_tx_failure_scan_rebase_master' into 'master'
...
feat(coex): support backgorund scan for coex, fix some issues of scan when connected
Closes WIFI-6729, WIFI-6730, WIFIBUG-740, and WIFIBUG-387
See merge request espressif/esp-idf!38413
2025-06-18 19:35:43 +08:00
Rahul Tank
304b561f8a
Merge branch 'fix/gatt_cache_peer_init_incl_svc' into 'master'
...
fix(nimble): Added parameter in peer_init for included service allocation
See merge request espressif/esp-idf!39822
2025-06-18 16:24:49 +05:30
Tan Yan Quan
8b2a1b4e37
Merge branch 'feat/ot_sleep_lock_type' into 'master'
...
feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock
See merge request espressif/esp-idf!39800
2025-06-18 18:42:14 +08:00
Ashish Sharma
78af627857
fix(mbedtls): handle NULL ctx in ds rsa sign
2025-06-18 17:03:37 +08:00
Song Ruo Jing
570f9d3c82
Merge branch 'bugfix/cpu_clock_switch_after_sleep_c5' into 'master'
...
fix(sleep): Fix CPU clk src when restoring CPU frequency after wakeup for c5
See merge request espressif/esp-idf!39937
2025-06-18 16:27:44 +08:00
John Boiles
d8c054c8c1
fix(memory-utils): Use esp_ptr_in_tcm to check TCM range
2025-06-18 10:09:40 +02:00
John Boiles
b9f42e7bae
fix(memory-utils): Check TCM in esp_ptr_internal and esp_ptr_byte_accessible
...
Modifies `esp_ptr_internal` and `esp_ptr_byte_accessible` to also check TCM
when `SOC_MEM_TCM_SUPPORTED`.
2025-06-18 10:09:40 +02:00
Tan Yan Quan
55f48c9c14
feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock
2025-06-18 14:49:07 +08:00
armando
6abac38b9c
refactor(adc): removed the legacy adc driver and legacy adc calibration calibration driver
2025-06-18 14:35:41 +08:00
C.S.M
f76d50c279
refactor(system): Make it usable in tee build
2025-06-18 11:56:08 +08:00
C.S.M
4860379677
refactor(hw_support): Use esp_os_enter_critical instead of portENTER_CRITICAL_SAFE in esp_hw_support
2025-06-18 11:23:34 +08:00
yinqingzhao
d0d3c1f84a
feat(phy): update phylib for esp32c5
2025-06-18 11:18:58 +08:00
sibeibei
7191595d2a
feat(coex): support backgorund scan for coex, fix some issues of scan when connected
2025-06-18 10:58:12 +08:00
Jiang Jiang Jian
22ae972229
Merge branch 'feat/resupport_esp32c61eco3_ble' into 'master'
...
change(ble): resupport ble for ESP32C61ECO3
Closes BLERP-1948, IDF-10360, IDF-10361, IDF-10363, IDF-10365, and IDF-10362
See merge request espressif/esp-idf!39601
2025-06-18 10:26:07 +08:00
Wu Zheng Hui
8ab969db1c
Merge branch 'bugfix/esp32c6_src_clk_label' into 'master'
...
clk: esp32c6: rename modem clock source selection
See merge request espressif/esp-idf!39756
2025-06-17 22:01:33 +08:00
Nebojsa Cvetkovic
d0ceef20f4
refactor(xtensa): Rename specreg.h register macros
...
This commit renames all registers in xtensa/specreg.h to by adding the
prefix XT_REG_. This is done to avoid naming collisions with similar
variable names. A new register file, viz., xt_specreg.h is created. The
previous names are still available to use but have been deprecated.
Closes https://github.com/espressif/esp-idf/issues/12723
Merges https://github.com/espressif/esp-idf/pull/16040
2025-06-17 15:37:33 +02:00
liuning
23f49324b2
fix(pm): reserve txqblocks when mac init at offchannels
2025-06-17 21:10:03 +08:00
liuning
7ab87012db
fix(pm): fix ps none status check
2025-06-17 21:09:51 +08:00
Guillaume Souchere
2f4c5d278e
Merge branch 'feat/remove-unecessray-condition-in-usj-read' into 'master'
...
fix(driver): remove unecessary if conditions in the read function
Closes IDF-13166
See merge request espressif/esp-idf!39523
2025-06-17 14:19:38 +02:00
Song Ruo Jing
d6c483a073
fix(sleep): Fix CPU clk src when restoring CPU frequency after wakeup for c5
2025-06-17 16:56:03 +08:00
David Čermák
bc34abb201
Merge branch 'fix/esp_netif_reassign_static_ip' into 'master'
...
fix(esp_netif): Fix reasigning static IP after netif down -> up
Closes IDF-13024 and WIFIBUG-1228
See merge request espressif/esp-idf!39725
2025-06-17 16:45:08 +08:00