Wu Zheng Hui
5fd4104d12
Merge branch 'fix/esp32p4_lightsleep_fixes' into 'master'
...
fix(esp_hw_support): some fixes of esp32p4 lightsleep retention & power switch process
Closes PM-291, PM-301, and PM-302
See merge request espressif/esp-idf!35460
2025-02-13 17:20:21 +08:00
Chen Ji Chang
9342b3fba1
Merge branch 'feat/h4_introduce_step1_add_target' into 'master'
...
feat(esp32h4): introduce target esp32h4(stage 1)
See merge request espressif/esp-idf!36780
2025-02-11 18:11:08 +08:00
Song Ruo Jing
b88f30a099
Merge branch 'bugfix/gpio_rom_patch_fix' into 'master'
...
fix(gpio): fix esp_rom_gpio_connect_out_signal for gpio num over 31 on esp32/s2
Closes IDFGH-14429
See merge request espressif/esp-idf!36766
2025-02-11 12:32:54 +08:00
Chen Jichang
6f83f39dce
feat(esp32h4): introduce target esp32h4(stage 1)
2025-02-08 17:07:44 +08:00
gaoxu
9494922397
feat(esp32h21): split newlib ld into multiple files
2025-02-06 15:47:52 +08:00
gaoxu
5ef4f20778
feat(esp32h21): disable unsupported build test
2025-02-06 15:47:51 +08:00
Song Ruo Jing
13a0a584d9
fix(gpio): fix esp_rom_gpio_connect_out_signal for gpio num over 31 on esp32/s2
...
Closes https://github.com/espressif/esp-idf/issues/15209
2025-02-05 22:19:04 +08:00
harshal.patil
37de702e97
feat(nvs_flash): Enable the usage of mbedtls from ROM for bootloader NVS decryption
...
Bootloader NVS decryption uses hardware ROM APIs to decrypt the NVS contents,
but for targets that do not support AES hardware we could benefit by using the
software mbedtls library that is present in the ROM directly.
2025-01-29 18:51:29 +05:30
C.S.M
0cc16717b6
Merge branch 'fix/build_when_rom_patch_disable' into 'master'
...
fix(spi_flash): Fix build fail when rom_patch config disabled
Closes IDFGH-14455
See merge request espressif/esp-idf!36521
2025-01-23 14:53:12 +08:00
C.S.M
073bc00739
fix(spi_flash): Fix build fail when rom_patch config disabled,
...
Closes https://github.com/espressif/esp-idf/issues/15229
2025-01-22 12:01:41 +08:00
wangtao@espressif.com
bba4231384
fix(wifi): fix max idle period 1 issue
2025-01-21 21:14:19 +08:00
Zhou Xiao
e5feba6ed3
change(ble): update esp32c2 rom ld file
2025-01-14 14:22:24 +08:00
zhouxiao
937fe2a6e3
fix(ble): fixed ld file for c2eco0 and c2eco4
2025-01-10 20:44:27 +08:00
zhouxiao
acf5823a0d
change(ble): Update esp_bt.h controller config for C5 and rom.ble-eco4.ld for C2ECO4
2025-01-10 20:44:27 +08:00
chenjianhua
326f391f9c
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(fd62b31)
...
- Fixed periodic adv enable params checking
- Fixed BLE assert lld_scan.c 1728 when receiving directed adv
- Support resolving RPA to identity address when creating connection
- Fixed BLE assert rwble.c 505 param 00400010
- Fixed peer address type error in HCI LE meta event
- Fixed setting random address failed when extended adv is enabled
2025-01-03 16:52:42 +08:00
Jiang Jiang Jian
d00ad48d9a
Merge branch 'chip/add_wifi_support_for_esp32c61_eco2_rebase_master' into 'master'
...
feat(wifi): add wifi support for esp32c61 eco2
See merge request espressif/esp-idf!35890
2025-01-02 10:34:08 +08:00
gaoxu
25731d0c1e
feat(esp32h21): finnal introduce hello world support
2024-12-30 20:14:40 +08:00
yinqingzhao
f5b4187e50
feat(wifi): add wifi support for esp32c61 eco2
2024-12-30 10:40:58 +08:00
Jiang Jiang Jian
30c34271bb
Merge branch 'bugfix/fix_double_wifi_active_time' into 'master'
...
fix(wifi): fix double max active time
Closes WIFI-6770
See merge request espressif/esp-idf!35786
2024-12-26 17:36:31 +08:00
C.S.M
d448c4ed05
feat(spi_flash): Add 32M flash support on esp32c5
2024-12-25 16:06:43 +08:00
Gao Xu
1a9a5f4734
Merge branch 'feat/h21_introduce_step7' into 'master'
...
feat(esp32h21): ci enable public header check (stage7)
See merge request espressif/esp-idf!35858
2024-12-25 09:36:32 +08:00
gaoxu
3e30d2e928
feat(esp32h21): ci enable public header check (stage7)
2024-12-24 16:44:08 +08:00
Wang Tao
ba475781b1
Merge branch 'fix/fix_esp32c2_eco4_rx_csa_ld' into 'master'
...
fix(wifi): fix esp32c2eco4 sta_rx_csa ld
See merge request espressif/esp-idf!35806
2024-12-24 16:02:25 +08:00
liuning
595c9f32f4
fix(wifi): fix double max active time, fix coex pwr period cant been updated by ps type set
2024-12-24 14:36:28 +08:00
Island
60fea22224
Merge branch 'bugfix/fixed_ble_issues_241220' into 'master'
...
Bugfix/fixed ble issues 241220
Closes BLERP-1391, BLERP-1410, BLERP-1409, and BLERP-1397
See merge request espressif/esp-idf!35846
2024-12-24 11:37:12 +08:00
zwl
5f9a3cdd1a
feat(ble): fixed some ble issues on ESP32-C2
2024-12-20 18:51:28 +08:00
Gao Xu
b11535c32d
Merge branch 'feat/h21_introduce_step4' into 'master'
...
feat(esp32h21): add G0 component support (stage4)
See merge request espressif/esp-idf!35494
2024-12-20 17:26:00 +08:00
gaoxu
4ba375351a
feat(esp32h21): add G0 component support (stage4)
2024-12-20 14:15:12 +08:00
wangtao@espressif.com
d4ace98731
fix(wifi): fix esp32c2eco4 sta_rx_csa ld
2024-12-19 17:28:30 +08:00
gaoxu
1176038776
feat(esp32h21): add H21 esp_rom files (stage3)
2024-12-18 11:58:34 +08:00
Island
8458cfffba
Merge branch 'feat/support_some_vendor_hci_for_qa' into 'master'
...
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
Closes BLERP-1299, BLERP-1298, BLERP-1287, BLERP-1281, BLERP-1328, BLERP-1340, BLERP-1341, BLERP-1343, BLERP-1344, BLERP-1361, and BLERP-1308
See merge request espressif/esp-idf!35447
2024-12-16 10:55:44 +08:00
zwl
6b01a56e09
fix(ble): fixed the connect issue when rx error aa on ESP32-C2
2024-12-13 15:34:21 +08:00
wangtao@espressif.com
b85e54a884
fix(wifi): fix esp32c2 ld issue
2024-12-12 14:49:24 +08:00
wuzhenghui
b8db4b1c52
feat(esp_hw_support): do esp32p4 l1 cache invalidate by regdma
2024-12-11 21:27:14 +08:00
Konstantin Kondrashov
21f7309a52
feat(esp_rom): Adds esp_rom_cvt func for logging and rom_vprintf
2024-12-03 18:03:06 +08:00
Alexey Lapshin
f297a9d487
Merge branch 'feature/add-picolibc-support' into 'master'
...
Add picolibc support
Closes IDF-11319
See merge request espressif/esp-idf!33601
2024-12-03 13:12:41 +08:00
Wang Tao
bed72dcdc4
Merge branch 'fix/fix_esp32c2eco4_wifi_deinit_crash_issue' into 'master'
...
fix(wifi): fix esp32c2eco4 wifi deinit crash issue
See merge request espressif/esp-idf!35272
2024-12-03 10:53:13 +08:00
Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07: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
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
Alexey Lapshin
79bfde31ec
fix(esp_rom): windows: use posix-path generation for gdbinit files
2024-11-29 07:53:24 +07:00
Jiang Jiang Jian
fb6af9e6bc
Merge branch 'fix/fix_can_receive_data_from_self' into 'master'
...
fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address)...
See merge request espressif/esp-idf!35113
2024-11-28 16:22:29 +08:00
wangtao@espressif.com
e0cec24957
fix(wifi): fix esp32c2eco4 wifi deinit crash issue
2024-11-28 16:05:51 +08:00
Jin Cheng
5e0a73bc56
fix(bt/controller): Fixed some bugs on esp32 controller
...
- Added VSC to update local Bluetooth clock
- Added critical protection for the free method for sync buffers
- Fixed zero attempt value set by role switch
2024-11-26 18:03:11 +08:00
xuxiao
0b7a19c211
fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address) matches its own address
2024-11-26 14:10:43 +08:00
Island
4f226b4e95
Merge branch 'bugfix/fix_c2_light_sleep_coex' into 'master'
...
fix(ble): fix ble light sleep error on esp32c2
Closes BT-3902 and WIFIBUG-672
See merge request espressif/esp-idf!35020
2024-11-21 19:16:18 +08:00
Alexey Lapshin
48a49c8154
feat(debugging): move gdbinit generation to CMake
...
This feature is useful for 3rd-party software to run GDB with predefined
options that described in project_description.json file
allow to pass custom options to "idf.py gdb":
--gdb-commands: command line arguments for gdb. (without changes)
-ex: pass command to gdb.
-x: pass gdbinit file to gdb. Alias for old --gdbinit command
2024-11-19 16:41:38 +07:00
cjin
dd499d7b2e
fix(ble): change ld for ble scan coex issue
2024-11-19 14:50:48 +08:00
cjin
23f7e33a97
fix(ble): fix ble light sleep error on esp32c2
2024-11-19 14:19:23 +08:00
Gao Xu
bbcfb35d67
Merge branch 'feat/h21_introduce_step1_target' into 'master'
...
feat(esp32h21): introduce target esp32h21 (stage 1/8) 😐
See merge request espressif/esp-idf!34542
2024-11-14 10:46:44 +08:00