mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
component/bt: add VHCI mutex protetion
1. add mutex to VHCI APIs 2. remove bss/data log print during initialization; 3. add bss/data symbols in esp32.rom.ld 4. add & modify BTDM OSI functions
This commit is contained in:
@@ -99,6 +99,10 @@ PROVIDE ( _data_end = 0x4000d5c8 );
|
||||
PROVIDE ( _data_end_btdm_rom = 0x4000d4f8 );
|
||||
PROVIDE ( _data_start = 0x4000d4f8 );
|
||||
PROVIDE ( _data_start_btdm_rom = 0x4000d4f4 );
|
||||
PROVIDE ( _data_start_btdm = 0x3ffae6e0);
|
||||
PROVIDE ( _data_end_btdm = 0x3ffaff10);
|
||||
PROVIDE ( _bss_start_btdm = 0x3ffb8000);
|
||||
PROVIDE ( _bss_end_btdm = 0x3ffbff70);
|
||||
PROVIDE ( _daylight = 0x3ffae0a4 );
|
||||
PROVIDE ( dbg_default_handler = 0x3ff97218 );
|
||||
PROVIDE ( dbg_state = 0x3ffb8d5d );
|
||||
|
Reference in New Issue
Block a user