Roland Dobai
22162a45e9
Merge branch 'feature/move-gdb-options-to_project_description_json_v5.3' into 'release/v5.3'
...
feat(debugging): move gdbinit generation to CMake (v5.3)
See merge request espressif/esp-idf!35176
2024-12-06 19:29:12 +08:00
Alexey Lapshin
3af39a0ab0
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-12-06 05:07:52 +08:00
Jin Cheng
ef4559a09d
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed wrong logic in handling sniff transaction collision at slave
side
- Fixed the issue ACL is stopped too early before eSCO
2024-11-22 17:27:40 +08:00
Jiang Jiang Jian
3e700eff31
Merge branch 'bugfix/esp32c3_eco7_usj_console_v5.3' into 'release/v5.3'
...
fix(esp_rom): fix esp32c3 eco7 console rom function address (v5.3)
See merge request espressif/esp-idf!34739
2024-11-15 10:43:29 +08:00
Jiang Jiang Jian
cfdce1f95c
Merge branch 'bugfix/fix_some_wifi_bugs_1030_v5.3' into 'release/v5.3'
...
Bugfix/fix some wifi bugs 1030 v5.3(Backport v5.3)
See merge request espressif/esp-idf!34705
2024-11-14 20:05:21 +08:00
Li Bo
15c18e4757
fix(esp_rom): fix esp32c3 eco7 console rom function address
2024-11-14 19:14:50 +08:00
Jiang Jiang Jian
d819f0c512
Merge branch 'bugfix/p4_ld_newlib_api_v5.3' into 'release/v5.3'
...
fix(lp_core): updated lp rom newlib API addresses (v5.3)
See merge request espressif/esp-idf!34480
2024-11-14 18:56:14 +08:00
yinqingzhao
439cb125c5
feat(twt): twt add parameter to enable keep alive
2024-11-14 14:03:13 +08:00
Island
7cd3d4a97f
Merge branch 'feature/support_moving_code_to_flash_v5.3' into 'release/v5.3'
...
feat(ble): Support for putting code in flash on ESP32-C2 (v5.3)
See merge request espressif/esp-idf!34785
2024-11-14 11:46:39 +08:00
Shen Weilong
6e4b35ac4a
feat(ble): Support for putting code in flash on ESP32-C2
2024-11-11 17:52:15 +08:00
zhiweijian
ac81c14b48
feat(bt/controller): Support controller code run in flash only
2024-11-08 17:28:52 +08:00
Chen Jian Hua
6fdc9ae60f
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(52ee788)
...
- Fixed BLE vendor HCI set and get tx power
- Support BLE vendor HCI set adv aux offset command
- Support BLE vendor HCI set CSA support command
- Added config for BLE instant passed workaround
- Fixed btdm_sleep_clock_sync timeout workaround
(cherry picked from commit 1e3220b0b0 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-11-08 17:28:52 +08:00
Marius Vikhammer
f3557bcf5e
fix(lp_core): updated lp rom newlib API addresses
2024-10-28 17:21:26 +08:00
Jin Cheng
c42c11ec4d
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed access NULL in SCO frame end
Closes https://jira.espressif.com:8443/browse/IDFGH-10796
- Added LAP checking for Periodic Inquiry
- Removed an inproper assertion in SCO module
- Fixed wrong logic in key exchange when
LMP transaction collision occurred
- Fixed the using of wrong error code in
the transaction collision of role switch
2024-10-28 10:26:45 +08:00
wangtao@espressif.com
ac0bfa6769
fix(wifi): fix esp32s2 get ack rssi issue
2024-10-25 14:21:12 +08:00
wangtao@espressif.com
2b894fca0f
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-10-24 19:49:20 +08:00
liuning
d7d4dc7817
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
2024-10-24 15:14:01 +08:00
liuning
36ff167161
feat(coex): optimize connectionless coexist pwr, optimize wifi pwr with bt idle
2024-10-24 15:10:20 +08:00
wangtao@espressif.com
de273130d1
fix(wifi): fix esp32c2 eco4 set conutry policy auto issue
2024-10-23 11:49:18 +08:00
wangtao@espressif.com
33b0dbf599
fix(wifi): fix esp32c2 eco4 ld
2024-10-22 17:05:13 +08:00
Chen Jian Hua
65ff48a604
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7
...
(cherry picked from commit 020f7a6297 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-10-15 13:33:38 +08:00
Jiang Guang Ming
fad9341c08
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
2024-09-30 09:21:21 +08:00
Shen Weilong
2040eb646c
fix(ble): Fixed BLE initialization issue on ESP32-C2 eco4
2024-09-25 11:47:41 +08:00
Shen Wei Long
cd1ff31bba
change(ble): update c2 eco4 ld file
...
(cherry picked from commit 25189b190f )
Co-authored-by: Shen Weilong <shenweilong@espressif.com >
2024-09-20 12:53:37 +08:00
Jiang Guang Ming
05b9f85acc
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
2024-09-18 19:21:45 +08:00
Jiang Guang Ming
da31e4beb4
feat(esp_rom): Add esp32c2.rom.eco4.ld
2024-09-18 19:21:35 +08:00
Mahavir Jain
9a6fcb836c
Merge branch 'feat/support_esp32c2_eco4_rom_mbedtls_v3.6.0_lts_v5.3' into 'release/v5.3'
...
feat(mbedtls): support esp32c2 eco4 rom mbedtls v3.6.0 lts v5.3 (backport v5.3)
See merge request espressif/esp-idf!33419
2024-09-17 12:51:38 +08:00
morris
5589d8cbf4
Merge branch 'feat/flash_32bit_support_p4_v5.3' into 'release/v5.3'
...
feature(spi_flash): Add 32bit address support for esp32p4 eco1 (backport v5.3)
See merge request espressif/esp-idf!31262
2024-09-12 11:45:14 +08:00
Jiang Guang Ming
caca3c2bc3
feat(esp_rom): include rom.mbedtls.eco4.ld with C2 rev2.0(ECO4) select
2024-09-10 09:47:31 +08:00
Jiang Guang Ming
0e80012fce
feat(esp_rom): update esp32c2.rom.mbedtls.eco4.ld
2024-09-10 09:47:22 +08:00
Island
dfbbbabfbc
Merge branch 'bugfix/fix_ble_channel_map_update_v5.3' into 'release/v5.3'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012) (v5.3)
See merge request espressif/esp-idf!32581
2024-09-06 10:31:52 +08:00
Island
bbe0750ca0
Merge branch 'bugfix/fixed_ble_issues_on_c6_h2_c2_0731_v5.3' into 'release/v5.3'
...
Bugfix/fixed ble issues on c6 h2 c2 0731 (v5.3)
See merge request espressif/esp-idf!32460
2024-08-14 16:51:57 +08:00
zhanghaipeng
1046724f9e
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(f583012)
...
- Fix BLE channel map update when latency is not zero
2024-08-09 20:20:31 +08:00
Marius Vikhammer
fc847a0e9f
Merge branch 'feature/ulp_hp_core_printf_debug_v5.3' into 'release/v5.3'
...
feat(ulp): add option for routing LP-printf to HP console (v5.3)
See merge request espressif/esp-idf!32493
2024-08-02 14:05:55 +08:00
Marius Vikhammer
f7a3808374
feat(ulp): add option for routing LP-printf to HP console
2024-08-02 09:54:23 +08:00
C.S.M
a4fbcae397
feat(spi_flash): Adjust flash clock to real 80M clock, and support 32bit address on eco1
2024-08-01 18:12:51 +08:00
Jiang Guang Ming
d61531a8e5
fix(esp_rom): add new rom caps ESP_ROM_HAS_NEWLIB_NANO_PRINTF_FLOAT_BUG
2024-08-01 15:54:32 +08:00
zwl
5509cda7ca
fix: fixed directed adv can't be conneted when adv filter is 0x2 on ESP32C2
2024-07-31 14:38:40 +08:00
Jiang Jiang Jian
2ea1eff316
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
...
Fixed some BLE bugs 240723 (backport v5.3)
See merge request espressif/esp-idf!32345
2024-07-26 11:53:59 +08:00
Jiang Jiang Jian
50288969c2
Merge branch 'fix/backport_wifi_fixes_v5.3' into 'release/v5.3'
...
fix(wifi): backport some wifi fixes to v5.3
See merge request espressif/esp-idf!32291
2024-07-26 11:08:23 +08:00
zhanghaipeng
ed0cc11750
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(abd7733)
...
- Fix the issue where RSSI is incorrect when latency is not zero
2024-07-25 17:50:04 +08:00
Island
638577b0bf
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.3' into 'release/v5.3'
...
Fixed some BLE bugs 240620 (backport v5.3)
See merge request espressif/esp-idf!31646
2024-07-25 16:54:55 +08:00
liuning
2c4812092d
fix(coex): fix esp32 crash issue, fix esp32c6 rx issue
2024-07-23 17:09:09 +08:00
zhangyanjiao
9e0064ba20
fix(wifi/mesh): fix the issue that xon request timeout constantly when root reboot
...
Closes https://github.com/espressif/esp-idf/issues/13212
2024-07-23 17:06:34 +08:00
muhaidong
20932eceaf
fix(wifi): annotate a rom function
2024-07-23 16:42:31 +08:00
zwl
1390711c27
feat(bluetooth/controller): adopting new HCI layer code on ESP32-C2
2024-07-17 19:32:22 +08:00
zwl
5a6b9fc1b2
fix(ble): fixed some ble controller issues on ESP32-C2
2024-07-17 19:32:22 +08:00
wuzhenghui
64ace5b6d8
fix(esp_hw_support): fix cpu_retention cache invalidate mask
2024-07-11 22:01:49 +08:00
linruihao
73ef188a8c
fix(bt): Overwrite a function in esp32c3 eco7 rom
2024-06-26 17:23:29 +08:00
chenjianhua
1b36724897
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(0738a61)
...
- Fixed BT BB interrupt allocation
- Refactor the prefix of assert print
- Fixed HCI LE set privacy mode command handle
2024-06-26 17:23:29 +08:00