Skip to content

Commit

Permalink
Merge branch 'bugfix/esp32c2_create_sync_lost' into 'master'
Browse files Browse the repository at this point in the history
Fixed occasional failure to establish sync and occasional wdt timeout issues on ESP32C2

See merge request espressif/esp-idf!20861
  • Loading branch information
jack0c committed Nov 1, 2022
2 parents 203596f + de3f788 commit b313d7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion components/bt/controller/lib_esp32c2/esp32c2-bt-lib
2 changes: 0 additions & 2 deletions components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit b313d7e

Please sign in to comment.