mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_c2eco4_ble_init_error' into 'release/v5.1'
fix(ble): Fixed BLE initialization issue on ESP32-C2 eco4 See merge request espressif/esp-idf!33798
This commit is contained in:
commit
f878b4e27e
@ -874,7 +874,7 @@ r_ble_phy_get_pyld_time_offset = 0x4000181c;
|
||||
r_ble_phy_get_rx_phy_mode = 0x40001820;
|
||||
r_ble_phy_get_seq_end_st = 0x40001824;
|
||||
r_ble_phy_init = 0x40001828;
|
||||
r_ble_phy_isr = 0x4000182c;
|
||||
//r_ble_phy_isr = 0x4000182c;
|
||||
r_ble_phy_max_data_pdu_pyld = 0x40001830;
|
||||
r_ble_phy_mode_config = 0x40001834;
|
||||
r_ble_phy_mode_convert = 0x40001838;
|
||||
@ -952,7 +952,7 @@ r_get_peer_id_offset = 0x40001954;
|
||||
r_get_peer_irk_offset = 0x40001958;
|
||||
r_get_peer_rpa_offset = 0x4000195c;
|
||||
r_hal_rtc_intr_init = 0x40001960;
|
||||
r_hal_rtc_irq_handler = 0x40001964;
|
||||
//r_hal_rtc_irq_handler = 0x40001964;
|
||||
r_hal_timer_deinit = 0x40001968;
|
||||
r_hal_timer_disable_irq = 0x4000196c;
|
||||
r_hal_timer_env_init = 0x40001970;
|
||||
|
Loading…
Reference in New Issue
Block a user