mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/esp32c2_create_sync_lost_v5.0' into 'release/v5.0'
Fixed occasional failure to establish sync and occasional wdt timeout issues on ESP32C2 See merge request espressif/esp-idf!20862
This commit is contained in:
Submodule components/bt/controller/lib_esp32c2/esp32c2-bt-lib updated: 19b5232cf1...c1f0e3be6c
@ -1259,7 +1259,6 @@ r_ble_lll_scan_sched_next_aux = 0x40001700;
|
||||
r_ble_lll_scan_sched_remove = 0x40001704;
|
||||
r_ble_lll_scan_start = 0x40001708;
|
||||
r_ble_lll_scan_start_rx = 0x4000170c;
|
||||
r_ble_lll_scan_stop = 0x40001710;
|
||||
r_ble_lll_scan_timer_cb = 0x40001718;
|
||||
r_ble_lll_sched_adv_new = 0x4000171c;
|
||||
r_ble_lll_sched_adv_resched_pdu = 0x40001720;
|
||||
@ -1407,7 +1406,6 @@ r_hal_timer_read_tick = 0x40001980;
|
||||
r_hal_timer_set_cb = 0x40001984;
|
||||
r_hal_timer_set_exp_tick = 0x40001988;
|
||||
r_hal_timer_start = 0x4000198c;
|
||||
r_hal_timer_start_at = 0x40001990;
|
||||
r_hal_timer_stop = 0x40001994;
|
||||
r_hal_timer_task_start = 0x40001998;
|
||||
r_ll_assert = 0x4000199c;
|
||||
|
Reference in New Issue
Block a user