mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'fix/assert_1024_in_rwbt_isr_v4.4' into 'release/v4.4'
fix(bt/ble): fix some issues in bluetooth controller(backport v4.4) See merge request espressif/esp-idf!30817
This commit is contained in:
Submodule components/bt/controller/lib_esp32 updated: 43ecd22ec6...45e3280535
@@ -1473,7 +1473,7 @@ PROVIDE ( uart_tx_switch = 0x40009028 );
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
These functions are part of the ROM GPIO driver. We do not use them; the provided esp-idf functions
|
These functions are part of the ROM GPIO driver. We do not use them; the provided esp-idf functions
|
||||||
replace them and this way we can re-use the fixed RAM addresses these routines need.
|
replace them and this way we can reuse the fixed RAM addresses these routines need.
|
||||||
*/
|
*/
|
||||||
/* <-- So you don't read over it: This comment disables the next lines.
|
/* <-- So you don't read over it: This comment disables the next lines.
|
||||||
PROVIDE ( gpio_init = 0x40009c20 );
|
PROVIDE ( gpio_init = 0x40009c20 );
|
||||||
@@ -1622,6 +1622,7 @@ PROVIDE ( ld_acl_sniff_trans_sched = 0x40033734 );
|
|||||||
PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
|
PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
|
||||||
PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
|
PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
|
||||||
PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
|
PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
|
||||||
|
PROVIDE ( lc_setup_sync_param_check = 0x4002354c );
|
||||||
|
|
||||||
PROVIDE ( lm_sync_conf = 0x3ffb8348 );
|
PROVIDE ( lm_sync_conf = 0x3ffb8348 );
|
||||||
PROVIDE ( lm_nb_sync_active = 0x3ffb8346 );
|
PROVIDE ( lm_nb_sync_active = 0x3ffb8346 );
|
||||||
|
Reference in New Issue
Block a user