Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07:00
Alexey Lapshin
22a38779fb
fix(wpa_supplicant): remove duplicated code (endian.h) that exists in newlib component
2024-12-02 20:26:26 +07:00
Alexey Lapshin
bfe3511493
fix(panic): fix HWSG testcase to avoid freertos watchpoint trap
2024-12-02 20:26:26 +07:00
Alexey Lapshin
8454aefc25
fix(esp_system): avoid placing sections between ASSERT_SECTIONS_GAP checks
2024-12-02 20:26:26 +07:00
Alexey Lapshin
1596369b44
fix(tools): fix ld_non_contiguous_memory test includes
2024-12-02 20:26:26 +07:00
Alexey Lapshin
f6c48e2245
fix(ulp): rename putc -> putc_fn in structure to avoid applying "putc" macro
2024-12-02 20:26:26 +07:00
Alexey Lapshin
e9c884cace
fix(esp_driver_sdspi): fix test includes
2024-12-02 20:26:26 +07:00
Alexey Lapshin
d0f05cd690
fix(esp_system): fix binary generation error when no eh_frame but TLS
...
ERROR:
A fatal error occurred: Segment loaded at 0x3c01d150 lands in same 64KB flash
mapping as segment loaded at 0x3c018020. Can't generate binary. Suggest
changing linker script or ELF to merge sections.
Seems binary generator does not handle well empty sections that contains
aligning only. I did not investigate much but this change helped.
2024-12-02 20:26:26 +07:00
Alexey Lapshin
1232759fb7
fix(vfs): fix gcc 14 analyzer warning
2024-12-02 20:26:26 +07:00
Mahavir Jain
030c9957db
Merge branch 'contrib/github_pr_14493' into 'master'
...
Make esp_mbedtls_server_session_create async compatible (GitHub PR)
Closes IDFGH-13606
See merge request espressif/esp-idf!34237
2024-12-02 21:25:22 +08:00
Mahavir Jain
9ee8daf336
Merge branch 'feature/esp_tee' into 'master'
...
feat(security): Support for ESP-TEE
Closes IDF-6902, IDF-8268, IDF-9389, IDF-10479, IDF-10480, IDF-10482, IDF-10755, and IDF-11438
See merge request espressif/esp-idf!32050
2024-12-02 21:18:06 +08:00
Rahul Tank
5d250a23ad
Merge branch 'bugfix/fix_esp_hid_host_compilation' into 'master'
...
fix(nimble): Fix compilation issue in esp_hid_host example
Closes BLERP-1293
See merge request espressif/esp-idf!35305
2024-12-02 20:16:44 +08:00
Shen Meng Jing
c593cfaa69
Merge branch 'docs/update_cn_peripheral_docs' into 'master'
...
docs: Update CN translation for three docs in peripherals
Closes DOC-9610
See merge request espressif/esp-idf!35243
2024-12-02 18:22:09 +08:00
Rahul Tank
2d1a2a7a7e
Merge branch 'bugfix/change_hci_cb_logging' into 'master'
...
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
Closes BLERP-1203 and BLERP-1250
See merge request espressif/esp-idf!34701
2024-12-02 18:22:01 +08:00
shenmengjing
843290fffd
docs: Update CN translation for three docs in peripherals
2024-12-02 17:02:42 +08:00
Wu Zheng Hui
1b44d4df3b
Merge branch 'fix/fix_tg_retention_failure' into 'master'
...
fix(esp_driver_gptimer): do gptimer retention by timer unit rather than timer group
Closes PM-233 and IDFCI-2427
See merge request espressif/esp-idf!35284
2024-12-02 16:44:05 +08:00
morris
1b7bdcbd6d
Merge branch 'docs/update_translation_for_network' into 'master'
...
docs: Update CN translation for 2 files in IDF network
Closes DOC-9275
See merge request espressif/esp-idf!34794
2024-12-02 15:40:02 +08:00
Jiang Jiang Jian
795b2995b3
Merge branch 'chip/add_phy_support_for_esp32c5_beta5' into 'master'
...
feat(wifi): add phy support for esp32c5 beta5
See merge request espressif/esp-idf!35223
2024-12-02 15:33:16 +08:00
Song Ruo Jing
0de04dbaa6
Merge branch 'feature/uart_sleep_retention_support_c5_c61' into 'master'
...
feat(uart): support uart sleep retention on C5/C61
Closes IDF-10384, IDF-10411, and IDF-11370
See merge request espressif/esp-idf!34883
2024-12-02 15:11:11 +08:00
Laukik Hase
373930655a
feat(esp_tee): Support for ESP-TEE - the main
component
2024-12-02 12:20:05 +05:30
Laukik Hase
420810ee77
feat(esp_tee): Support for ESP-TEE - tools
directory
2024-12-02 12:20:05 +05:30
Laukik Hase
e51d2c1da3
feat(esp_tee): Support for ESP-TEE - riscv
component
2024-12-02 12:20:04 +05:30
Laukik Hase
733741bbac
feat(esp_tee): Support for ESP-TEE - esp_system
component
2024-12-02 12:20:04 +05:30
Laukik Hase
54c3f1bae4
feat(esp_tee): Support for ESP-TEE - bootloader_support
component
2024-12-02 12:20:03 +05:30
Laukik Hase
f254f93594
feat(esp_tee): Support for ESP-TEE - esp_hw_support
component
2024-12-02 12:20:03 +05:30
Laukik Hase
05e31e5148
feat(esp_tee): Support for ESP-TEE - mbedtls
component
2024-12-02 12:20:02 +05:30
Laukik Hase
ba2af7f611
feat(esp_tee): Support for ESP-TEE - hal
, soc
and freertos
components
2024-12-02 12:19:46 +05:30
Island
0163cb8ed0
Merge branch 'fix/optimize_ble_example_ci_build_rule' into 'master'
...
fix(ble): Optimizied the bluetooth build test rules
See merge request espressif/esp-idf!35259
2024-12-02 14:18:12 +08:00
Wei Yu Han
f47baa086e
fix(ble): Optimizied the bluetooth build test rules
2024-12-02 14:18:11 +08:00
Laukik Hase
2dee5791a6
feat(esp_tee): Support for ESP-TEE - esptool_py
, esp_rom
& other components
2024-12-02 11:27:58 +05:30
Laukik Hase
66f880fc1c
feat(esp_tee): Support for ESP-TEE - bootloader
component
2024-12-02 10:09:53 +05:30
Island
604ccb8f8e
Merge branch 'feat/ble_mesh_rpr_opt' into 'master'
...
Feat/ble mesh rpr opt
Closes BLERP-961, BLERP-962, BLERP-960, BLERP-963, and BLERP-895
See merge request espressif/esp-idf!33082
2024-12-02 10:22:07 +08:00
morris
116ab95a55
Merge branch 'feat/lint_kconfig_in_hal' into 'master'
...
feat(ci): add ast-grep rules to lint kconfig in the hal
Closes IDF-8791
See merge request espressif/esp-idf!35180
2024-12-01 23:30:30 +08:00
Sumeet Singh
e517761187
Merge branch 'feat/pts_changes' into 'master'
...
feat(nimble): BLE 5.4 PTS Related Features and Fixes
Closes BLERP-1288, BLERP-1289, BLERP-1290, and BLERP-1291
See merge request espressif/esp-idf!34448
2024-11-30 19:16:48 +08:00
morris
a8f6776b0f
change(hal): remove unused sdkconfig.h
2024-11-29 22:41:12 +08:00
morris
09ca9dfd2c
feat(ci): add ast-grep rules to lint kconfig in the hal
2024-11-29 22:41:12 +08:00
Rocha Euripedes
2deeaece7d
Merge branch 'feature/expose_setsockopt_in_transport' into 'master'
...
feat: Create interface to get underlying socket from transport
Closes IDFGH-13350 and IDFGH-13509
See merge request espressif/esp-idf!32961
2024-11-29 21:36:47 +08:00
Bogdan Kolendovskyy
872ae5211f
feat: Expose the function to get socket descriptor from the transport
...
Closes https://github.com/espressif/esp-protocols/issues/636
Closes https://github.com/espressif/esp-mqtt/issues/282
2024-11-29 12:43:47 +01:00
Aditya Patwardhan
f9d64d4db8
feat(esp-tls): Update support for asynchronous server session create
...
Closes https://github.com/espressif/esp-idf/pull/14493
2024-11-29 17:04:31 +05:30
thetek42
d97e435af9
fix: make esp_tls_server_session_create async compatible
2024-11-29 17:04:31 +05:30
luoxu
e3ebb84ede
feat(ble_mesh): Remote Provisioning Server UUID Matchs Supported
2024-11-29 19:32:40 +08:00
luoxu
a68768e139
fix(ble_mesh): Remote Provisioning Client/Server bugs fixed
2024-11-29 19:32:40 +08:00
David Čermák
1c13798cd4
Merge branch 'fix/lwip_dhcp_timeout_u32' into 'master'
...
fix(lwip): Fix DHCP lease overlow using u32 type
Closes WIFIBUG-908
See merge request espressif/esp-idf!35280
2024-11-29 18:26:27 +08:00
Aditya Patwardhan
308bad9bf4
Merge branch 'bug/wifi_provisioning_failure_even_after_connecting' into 'master'
...
fix(esp_wifi_prov): Provisioning App failure on first failed attempt
Closes IDF-11451
See merge request espressif/esp-idf!34411
2024-11-29 17:46:26 +08:00
Rahul Tank
b3f7873021
fix(nimble): Fix compilation issue in esp_hid_host example
2024-11-29 15:02:40 +05:30
Alexey Lapshin
9103f3fee5
Merge branch 'fix/gdbinit-rom-path-for-windows' into 'master'
...
fix(esp_rom): windows: use posix-path generation for gdbinit files
See merge request espressif/esp-idf!35290
2024-11-29 17:28:19 +08:00
wuzhenghui
3ae1929e58
fix(esp_driver_gptimer): do gptimer retention by timer unit rather than timer group
2024-11-29 16:25:26 +08:00
Mahavir Jain
dbe299fe15
Merge branch 'bugfix/solve_partial_ota_speed_regression_issue' into 'master'
...
feat: enabled configurable session resumption support in advanced_ota example
Closes IDF-11290 and IDFGH-13949
See merge request espressif/esp-idf!34710
2024-11-29 14:03:08 +08:00
C.S.M
2166722fee
Merge branch 'fix/ble_i2c' into 'master'
...
fix(i2c): Fix i2c read from fifo issue when enabling bt/wifi/uart, etc...
Closes IDFGH-11762
See merge request espressif/esp-idf!31917
2024-11-29 13:48:29 +08:00
Marius Vikhammer
184a8aa627
Merge branch 'bugfix/esp_ringbuf_static_analyzer' into 'master'
...
fix(ringbuf): fixed logic errors when compiling with CONFIG_COMPILER_STATIC_ANALYZER
Closes IDFGH-14094
See merge request espressif/esp-idf!35011
2024-11-29 12:55:17 +08:00