From 9cc0f33ed59b674c0ef8e6f5f6033f32882e4e00 Mon Sep 17 00:00:00 2001 From: morris Date: Wed, 10 Jun 2020 19:07:48 +0800 Subject: [PATCH] esp_rom: add esp32s3 rom symbols --- components/esp_rom/CMakeLists.txt | 14 + components/esp_rom/esp32s3/ld/esp32s3.rom.ld | 2113 +++++++++++++++++ .../esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld | 99 + .../esp32s3/ld/esp32s3.rom.newlib-data.ld | 17 + .../esp32s3/ld/esp32s3.rom.newlib-funcs.ld | 129 + .../esp32s3/ld/esp32s3.rom.newlib-nano.ld | 28 + .../esp32s3/ld/esp32s3.rom.spiflash.ld | 24 + .../esp_rom/include/esp32s2/rom/rsa_pss.h | 1 - 8 files changed, 2424 insertions(+), 1 deletion(-) create mode 100644 components/esp_rom/esp32s3/ld/esp32s3.rom.ld create mode 100644 components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld create mode 100644 components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-data.ld create mode 100644 components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-funcs.ld create mode 100644 components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-nano.ld create mode 100644 components/esp_rom/esp32s3/ld/esp32s3.rom.spiflash.ld diff --git a/components/esp_rom/CMakeLists.txt b/components/esp_rom/CMakeLists.txt index 076621201..59a44a6e0 100644 --- a/components/esp_rom/CMakeLists.txt +++ b/components/esp_rom/CMakeLists.txt @@ -12,6 +12,10 @@ if(BOOTLOADER_BUILD) list(APPEND scripts "esp32s2/ld/esp32s2.rom.spiflash.ld") endif() + if(target STREQUAL "esp32s3") + list(APPEND scripts "esp32s3/ld/esp32s3.rom.spiflash.ld") + endif() + if(CONFIG_ESP32_REV_MIN_3) list(APPEND scripts "esp32/ld/esp32.rom.eco3.ld") endif() @@ -60,6 +64,16 @@ else() # Regular app build if(CONFIG_NEWLIB_NANO_FORMAT) list(APPEND scripts "esp32s2/ld/esp32s2.rom.newlib-nano.ld") endif() + + elseif(target STREQUAL "esp32s3") + # no SPIRAM workaround for esp32s3 + list(APPEND scripts "esp32s3/ld/esp32s3.rom.newlib-funcs.ld" + "esp32s3/ld/esp32s3.rom.spiflash.ld") + + if(CONFIG_NEWLIB_NANO_FORMAT) + list(APPEND scripts "esp32s3/ld/esp32s3.rom.newlib-nano.ld") + endif() + endif() target_linker_script(${COMPONENT_LIB} INTERFACE "${scripts}") diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.ld new file mode 100644 index 000000000..434cf9318 --- /dev/null +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.ld @@ -0,0 +1,2113 @@ +/** + * ESP32S3 ROM address table (except symbols from libgcc and libc). + * Generated for ROM with MD5sum: d20fb231463ce337432b1fa9cba0b3c9 + * + * Note: These are all weak symbols that could be overwritten from the ESP-IDF side. + */ +PROVIDE ( BasePoint_x_256 = 0x3ff08238 ); +PROVIDE ( BasePoint_y_256 = 0x3ff08218 ); +PROVIDE ( Cache_Address_Through_DCache = 0x40051ebc ); +PROVIDE ( Cache_Address_Through_ICache = 0x40051ea4 ); +PROVIDE ( Cache_Clean_Addr = 0x40052458 ); +PROVIDE ( Cache_Clean_All = 0x40052518 ); +PROVIDE ( Cache_Clean_Items = 0x40051fe8 ); +PROVIDE ( Cache_Config_DCache_Autoload = 0x40052828 ); +PROVIDE ( Cache_Config_ICache_Autoload = 0x400526dc ); +PROVIDE ( Cache_Count_Flash_Pages = 0x40053088 ); +PROVIDE ( Cache_DCache_Preload_Done = 0x400526a0 ); +PROVIDE ( Cache_Dbus_MMU_Set = 0x40053004 ); +PROVIDE ( Cache_Disable_DCache = 0x40052be4 ); +PROVIDE ( Cache_Disable_DCache_Autoload = 0x40052924 ); +PROVIDE ( Cache_Disable_DCache_PreLock = 0x40052a74 ); +PROVIDE ( Cache_Disable_ICache = 0x40052b70 ); +PROVIDE ( Cache_Disable_ICache_Autoload = 0x400527d8 ); +PROVIDE ( Cache_Disable_ICache_PreLock = 0x400529dc ); +PROVIDE ( Cache_Enable_DCache = 0x40052c34 ); +PROVIDE ( Cache_Enable_DCache_Autoload = 0x4005290c ); +PROVIDE ( Cache_Enable_DCache_PreLock = 0x40052a0c ); +PROVIDE ( Cache_Enable_Defalut_ICache_Mode = 0x40051f1c ); +PROVIDE ( Cache_Enable_ICache = 0x40052bc0 ); +PROVIDE ( Cache_Enable_ICache_Autoload = 0x400527c0 ); +PROVIDE ( Cache_Enable_ICache_PreLock = 0x40052974 ); +PROVIDE ( Cache_End_DCache_Preload = 0x400526b4 ); +PROVIDE ( Cache_End_ICache_Preload = 0x40052614 ); +PROVIDE ( Cache_Flash_To_SPIRAM_Copy = 0x400530e4 ); +PROVIDE ( Cache_Freeze_DCache_Disable = 0x40052390 ); +PROVIDE ( Cache_Freeze_DCache_Enable = 0x40052354 ); +PROVIDE ( Cache_Freeze_ICache_Disable = 0x4005232c ); +PROVIDE ( Cache_Freeze_ICache_Enable = 0x400522f0 ); +PROVIDE ( Cache_Get_DCache_Line_Size = 0x40051d90 ); +PROVIDE ( Cache_Get_DROM_MMU_End = 0x40052e9c ); +PROVIDE ( Cache_Get_ICache_Line_Size = 0x40051d78 ); +PROVIDE ( Cache_Get_IROM_MMU_End = 0x40052e90 ); +PROVIDE ( Cache_Get_Memory_Addr = 0x4005352c ); +PROVIDE ( Cache_Get_Memory_BaseAddr = 0x400534b8 ); +PROVIDE ( Cache_Get_Memory_value = 0x40053574 ); +PROVIDE ( Cache_Get_Mode = 0x40051dac ); +PROVIDE ( Cache_Get_Virtual_Addr = 0x40053480 ); +PROVIDE ( Cache_ICache_Preload_Done = 0x40052600 ); +PROVIDE ( Cache_Ibus_MMU_Set = 0x40052f80 ); +PROVIDE ( Cache_Invalidate_Addr = 0x400523ec ); +PROVIDE ( Cache_Invalidate_DCache_All = 0x40052504 ); +PROVIDE ( Cache_Invalidate_DCache_Items = 0x40051fa0 ); +PROVIDE ( Cache_Invalidate_ICache_All = 0x400524f0 ); +PROVIDE ( Cache_Invalidate_ICache_Items = 0x40051f4c ); +PROVIDE ( Cache_Lock_Addr = 0x40052a94 ); +PROVIDE ( Cache_Lock_DCache_Items = 0x40052214 ); +PROVIDE ( Cache_Lock_ICache_Items = 0x40052180 ); +PROVIDE ( Cache_MMU_Init = 0x40052f64 ); +PROVIDE ( Cache_Mask_All = 0x40052548 ); +PROVIDE ( Cache_Occupy_Addr = 0x40052d70 ); +PROVIDE ( Cache_Occupy_DCache_MEMORY = 0x40052f18 ); +PROVIDE ( Cache_Occupy_ICache_MEMORY = 0x40052ed4 ); +PROVIDE ( Cache_Occupy_Items = 0x400522a8 ); +PROVIDE ( Cache_Op_Addr = 0x4005207c ); +PROVIDE ( Cache_Owner_Init = 0x40052eb4 ); +PROVIDE ( Cache_Resume_DCache = 0x40052d38 ); +PROVIDE ( Cache_Resume_DCache_Autoload = 0x400523d0 ); +PROVIDE ( Cache_Resume_ICache = 0x40052cac ); +PROVIDE ( Cache_Resume_ICache_Autoload = 0x400523b4 ); +PROVIDE ( Cache_Set_DCache_Mode = 0x40051e68 ); +PROVIDE ( Cache_Set_Default_Mode = 0x40051ed4 ); +PROVIDE ( Cache_Set_ICache_Mode = 0x40051e14 ); +PROVIDE ( Cache_Set_IDROM_MMU_Info = 0x40052e6c ); +PROVIDE ( Cache_Set_IDROM_MMU_Size = 0x40052dd0 ); +PROVIDE ( Cache_Start_DCache_Preload = 0x40052634 ); +PROVIDE ( Cache_Start_ICache_Preload = 0x40052594 ); +PROVIDE ( Cache_Suspend_DCache = 0x40052ce4 ); +PROVIDE ( Cache_Suspend_DCache_Autoload = 0x40052140 ); +PROVIDE ( Cache_Suspend_ICache = 0x40052c58 ); +PROVIDE ( Cache_Suspend_ICache_Autoload = 0x40052108 ); +PROVIDE ( Cache_Travel_Tag_Memory = 0x400531c0 ); +PROVIDE ( Cache_UnMask_Dram0 = 0x40052570 ); +PROVIDE ( Cache_Unlock_Addr = 0x40052b00 ); +PROVIDE ( Cache_Unlock_DCache_Items = 0x40052258 ); +PROVIDE ( Cache_Unlock_ICache_Items = 0x400521c4 ); +PROVIDE ( Cache_WriteBack_Addr = 0x400524a4 ); +PROVIDE ( Cache_WriteBack_All = 0x4005252c ); +PROVIDE ( Cache_WriteBack_Items = 0x40052030 ); +PROVIDE ( DebugE256PublicKey_x = 0x3ff081d8 ); +PROVIDE ( DebugE256PublicKey_y = 0x3ff081b8 ); +PROVIDE ( DebugE256SecretKey = 0x3ff08198 ); +PROVIDE ( Disable_QMode = 0x4004d6d0 ); +PROVIDE ( ECC_4Win_Look_up_table = 0x3ff078b4 ); +PROVIDE ( Enable_QMode = 0x4004d680 ); +PROVIDE ( FilePacketSendDeflatedReqMsgProc = 0x40048a2c ); +PROVIDE ( FilePacketSendReqMsgProc = 0x40048708 ); +PROVIDE ( FlashDwnLdDeflatedStartMsgProc = 0x400489d4 ); +PROVIDE ( FlashDwnLdParamCfgMsgProc = 0x400487f0 ); +PROVIDE ( FlashDwnLdStartMsgProc = 0x400486a4 ); +PROVIDE ( FlashDwnLdStopDeflatedReqMsgProc = 0x40048b28 ); +PROVIDE ( FlashDwnLdStopReqMsgProc = 0x400487c0 ); +PROVIDE ( GetSecurityInfoProc = 0x40048bf4 ); +PROVIDE ( GetUartDevice = 0x40049cb4 ); +PROVIDE ( LLM_AA_CT1 = 0x3ff08d61 ); +PROVIDE ( LLM_AA_CT2 = 0x3ff08d5f ); +PROVIDE ( MD5Final = 0x40037740 ); +PROVIDE ( MD5Init = 0x400376a0 ); +PROVIDE ( MD5Update = 0x400376c0 ); +PROVIDE ( MemDwnLdStartMsgProc = 0x4004881c ); +PROVIDE ( MemDwnLdStopReqMsgProc = 0x400488b0 ); +PROVIDE ( MemPacketSendReqMsgProc = 0x4004884c ); +PROVIDE ( RcvMsg = 0x40049c64 ); +PROVIDE ( SPIClkConfig = 0x4004e198 ); +PROVIDE ( SPIEraseArea = 0x4004e5cc ); +PROVIDE ( SPIEraseBlock = 0x4004e204 ); +PROVIDE ( SPIEraseChip = 0x4004e1e4 ); +PROVIDE ( SPIEraseSector = 0x4004e278 ); +PROVIDE ( SPILock = 0x4004dfb0 ); +PROVIDE ( SPIMEM0 = 0x60003000 ); +PROVIDE ( SPIMEM1 = 0x60002000 ); +PROVIDE ( SPIMasterReadModeCnfig = 0x4004e110 ); +PROVIDE ( SPIParamCfg = 0x4004e670 ); +PROVIDE ( SPIRead = 0x4004e3cc ); +PROVIDE ( SPIReadModeCnfig = 0x4004dff8 ); +PROVIDE ( SPIUnlock = 0x4004df54 ); +PROVIDE ( SPIWrite = 0x4004e2ec ); +PROVIDE ( SPI_Common_Command = 0x4004d2bc ); +PROVIDE ( SPI_Encrypt_Write = 0x4004fa5c ); +PROVIDE ( SPI_Encrypt_Write_Dest = 0x4004f908 ); +PROVIDE ( SPI_Wait_Idle = 0x4004d664 ); +PROVIDE ( SPI_WakeUp = 0x4004d0c4 ); +PROVIDE ( SPI_Write_Encrypt_Disable = 0x4004f8d0 ); +PROVIDE ( SPI_Write_Encrypt_Enable = 0x4004f8b4 ); +PROVIDE ( SPI_block_erase = 0x4004d214 ); +PROVIDE ( SPI_chip_erase = 0x4004d188 ); +PROVIDE ( SPI_flash_func = 0x3fcefbb0 ); +PROVIDE ( SPI_flashchip_data = 0x3fcefbdc ); +PROVIDE ( SPI_init = 0x4004dcf0 ); +PROVIDE ( SPI_page_program = 0x4004d584 ); +PROVIDE ( SPI_read_data = 0x4004cea8 ); +PROVIDE ( SPI_read_status = 0x4004d054 ); +PROVIDE ( SPI_read_status_high = 0x4004d258 ); +PROVIDE ( SPI_sector_erase = 0x4004d1c0 ); +PROVIDE ( SPI_user_command_read = 0x4004cf98 ); +PROVIDE ( SPI_write_enable = 0x4004d530 ); +PROVIDE ( SPI_write_status = 0x4004d278 ); +PROVIDE ( SelectSpiFunction = 0x4004cd2c ); +PROVIDE ( SelectSpiQIO = 0x4004cbb4 ); +PROVIDE ( SendMsg = 0x40049a44 ); +PROVIDE ( SetSpiDrvs = 0x4004cc48 ); +PROVIDE ( TASK_DESC_DBG = 0x3fcef3a0 ); +PROVIDE ( TASK_DESC_LLC = 0x3fcef3e8 ); +PROVIDE ( TASK_DESC_LLM = 0x3fcef3f8 ); +PROVIDE ( TASK_DESC_MISC = 0x3ff090d8 ); +PROVIDE ( UartConnCheck = 0x400485d8 ); +PROVIDE ( UartConnectProc = 0x400488d8 ); +PROVIDE ( UartDev = 0x3fcef354 ); +PROVIDE ( UartDwnLdProc = 0x40048d10 ); +PROVIDE ( UartGetCmdLn = 0x40049c7c ); +PROVIDE ( UartRegReadProc = 0x4004893c ); +PROVIDE ( UartRegWriteProc = 0x400488e8 ); +PROVIDE ( UartRxString = 0x400499bc ); +PROVIDE ( UartSecureDwnLdProc = 0x40048fd8 ); +PROVIDE ( UartSetBaudProc = 0x400489b0 ); +PROVIDE ( UartSpiAttachProc = 0x40048964 ); +PROVIDE ( UartSpiReadProc = 0x40048980 ); +PROVIDE ( Uart_Init = 0x40049624 ); +PROVIDE ( Uart_Init_USB = 0x4004939c ); +PROVIDE ( Uart_USB_Send_Testament = 0x4004935c ); +PROVIDE ( VerifyFlashMd5Proc = 0x40048b58 ); +PROVIDE ( Wait_SPI_Idle = 0x4004d158 ); +PROVIDE ( Xthal_intlevel = 0x3ff0c504 ); +PROVIDE ( _DebugExceptionVector = 0x40000280 ); +PROVIDE ( _DebugExceptionVector_text_end = 0x4000028b ); +PROVIDE ( _DebugExceptionVector_text_start = 0x40000280 ); +PROVIDE ( _DoubleExceptionVector = 0x400003c0 ); +PROVIDE ( _DoubleExceptionVector_text_end = 0x400003c6 ); +PROVIDE ( _DoubleExceptionVector_text_start = 0x400003c0 ); +PROVIDE ( _GeneralException = 0x40039758 ); +PROVIDE ( _KernelExceptionVector = 0x40000300 ); +PROVIDE ( _KernelExceptionVector_text_end = 0x40000306 ); +PROVIDE ( _KernelExceptionVector_text_start = 0x40000300 ); +PROVIDE ( _Level2FromVector = 0x400398cc ); +PROVIDE ( _Level2InterruptVector_text_end = 0x40000186 ); +PROVIDE ( _Level2InterruptVector_text_start = 0x40000180 ); +PROVIDE ( _Level2Vector = 0x40000180 ); +PROVIDE ( _Level3FromVector = 0x4003999c ); +PROVIDE ( _Level3InterruptVector_text_end = 0x400001c6 ); +PROVIDE ( _Level3InterruptVector_text_start = 0x400001c0 ); +PROVIDE ( _Level3Vector = 0x400001c0 ); +PROVIDE ( _Level4FromVector = 0x40039a68 ); +PROVIDE ( _Level4InterruptVector_text_end = 0x40000206 ); +PROVIDE ( _Level4InterruptVector_text_start = 0x40000200 ); +PROVIDE ( _Level4Vector = 0x40000200 ); +PROVIDE ( _Level5FromVector = 0x40039bd8 ); +PROVIDE ( _Level5InterruptVector_text_end = 0x40000246 ); +PROVIDE ( _Level5InterruptVector_text_start = 0x40000240 ); +PROVIDE ( _Level5Vector = 0x40000240 ); +PROVIDE ( _LevelOneInterrupt = 0x400397ae ); +PROVIDE ( _NMIExceptionVector = 0x400002c0 ); +PROVIDE ( _NMIExceptionVector_text_end = 0x400002c3 ); +PROVIDE ( _NMIExceptionVector_text_start = 0x400002c0 ); +PROVIDE ( _Pri_4_HandlerAddress = 0x3fcee37c ); +PROVIDE ( _Pri_5_HandlerAddress = 0x3fcee380 ); +PROVIDE ( _ResetHandler = 0x40000454 ); +PROVIDE ( _ResetVector = 0x40000400 ); +PROVIDE ( _ResetVector_literal_end = 0x4000056c ); +PROVIDE ( _ResetVector_literal_start = 0x4000056c ); +PROVIDE ( _ResetVector_text_end = 0x40000569 ); +PROVIDE ( _ResetVector_text_start = 0x40000400 ); +PROVIDE ( _SyscallException = 0x40039677 ); +PROVIDE ( _UserExceptionVector = 0x40000340 ); +PROVIDE ( _UserExceptionVector_text_end = 0x40000365 ); +PROVIDE ( _UserExceptionVector_text_start = 0x40000340 ); +PROVIDE ( _WindowOverflow12 = 0x40000100 ); +PROVIDE ( _WindowOverflow4 = 0x40000000 ); +PROVIDE ( _WindowOverflow8 = 0x40000080 ); +PROVIDE ( _WindowUnderflow12 = 0x40000140 ); +PROVIDE ( _WindowUnderflow4 = 0x40000040 ); +PROVIDE ( _WindowUnderflow8 = 0x400000c0 ); +PROVIDE ( _WindowVectors_text_end = 0x40000170 ); +PROVIDE ( _WindowVectors_text_start = 0x40000000 ); +PROVIDE ( __XT_EXCEPTION_DESCS_END__ = 0x3ff0fff0 ); +PROVIDE ( __XT_EXCEPTION_DESCS__ = 0x3ff0fff0 ); +PROVIDE ( __XT_EXCEPTION_TABLE__ = 0x3ff0ff00 ); +PROVIDE ( __packed = 0x3fcef344 ); +PROVIDE ( __stack = 0x3fceb910 ); +PROVIDE ( __stack_app = 0x3fced910 ); +PROVIDE ( _cvt = 0x40045498 ); +PROVIDE ( _data_end_all_app = 0x3fcefff0 ); +PROVIDE ( _data_end_all_pro = 0x3fcefff0 ); +PROVIDE ( _data_end_btdm = 0x3fcef454 ); +PROVIDE ( _data_end_btdm_rom = 0x40056700 ); +PROVIDE ( _data_end_c = 0x3fcefcd0 ); +PROVIDE ( _data_end_cache = 0x3fcefc7c ); +PROVIDE ( _data_end_ets = 0x3fced910 ); +PROVIDE ( _data_end_ets_delay = 0x3fcefcc4 ); +PROVIDE ( _data_end_ets_printf = 0x3fcefcac ); +PROVIDE ( _data_end_ets_rtc = 0x3fcefcc4 ); +PROVIDE ( _data_end_newlib = 0x3fcefcc8 ); +PROVIDE ( _data_end_opi_flash = 0x3fcefca4 ); +PROVIDE ( _data_end_phyrom = 0x3fcefff0 ); +PROVIDE ( _data_end_sip = 0x3fcee174 ); +PROVIDE ( _data_end_slc = 0x3fcee174 ); +PROVIDE ( _data_end_spi_flash = 0x3fcefc10 ); +PROVIDE ( _data_end_spi_slave = 0x3fcee130 ); +PROVIDE ( _data_end_uart = 0x3fcef34c ); +PROVIDE ( _data_end_usbdev = 0x3fcef0c4 ); +PROVIDE ( _data_end_xtos = 0x3fcee590 ); +PROVIDE ( _data_start_all_app = 0x3fcefff0 ); +PROVIDE ( _data_start_all_pro = 0x3fcefff0 ); +PROVIDE ( _data_start_btdm = 0x3fcef390 ); +PROVIDE ( _data_start_btdm_rom = 0x400566fc ); +PROVIDE ( _data_start_c = 0x3fcefccc ); +PROVIDE ( _data_start_cache = 0x3fcefc70 ); +PROVIDE ( _data_start_ets = 0x3fced910 ); +PROVIDE ( _data_start_ets_delay = 0x3fcefcc0 ); +PROVIDE ( _data_start_ets_printf = 0x3fcefcac ); +PROVIDE ( _data_start_ets_rtc = 0x3fcefcc4 ); +PROVIDE ( _data_start_newlib = 0x3fcefcc8 ); +PROVIDE ( _data_start_opi_flash = 0x3fcefca4 ); +PROVIDE ( _data_start_phyrom = 0x3fcefce0 ); +PROVIDE ( _data_start_sip = 0x3fcee174 ); +PROVIDE ( _data_start_slc = 0x3fcee174 ); +PROVIDE ( _data_start_spi_flash = 0x3fcefba8 ); +PROVIDE ( _data_start_spi_slave = 0x3fcee130 ); +PROVIDE ( _data_start_uart = 0x3fcef34c ); +PROVIDE ( _data_start_usbdev = 0x3fcef044 ); +PROVIDE ( _data_start_xtos = 0x3fcee174 ); +PROVIDE ( _dram0_0_start = 0x3fcd8000 ); +PROVIDE ( _dram0_rtos_reserved_start = 0x3fcef044 ); +PROVIDE ( _etext = 0x400568d0 ); +PROVIDE ( _exit_r = 0x40054628 ); +PROVIDE ( _iram0_text_end = 0x4000056c ); +PROVIDE ( _iram0_text_start = 0x4000056c ); +PROVIDE ( _iram1_text_end = 0x60021100 ); +PROVIDE ( _iram1_text_start = 0x60021100 ); +PROVIDE ( _lit4_end = 0x4000056c ); +PROVIDE ( _lit4_start = 0x4000056c ); +PROVIDE ( _memmap_cacheattr_bp_allvalid = 0x22222222 ); +PROVIDE ( _memmap_cacheattr_bp_base = 0x00000220 ); +PROVIDE ( _memmap_cacheattr_bp_strict = 0xfffff22f ); +PROVIDE ( _memmap_cacheattr_bp_trapnull = 0x2222222f ); +PROVIDE ( _memmap_cacheattr_reset = 0x2222211f ); +PROVIDE ( _memmap_cacheattr_unused_mask = 0xfffff00f ); +PROVIDE ( _memmap_cacheattr_wb_allvalid = 0x22222112 ); +PROVIDE ( _memmap_cacheattr_wb_base = 0x00000110 ); +PROVIDE ( _memmap_cacheattr_wb_strict = 0xfffff11f ); +PROVIDE ( _memmap_cacheattr_wb_trapnull = 0x2222211f ); +PROVIDE ( _memmap_cacheattr_wba_trapnull = 0x2222211f ); +PROVIDE ( _memmap_cacheattr_wbna_trapnull = 0x2222211f ); +PROVIDE ( _memmap_cacheattr_wt_allvalid = 0x22222112 ); +PROVIDE ( _memmap_cacheattr_wt_base = 0x00000110 ); +PROVIDE ( _memmap_cacheattr_wt_strict = 0xfffff11f ); +PROVIDE ( _memmap_cacheattr_wt_trapnull = 0x2222211f ); +PROVIDE ( _memmap_vecbase_reset = 0x40000000 ); +PROVIDE ( _opi_flash_wren = 0x40051844 ); +PROVIDE ( _opi_flash_write = 0x40051c98 ); +PROVIDE ( _putc1 = 0x3fcefcbc ); +PROVIDE ( _putc2 = 0x3fcefcb8 ); +PROVIDE ( _rodata_end = 0x3ff0fff0 ); +PROVIDE ( _rodata_start = 0x3ff071c0 ); +PROVIDE ( _rom_store = 0x400568d0 ); +PROVIDE ( _rom_store_table = 0x40056700 ); +PROVIDE ( _stack_sentry = 0x3fce9910 ); +PROVIDE ( _stack_sentry_app = 0x3fceb910 ); +PROVIDE ( _start = 0x4003959c ); +PROVIDE ( _stext = 0x40039438 ); +PROVIDE ( _text_end = 0x400568d0 ); +PROVIDE ( _text_end_btdm_rom = 0x40032170 ); +PROVIDE ( _text_start = 0x40039438 ); +PROVIDE ( _text_start_btdm_rom = 0x4000056c ); +PROVIDE ( _xtos_alloca_handler = 0x40000010 ); +PROVIDE ( _xtos_enabled = 0x3fcee388 ); +PROVIDE ( _xtos_ints_off = 0x400548d0 ); +PROVIDE ( _xtos_ints_on = 0x400548ac ); +PROVIDE ( _xtos_intstruct = 0x3fcee388 ); +PROVIDE ( _xtos_l1int_handler = 0x40039790 ); +PROVIDE ( _xtos_restore_intlevel = 0x400398a0 ); +PROVIDE ( _xtos_return_from_exc = 0x4005523c ); +PROVIDE ( _xtos_set_exception_handler = 0x400395f0 ); +PROVIDE ( _xtos_set_interrupt_handler = 0x40054870 ); +PROVIDE ( _xtos_set_interrupt_handler_arg = 0x40054834 ); +PROVIDE ( _xtos_set_intlevel = 0x40055254 ); +PROVIDE ( _xtos_set_min_intlevel = 0x40055270 ); +PROVIDE ( _xtos_set_vpri = 0x400398ac ); +PROVIDE ( _xtos_syscall_handler = 0x40039638 ); +PROVIDE ( _xtos_vpri_enabled = 0x3fcee38c ); +PROVIDE ( aa_gen = 0x3fcefa9c ); +PROVIDE ( acm_config_descr = 0x3ff0c257 ); +PROVIDE ( acm_usb_descriptors = 0x3ff0c1b4 ); +PROVIDE ( aes_cmac_zero = 0x3ff07782 ); +PROVIDE ( aes_env = 0x3fcef8c4 ); +PROVIDE ( aes_k2_salt = 0x3ff07792 ); +PROVIDE ( aes_k3_id64 = 0x3ff077a2 ); +PROVIDE ( aes_k3_salt = 0x3ff077a7 ); +PROVIDE ( aes_k4_id6 = 0x3ff077b7 ); +PROVIDE ( aes_k4_salt = 0x3ff077bb ); +PROVIDE ( analog_super_wdt_reset = 0x3fcefcc6 ); +PROVIDE ( analog_super_wdt_reset_happened = 0x40045a3c ); +PROVIDE ( bigHexP256 = 0x3ff08140 ); +PROVIDE ( boot_prepare = 0x40044ef4 ); +PROVIDE ( bt_rf_coex_cfg_cb = 0x3fcefad0 ); +PROVIDE ( bt_rf_coex_cfg_p = 0x3fcefacc ); +PROVIDE ( bt_rf_coex_get_dft_cfg = 0x4002e518 ); +PROVIDE ( bt_rf_coex_hooks_p = 0x3fcef694 ); +PROVIDE ( bt_rf_coex_hooks_p_set = 0x4002e4e4 ); +PROVIDE ( btdm_con_maxevtime_cal_impl = 0x40017018 ); +PROVIDE ( btdm_controller_get_compile_version_impl = 0x40001234 ); +PROVIDE ( btdm_dis_privacy_err_report_impl = 0x4001ddb0 ); +PROVIDE ( btdm_disable_adv_delay_impl = 0x40014788 ); +PROVIDE ( btdm_enable_scan_continue_impl = 0x4001d7f8 ); +PROVIDE ( btdm_enable_scan_forever_impl = 0x4002344c ); +PROVIDE ( btdm_env_p = 0x3fcef464 ); +PROVIDE ( btdm_get_power_state_impl = 0x4002ffbc ); +PROVIDE ( btdm_get_prevent_sleep_flag_impl = 0x4002ffc8 ); +PROVIDE ( btdm_power_state_active_impl = 0x4002ffa8 ); +PROVIDE ( btdm_pwr_state = 0x3fcefb90 ); +PROVIDE ( btdm_slp_err = 0x3fcefb48 ); +PROVIDE ( btdm_switch_phy_coded_impl = 0x4001d77c ); +PROVIDE ( byte_tx_time = 0x3ff08d44 ); +PROVIDE ( cache_internal_table_ptr = 0x3fcefc70 ); +PROVIDE ( cache_memory_baseaddrs = 0x3ff0c4c4 ); +PROVIDE ( cache_op_cb = 0x3fcefc7c ); +PROVIDE ( cacl_rtc_memory_crc = 0x40045b04 ); +PROVIDE ( cdc_acm_class_handle_req = 0x40049da4 ); +PROVIDE ( cdc_acm_config = 0x3fcef044 ); +PROVIDE ( cdc_acm_dev = 0x3fcef340 ); +PROVIDE ( cdc_acm_fifo_fill = 0x40049ee0 ); +PROVIDE ( cdc_acm_fifo_read = 0x40049f54 ); +PROVIDE ( cdc_acm_init = 0x40049e98 ); +PROVIDE ( cdc_acm_irq_callback_set = 0x4004a028 ); +PROVIDE ( cdc_acm_irq_is_pending = 0x4004a004 ); +PROVIDE ( cdc_acm_irq_rx_disable = 0x40049fe4 ); +PROVIDE ( cdc_acm_irq_rx_enable = 0x40049fd8 ); +PROVIDE ( cdc_acm_irq_rx_ready = 0x40049ff0 ); +PROVIDE ( cdc_acm_irq_state_disable = 0x40049fb8 ); +PROVIDE ( cdc_acm_irq_state_enable = 0x40049fac ); +PROVIDE ( cdc_acm_irq_tx_disable = 0x40049fa0 ); +PROVIDE ( cdc_acm_irq_tx_enable = 0x40049f94 ); +PROVIDE ( cdc_acm_irq_tx_ready = 0x40049fc4 ); +PROVIDE ( cdc_acm_line_ctrl_get = 0x4004a084 ); +PROVIDE ( cdc_acm_line_ctrl_set = 0x4004a030 ); +PROVIDE ( cdc_acm_poll_out = 0x4004a0b4 ); +PROVIDE ( cdc_acm_rx_fifo_cnt = 0x40049f40 ); +PROVIDE ( chip725_phyrom_version = 0x4003edec ); +PROVIDE ( chip_usb_detach = 0x4004a250 ); +PROVIDE ( chip_usb_dw_did_persist = 0x4004a0d0 ); +PROVIDE ( chip_usb_dw_init = 0x4004a104 ); +PROVIDE ( chip_usb_dw_prepare_persist = 0x4004a2cc ); +PROVIDE ( chip_usb_get_persist_flags = 0x4004a31c ); +PROVIDE ( chip_usb_set_persist_flags = 0x4004a32c ); +PROVIDE ( clear_super_wdt_reset_flag = 0x40045bc8 ); +PROVIDE ( co_default_bdaddr = 0x3fcef398 ); +PROVIDE ( co_null_bdaddr = 0x3ff077ec ); +PROVIDE ( co_phy_mask_to_rate = 0x3ff077d1 ); +PROVIDE ( co_phy_mask_to_value = 0x3ff077de ); +PROVIDE ( co_phy_to_rate = 0x3ff077e3 ); +PROVIDE ( co_phy_value_to_mask = 0x3ff077da ); +PROVIDE ( co_rate_to_byte_dur_us = 0x3ff077cc ); +PROVIDE ( co_rate_to_phy = 0x3ff077e7 ); +PROVIDE ( co_rate_to_phy_mask = 0x3ff077d6 ); +PROVIDE ( co_sca2ppm = 0x3ff077f2 ); +PROVIDE ( coef_B = 0x3ff0816c ); +PROVIDE ( connect_req_dur_tab = 0x3ff08d4c ); +PROVIDE ( context = 0x3fcee134 ); +PROVIDE ( cpio_destroy = 0x4004c76c ); +PROVIDE ( cpio_done = 0x4004c738 ); +PROVIDE ( cpio_feed = 0x4004c438 ); +PROVIDE ( cpio_start = 0x4004c3ec ); +PROVIDE ( crc16_be = 0x400477b8 ); +PROVIDE ( crc16_le = 0x4004777c ); +PROVIDE ( crc32_be = 0x40047748 ); +PROVIDE ( crc32_le = 0x40047714 ); +PROVIDE ( crc8_be = 0x40047828 ); +PROVIDE ( crc8_le = 0x400477f8 ); +PROVIDE ( dbg_sch_plan_act = 0x3fcef914 ); +PROVIDE ( dbg_sch_plan_move_id = 0x3fcef968 ); +PROVIDE ( dbg_state = 0x3fcef96a ); +PROVIDE ( dbg_trc_env = 0x3fcef970 ); +PROVIDE ( dbg_trc_tl_env = 0x3fcef978 ); +PROVIDE ( dbus_baseaddrs = 0x3ff0c4d4 ); +PROVIDE ( dfu_class_handle_req = 0x4004c0c0 ); +PROVIDE ( dfu_config_descr = 0x3ff0c1fa ); +PROVIDE ( dfu_cpio_callback = 0x4004a34c ); +PROVIDE ( dfu_custom_handle_req = 0x4004c338 ); +PROVIDE ( dfu_flash_attach = 0x4004c804 ); +PROVIDE ( dfu_flash_deinit = 0x4004c784 ); +PROVIDE ( dfu_flash_erase = 0x4004c78c ); +PROVIDE ( dfu_flash_init = 0x4004c774 ); +PROVIDE ( dfu_flash_program = 0x4004c7a0 ); +PROVIDE ( dfu_flash_read = 0x4004c7f4 ); +PROVIDE ( dfu_status_cb = 0x4004c2e4 ); +PROVIDE ( dfu_updater_begin = 0x4004a594 ); +PROVIDE ( dfu_updater_clear_err = 0x4004a550 ); +PROVIDE ( dfu_updater_enable = 0x4004a568 ); +PROVIDE ( dfu_updater_end = 0x4004a640 ); +PROVIDE ( dfu_updater_feed = 0x4004a5f4 ); +PROVIDE ( dfu_updater_flash_read = 0x4004a728 ); +PROVIDE ( dfu_updater_get_err = 0x4004a53c ); +PROVIDE ( dfu_updater_set_raw_addr = 0x4004a714 ); +PROVIDE ( dfu_usb_descriptors = 0x3ff0c198 ); +PROVIDE ( dh_group14_generator = 0x3ff0adf0 ); +PROVIDE ( dh_group14_prime = 0x3ff0acf0 ); +PROVIDE ( dh_group15_generator = 0x3ff0acef ); +PROVIDE ( dh_group15_prime = 0x3ff0ab6f ); +PROVIDE ( dh_group16_generator = 0x3ff0ab6e ); +PROVIDE ( dh_group16_prime = 0x3ff0a96e ); +PROVIDE ( dh_group17_generator = 0x3ff0a96d ); +PROVIDE ( dh_group17_prime = 0x3ff0a66d ); +PROVIDE ( dh_group18_generator = 0x3ff0a66c ); +PROVIDE ( dh_group18_prime = 0x3ff0a26c ); +PROVIDE ( dh_group1_generator = 0x3ff0af93 ); +PROVIDE ( dh_group1_prime = 0x3ff0af33 ); +PROVIDE ( dh_group2_generator = 0x3ff0af32 ); +PROVIDE ( dh_group2_prime = 0x3ff0aeb2 ); +PROVIDE ( dh_group5_generator = 0x3ff0aeb1 ); +PROVIDE ( dh_group5_prime = 0x3ff0adf1 ); +PROVIDE ( disable_default_watchdog = 0x40044e20 ); +PROVIDE ( dmadesc_rx = 0x3fcee150 ); +PROVIDE ( dmadesc_tx = 0x3fcee144 ); +PROVIDE ( dummy_len_plus = 0x3fcefc10 ); +PROVIDE ( ecc_Jacobian_InfinityPoint256 = 0x3ff08070 ); +PROVIDE ( ecc_env = 0x3fcef984 ); +PROVIDE ( em_base_reg_lut = 0x3ff08258 ); +PROVIDE ( esp_crc8 = 0x40047854 ); +PROVIDE ( esp_flash_chip_driver_initialized = 0x4004e88c ); +PROVIDE ( esp_flash_erase_chip = 0x4004e998 ); +PROVIDE ( esp_flash_erase_region = 0x4004ea00 ); +PROVIDE ( esp_flash_get_chip_write_protect = 0x4004eb70 ); +PROVIDE ( esp_flash_get_io_mode = 0x4004efa4 ); +PROVIDE ( esp_flash_get_protectable_regions = 0x4004ec00 ); +PROVIDE ( esp_flash_get_protected_region = 0x4004ec4c ); +PROVIDE ( esp_flash_get_size = 0x4004e938 ); +PROVIDE ( esp_flash_read = 0x4004ed7c ); +PROVIDE ( esp_flash_read_chip_id = 0x4004e8a0 ); +PROVIDE ( esp_flash_read_encrypted = 0x4004ef80 ); +PROVIDE ( esp_flash_read_id = 0x4004e8e8 ); +PROVIDE ( esp_flash_set_chip_write_protect = 0x4004ebb8 ); +PROVIDE ( esp_flash_set_io_mode = 0x4004effc ); +PROVIDE ( esp_flash_set_protected_region = 0x4004ecd4 ); +PROVIDE ( esp_flash_write = 0x4004ee74 ); +PROVIDE ( esp_flash_write_encrypted = 0x4004ef48 ); +PROVIDE ( esp_handler = 0x3fcef46c ); +PROVIDE ( esp_rom_config_pad_power_select = 0x4004de78 ); +PROVIDE ( esp_rom_flash_ecc_init = 0x4004deac ); +PROVIDE ( esp_rom_opiflash_cache_mode_config = 0x4004d744 ); +PROVIDE ( esp_rom_opiflash_erase_area = 0x40051acc ); +PROVIDE ( esp_rom_opiflash_erase_block_64k = 0x40051a9c ); +PROVIDE ( esp_rom_opiflash_erase_sector = 0x40051a68 ); +PROVIDE ( esp_rom_opiflash_exec_cmd = 0x400515e0 ); +PROVIDE ( esp_rom_opiflash_exit_continuous_read_mode = 0x4005168c ); +PROVIDE ( esp_rom_opiflash_lock_acquire_cb = 0x3fcefca8 ); +PROVIDE ( esp_rom_opiflash_lock_release_cb = 0x3fcefca4 ); +PROVIDE ( esp_rom_opiflash_mode_reset = 0x40051734 ); +PROVIDE ( esp_rom_opiflash_pin_config = 0x40050f58 ); +PROVIDE ( esp_rom_opiflash_rdcr2 = 0x40051898 ); +PROVIDE ( esp_rom_opiflash_rdsr = 0x400517d8 ); +PROVIDE ( esp_rom_opiflash_read = 0x40051bd4 ); +PROVIDE ( esp_rom_opiflash_read_id = 0x40051760 ); +PROVIDE ( esp_rom_opiflash_set_mode = 0x40051d58 ); +PROVIDE ( esp_rom_opiflash_soft_reset = 0x400516c8 ); +PROVIDE ( esp_rom_opiflash_wait_idle = 0x4005182c ); +PROVIDE ( esp_rom_opiflash_wrcr2 = 0x40051904 ); +PROVIDE ( esp_rom_opiflash_write = 0x40051d0c ); +PROVIDE ( esp_rom_spi_cmd_config = 0x40051390 ); +PROVIDE ( esp_rom_spi_cmd_start = 0x400512bc ); +PROVIDE ( esp_rom_spi_flash_auto_sus_res = 0x4004e75c ); +PROVIDE ( esp_rom_spi_flash_auto_wait_idle = 0x4004e68c ); +PROVIDE ( esp_rom_spi_flash_send_resume = 0x4004e6e0 ); +PROVIDE ( esp_rom_spi_flash_update_id = 0x4004de64 ); +PROVIDE ( esp_rom_spi_reset_rw_mode = 0x40051084 ); +PROVIDE ( esp_rom_spi_set_dtr_swap_mode = 0x40051274 ); +PROVIDE ( esp_rom_spi_set_op_mode = 0x400510e8 ); +PROVIDE ( esp_vendor_cmd = 0x3fcef4c0 ); +PROVIDE ( ets_aes_block = 0x40042ed0 ); +PROVIDE ( ets_aes_disable = 0x40042e30 ); +PROVIDE ( ets_aes_enable = 0x40042e04 ); +PROVIDE ( ets_aes_setkey = 0x40042e64 ); +PROVIDE ( ets_aes_setkey_dec = 0x40042eb0 ); +PROVIDE ( ets_aes_setkey_enc = 0x40042ea0 ); +PROVIDE ( ets_bigint_disable = 0x40043010 ); +PROVIDE ( ets_bigint_enable = 0x40042fc8 ); +PROVIDE ( ets_bigint_getz = 0x40043118 ); +PROVIDE ( ets_bigint_modexp = 0x400430d8 ); +PROVIDE ( ets_bigint_modmult = 0x400430b4 ); +PROVIDE ( ets_bigint_multiply = 0x40043050 ); +PROVIDE ( ets_bigint_wait_finish = 0x40043100 ); +PROVIDE ( ets_config_flash_by_image_hdr = 0x40046b10 ); +PROVIDE ( ets_delay_us = 0x40043148 ); +PROVIDE ( ets_ds_disable = 0x400431d0 ); +PROVIDE ( ets_ds_enable = 0x400431a4 ); +PROVIDE ( ets_ds_encrypt_params = 0x40043320 ); +PROVIDE ( ets_ds_finish_sign = 0x400432b8 ); +PROVIDE ( ets_ds_is_busy = 0x400431fc ); +PROVIDE ( ets_ds_start_sign = 0x4004322c ); +PROVIDE ( ets_ecc_flash_disable = 0x40054ef0 ); +PROVIDE ( ets_ecc_flash_disable_all = 0x40054f10 ); +PROVIDE ( ets_ecc_flash_enable = 0x40054eb4 ); +PROVIDE ( ets_ecc_flash_enable_all = 0x40054ed4 ); +PROVIDE ( ets_ecc_get_flash_byte_mode = 0x40054fc4 ); +PROVIDE ( ets_ecc_get_flash_page_size = 0x40054f30 ); +PROVIDE ( ets_ecc_get_flash_range = 0x40055008 ); +PROVIDE ( ets_ecc_get_sram_byte_mode = 0x4005514c ); +PROVIDE ( ets_ecc_get_sram_page_size = 0x400550a4 ); +PROVIDE ( ets_ecc_get_sram_range = 0x40055160 ); +PROVIDE ( ets_ecc_set_flash_byte_mode = 0x40054f90 ); +PROVIDE ( ets_ecc_set_flash_page_size = 0x40054f50 ); +PROVIDE ( ets_ecc_set_flash_range = 0x40054fd8 ); +PROVIDE ( ets_ecc_set_sram_byte_mode = 0x40055118 ); +PROVIDE ( ets_ecc_set_sram_page_size = 0x400550c0 ); +PROVIDE ( ets_ecc_set_sram_range = 0x40055180 ); +PROVIDE ( ets_ecc_sram_disable = 0x4005504c ); +PROVIDE ( ets_ecc_sram_disable_all = 0x40055088 ); +PROVIDE ( ets_ecc_sram_enable = 0x4005502c ); +PROVIDE ( ets_ecc_sram_enable_all = 0x4005506c ); +PROVIDE ( ets_efuse_cache_encryption_enabled = 0x40043cb8 ); +PROVIDE ( ets_efuse_clear_program_registers = 0x400436c0 ); +PROVIDE ( ets_efuse_count_unused_key_blocks = 0x40043884 ); +PROVIDE ( ets_efuse_download_modes_disabled = 0x40043b94 ); +PROVIDE ( ets_efuse_ecc_16to17_mode = 0x40043c68 ); +PROVIDE ( ets_efuse_ecc_en = 0x40043c78 ); +PROVIDE ( ets_efuse_ecc_flash_page_size = 0x40043c88 ); +PROVIDE ( ets_efuse_find_purpose = 0x400437e4 ); +PROVIDE ( ets_efuse_find_unused_key_block = 0x4004386c ); +PROVIDE ( ets_efuse_flash_octal_mode = 0x40043c48 ); +PROVIDE ( ets_efuse_flash_opi_5pads_power_sel_vddspi = 0x40043c38 ); +PROVIDE ( ets_efuse_force_send_resume = 0x40043c58 ); +PROVIDE ( ets_efuse_get_flash_delay_us = 0x40043cfc ); +PROVIDE ( ets_efuse_get_key_purpose = 0x40043770 ); +PROVIDE ( ets_efuse_get_mac = 0x40043d24 ); +PROVIDE ( ets_efuse_get_opiconfig = 0x40043ac8 ); +PROVIDE ( ets_efuse_get_read_register_address = 0x4004374c ); +PROVIDE ( ets_efuse_get_spiconfig = 0x40043a6c ); +PROVIDE ( ets_efuse_get_uart_print_channel = 0x40043bb4 ); +PROVIDE ( ets_efuse_get_uart_print_control = 0x40043ba4 ); +PROVIDE ( ets_efuse_get_wp_pad = 0x40043a10 ); +PROVIDE ( ets_efuse_jtag_disabled = 0x40043b5c ); +PROVIDE ( ets_efuse_key_block_unused = 0x40043810 ); +PROVIDE ( ets_efuse_legacy_spi_boot_mode_disabled = 0x40043cd8 ); +PROVIDE ( ets_efuse_program = 0x400436f4 ); +PROVIDE ( ets_efuse_read = 0x40043678 ); +PROVIDE ( ets_efuse_rs_calculate = 0x40043d58 ); +PROVIDE ( ets_efuse_secure_boot_aggressive_revoke_enabled = 0x40043ca8 ); +PROVIDE ( ets_efuse_secure_boot_enabled = 0x40043c98 ); +PROVIDE ( ets_efuse_security_download_modes_enabled = 0x40043bd4 ); +PROVIDE ( ets_efuse_set_timing = 0x40043648 ); +PROVIDE ( ets_efuse_usb_download_mode_disabled = 0x40043bf4 ); +PROVIDE ( ets_efuse_usb_force_nopersist = 0x40043c30 ); +PROVIDE ( ets_efuse_usb_module_disabled = 0x40043bc4 ); +PROVIDE ( ets_efuse_usb_use_ext_phy = 0x40043c20 ); +PROVIDE ( ets_efuse_write_key = 0x400438bc ); +PROVIDE ( ets_emsa_pss_verify = 0x40047554 ); +PROVIDE ( ets_get_apb_freq = 0x40046918 ); +PROVIDE ( ets_get_cpu_frequency = 0x40043170 ); +PROVIDE ( ets_get_printf_channel = 0x40045a28 ); +PROVIDE ( ets_get_stack_info = 0x40045118 ); +PROVIDE ( ets_get_xtal_div = 0x400468b8 ); +PROVIDE ( ets_get_xtal_freq = 0x400468f4 ); +PROVIDE ( ets_hmac_calculate_downstream = 0x400447b4 ); +PROVIDE ( ets_hmac_calculate_message = 0x400446b4 ); +PROVIDE ( ets_hmac_disable = 0x40044688 ); +PROVIDE ( ets_hmac_enable = 0x4004466c ); +PROVIDE ( ets_hmac_invalidate_downstream = 0x400447d4 ); +PROVIDE ( ets_install_lock = 0x40045980 ); +PROVIDE ( ets_install_putc1 = 0x40045990 ); +PROVIDE ( ets_install_putc2 = 0x400459b0 ); +PROVIDE ( ets_install_uart_printf = 0x400459a0 ); +PROVIDE ( ets_intr_count = 0x3fced910 ); +PROVIDE ( ets_intr_lock = 0x400447fc ); +PROVIDE ( ets_intr_unlock = 0x40044810 ); +PROVIDE ( ets_is_print_boot = 0x40044e50 ); +PROVIDE ( ets_isr_attach = 0x40044838 ); +PROVIDE ( ets_isr_mask = 0x40044848 ); +PROVIDE ( ets_isr_unmask = 0x40044854 ); +PROVIDE ( ets_jtag_enable_temporarily = 0x40043b14 ); +PROVIDE ( ets_loader_map_range = 0x40046a24 ); +PROVIDE ( ets_mgf1_sha256 = 0x400474ec ); +PROVIDE ( ets_printf = 0x400459c0 ); +PROVIDE ( ets_printf_lock = 0x3fcefcb4 ); +PROVIDE ( ets_printf_uart = 0x3fcefcac ); +PROVIDE ( ets_printf_unlock = 0x3fcefcb0 ); +PROVIDE ( ets_rsa_pss_verify = 0x40047660 ); +PROVIDE ( ets_run_flash_bootloader = 0x40046c38 ); +PROVIDE ( ets_secure_boot_read_key_digests = 0x40045da4 ); +PROVIDE ( ets_secure_boot_revoke_public_key_digest = 0x40045e54 ); +PROVIDE ( ets_secure_boot_verify_bootloader_with_keys = 0x400460a0 ); +PROVIDE ( ets_secure_boot_verify_signature = 0x40046024 ); +PROVIDE ( ets_secure_boot_verify_stage_bootloader = 0x4004637c ); +PROVIDE ( ets_set_appcpu_boot_addr = 0x40044e08 ); +PROVIDE ( ets_set_printf_channel = 0x40045a1c ); +PROVIDE ( ets_set_user_start = 0x40044df8 ); +PROVIDE ( ets_set_xtal_div = 0x400468d4 ); +PROVIDE ( ets_sha_clone = 0x40046618 ); +PROVIDE ( ets_sha_disable = 0x40046470 ); +PROVIDE ( ets_sha_enable = 0x40046444 ); +PROVIDE ( ets_sha_finish = 0x40046774 ); +PROVIDE ( ets_sha_get_state = 0x400465f0 ); +PROVIDE ( ets_sha_init = 0x4004649c ); +PROVIDE ( ets_sha_process = 0x40046644 ); +PROVIDE ( ets_sha_starts = 0x400464e4 ); +PROVIDE ( ets_sha_update = 0x400466b4 ); +PROVIDE ( ets_startup_callback = 0x3fced918 ); +PROVIDE ( ets_unpack_flash_code_legacy = 0x4004716c ); +PROVIDE ( ets_update_cpu_frequency = 0x40043164 ); +PROVIDE ( ets_vprintf = 0x4004551c ); +PROVIDE ( ets_waiti0 = 0x40044824 ); +PROVIDE ( ets_wdt_reset_cpu = 0x400551c0 ); +PROVIDE ( ets_write_char = 0x40045454 ); +PROVIDE ( ets_write_char_uart = 0x40045478 ); +PROVIDE ( event_empty = 0x3fcef5cc ); +PROVIDE ( fixed_tx_time = 0x3ff08d3c ); +PROVIDE ( flash2spiram_instruction_offset = 0x40052e14 ); +PROVIDE ( flash2spiram_rodata_offset = 0x40052e24 ); +PROVIDE ( flash_instr_rodata_end_page = 0x40052e4c ); +PROVIDE ( flash_instr_rodata_start_page = 0x40052e30 ); +PROVIDE ( flashchip = 0x3fcefbac ); +PROVIDE ( g_bt_plf_log_level = 0x3fcef394 ); +PROVIDE ( g_flash_guard_ops = 0x3fcefc34 ); +PROVIDE ( g_phyFuns = 0x3fcefce0 ); +PROVIDE ( g_phyFuns_instance = 0x3fcefce4 ); +PROVIDE ( g_rw_controller_task_handle = 0x3fcef8b8 ); +PROVIDE ( g_rw_init_sem = 0x3fcef8c0 ); +PROVIDE ( g_rw_schd_queue = 0x3fcef8bc ); +PROVIDE ( g_shared_buffers = 0x3fcd8004 ); +PROVIDE ( g_ticks_per_us = 0x3fcefcc0 ); +PROVIDE ( general_device_descr = 0x3fcef0b2 ); +PROVIDE ( get_id = 0x4004d0dc ); +PROVIDE ( gpio_bypass_matrix_in = 0x4005370c ); +PROVIDE ( gpio_input_get = 0x40053680 ); +PROVIDE ( gpio_input_get_high = 0x40053694 ); +PROVIDE ( gpio_matrix_in = 0x4005372c ); +PROVIDE ( gpio_matrix_out = 0x4005375c ); +PROVIDE ( gpio_output_disable = 0x400537dc ); +PROVIDE ( gpio_output_enable = 0x400537b0 ); +PROVIDE ( gpio_output_set = 0x4005361c ); +PROVIDE ( gpio_output_set_high = 0x40053654 ); +PROVIDE ( gpio_pad_hold = 0x40053950 ); +PROVIDE ( gpio_pad_input_disable = 0x400538ec ); +PROVIDE ( gpio_pad_input_enable = 0x400538c8 ); +PROVIDE ( gpio_pad_pulldown = 0x40053894 ); +PROVIDE ( gpio_pad_pullup = 0x40053860 ); +PROVIDE ( gpio_pad_select_gpio = 0x4005380c ); +PROVIDE ( gpio_pad_set_drv = 0x40053834 ); +PROVIDE ( gpio_pad_unhold = 0x40053918 ); +PROVIDE ( gpio_pin_wakeup_disable = 0x400536e0 ); +PROVIDE ( gpio_pin_wakeup_enable = 0x400536a8 ); +PROVIDE ( hci_acl_data_handler = 0x4000ed70 ); +PROVIDE ( hci_cmd_desc_root_tab = 0x3ff08434 ); +PROVIDE ( hci_cmd_desc_tab_ctrl_bb = 0x3ff08974 ); +PROVIDE ( hci_cmd_desc_tab_info_par = 0x3ff08944 ); +PROVIDE ( hci_cmd_desc_tab_le = 0x3ff0859c ); +PROVIDE ( hci_cmd_desc_tab_lk_ctrl = 0x3ff089e0 ); +PROVIDE ( hci_cmd_desc_tab_stat_par = 0x3ff08938 ); +PROVIDE ( hci_cmd_desc_tab_vs = 0x3ff08464 ); +PROVIDE ( hci_cmd_desc_tab_vs_esp = 0x3fcef3c4 ); +PROVIDE ( hci_dbg_llcp_discard_cmd_handler = 0x4000c3a0 ); +PROVIDE ( hci_dbg_send_llcp_cmd_handler = 0x4000f934 ); +PROVIDE ( hci_disconnect_cmd_handler = 0x4000c824 ); +PROVIDE ( hci_env = 0x3fcef99d ); +PROVIDE ( hci_evt_dbg_desc_tab = 0x3ff083e4 ); +PROVIDE ( hci_evt_desc_tab = 0x3ff083ec ); +PROVIDE ( hci_evt_le_desc_tab = 0x3ff08344 ); +PROVIDE ( hci_evt_le_desc_tab_esp = 0x3ff0833c ); +PROVIDE ( hci_ext_host = 0x3fcef99c ); +PROVIDE ( hci_le_add_dev_to_per_adv_list_cmd_handler = 0x4002ca68 ); +PROVIDE ( hci_le_clear_adv_sets_cmd_handler = 0x40028e6c ); +PROVIDE ( hci_le_clear_per_adv_list_cmd_handler = 0x4002cc74 ); +PROVIDE ( hci_le_con_upd_cmd_handler = 0x4000bbb8 ); +PROVIDE ( hci_le_create_con_cancel_cmd_handler = 0x4002b060 ); +PROVIDE ( hci_le_create_con_cmd_handler = 0x4002a914 ); +PROVIDE ( hci_le_ext_create_con_cmd_handler = 0x4002ac78 ); +PROVIDE ( hci_le_ltk_req_neg_reply_cmd_handler = 0x4000e278 ); +PROVIDE ( hci_le_ltk_req_reply_cmd_handler = 0x4000e1d8 ); +PROVIDE ( hci_le_per_adv_create_sync_cancel_cmd_handler = 0x4002c87c ); +PROVIDE ( hci_le_per_adv_create_sync_cmd_handler = 0x4002c710 ); +PROVIDE ( hci_le_per_adv_term_sync_cmd_handler = 0x4002c9dc ); +PROVIDE ( hci_le_rd_adv_ch_tx_pw_cmd_handler = 0x40026f30 ); +PROVIDE ( hci_le_rd_chnl_map_cmd_handler = 0x4000aaa4 ); +PROVIDE ( hci_le_rd_max_adv_data_len_cmd_handler = 0x40028d04 ); +PROVIDE ( hci_le_rd_nb_supp_adv_sets_cmd_handler = 0x40028d4c ); +PROVIDE ( hci_le_rd_per_adv_list_size_cmd_handler = 0x4002cd08 ); +PROVIDE ( hci_le_rd_phy_cmd_handler = 0x40010eb0 ); +PROVIDE ( hci_le_rd_rem_feats_cmd_handler = 0x4000e8f8 ); +PROVIDE ( hci_le_rem_con_param_req_neg_reply_cmd_handler = 0x4000bdd0 ); +PROVIDE ( hci_le_rem_con_param_req_reply_cmd_handler = 0x4000bd20 ); +PROVIDE ( hci_le_rmv_adv_set_cmd_handler = 0x40028dd0 ); +PROVIDE ( hci_le_rmv_dev_from_per_adv_list_cmd_handler = 0x4002cb7c ); +PROVIDE ( hci_le_set_adv_data_cmd_handler = 0x400271c0 ); +PROVIDE ( hci_le_set_adv_en_cmd_handler = 0x400273c8 ); +PROVIDE ( hci_le_set_adv_param_cmd_handler = 0x40026f94 ); +PROVIDE ( hci_le_set_adv_set_rand_addr_cmd_handler = 0x40027970 ); +PROVIDE ( hci_le_set_data_len_cmd_handler = 0x4000cf90 ); +PROVIDE ( hci_le_set_ext_adv_data_cmd_handler = 0x40027a2c ); +PROVIDE ( hci_le_set_ext_adv_en_cmd_handler = 0x40028038 ); +PROVIDE ( hci_le_set_ext_adv_param_cmd_handler = 0x4002768c ); +PROVIDE ( hci_le_set_ext_scan_en_cmd_handler = 0x4002c368 ); +PROVIDE ( hci_le_set_ext_scan_param_cmd_handler = 0x4002c1f0 ); +PROVIDE ( hci_le_set_ext_scan_rsp_data_cmd_handler = 0x40027d44 ); +PROVIDE ( hci_le_set_per_adv_data_cmd_handler = 0x40028844 ); +PROVIDE ( hci_le_set_per_adv_en_cmd_handler = 0x40028a88 ); +PROVIDE ( hci_le_set_per_adv_param_cmd_handler = 0x400286bc ); +PROVIDE ( hci_le_set_phy_cmd_handler = 0x40010f1c ); +PROVIDE ( hci_le_set_scan_en_cmd_handler = 0x4002bf34 ); +PROVIDE ( hci_le_set_scan_param_cmd_handler = 0x4002bda0 ); +PROVIDE ( hci_le_set_scan_rsp_data_cmd_handler = 0x400272c4 ); +PROVIDE ( hci_le_start_enc_cmd_handler = 0x4000e0dc ); +PROVIDE ( hci_rd_auth_payl_to_cmd_handler = 0x4000f0ec ); +PROVIDE ( hci_rd_rem_ver_info_cmd_handler = 0x4001157c ); +PROVIDE ( hci_rd_rssi_cmd_handler = 0x4000eb18 ); +PROVIDE ( hci_rd_tx_pwr_lvl_cmd_handler = 0x4000ea74 ); +PROVIDE ( hci_tl_env = 0x3fcef9c0 ); +PROVIDE ( hci_vs_set_pref_slave_evt_dur_cmd_handler = 0x4000ec04 ); +PROVIDE ( hci_vs_set_pref_slave_latency_cmd_handler = 0x4000ebb0 ); +PROVIDE ( hci_wr_auth_payl_to_cmd_handler = 0x4000f158 ); +PROVIDE ( hmac_md5 = 0x400378cc ); +PROVIDE ( hmac_md5_vector = 0x400377d4 ); +PROVIDE ( ibus_baseaddrs = 0x3ff0c4d8 ); +PROVIDE ( intr_matrix_set = 0x40044868 ); +PROVIDE ( jd_decomp = 0x40047e30 ); +PROVIDE ( jd_prepare = 0x400479e0 ); +PROVIDE ( jtag_appcpu_reset = 0x3fcefcc4 ); +PROVIDE ( jtag_cpu_reset_happened = 0x40045a78 ); +PROVIDE ( jtag_procpu_reset = 0x3fcefcc5 ); +PROVIDE ( ke_env = 0x3fcefa04 ); +PROVIDE ( ll_channel_map_ind_handler = 0x4000a934 ); +PROVIDE ( ll_connection_param_req_handler = 0x4000b9ec ); +PROVIDE ( ll_connection_param_rsp_handler = 0x4000bb0c ); +PROVIDE ( ll_connection_update_ind_handler = 0x4000b850 ); +PROVIDE ( ll_enc_req_handler = 0x4000de54 ); +PROVIDE ( ll_enc_rsp_handler = 0x4000df64 ); +PROVIDE ( ll_feature_req_handler = 0x4000e7d4 ); +PROVIDE ( ll_feature_rsp_handler = 0x4000e884 ); +PROVIDE ( ll_length_req_handler = 0x4000ce78 ); +PROVIDE ( ll_length_rsp_handler = 0x4000cefc ); +PROVIDE ( ll_min_used_channels_ind_handler = 0x4000aa08 ); +PROVIDE ( ll_pause_enc_req_handler = 0x4000dd50 ); +PROVIDE ( ll_pause_enc_rsp_handler = 0x4000dddc ); +PROVIDE ( ll_phy_req_handler = 0x40010c70 ); +PROVIDE ( ll_phy_rsp_handler = 0x40010d50 ); +PROVIDE ( ll_phy_update_ind_handler = 0x40010de8 ); +PROVIDE ( ll_ping_req_handler = 0x4000f0a8 ); +PROVIDE ( ll_ping_rsp_handler = 0x4000f0b8 ); +PROVIDE ( ll_slave_feature_req_handler = 0x4000e82c ); +PROVIDE ( ll_start_enc_req_handler = 0x4000e004 ); +PROVIDE ( ll_start_enc_rsp_handler = 0x4000e070 ); +PROVIDE ( ll_terminate_ind_handler = 0x4000c5b4 ); +PROVIDE ( ll_version_ind_handler = 0x4001150c ); +PROVIDE ( llc_auth_payl_nearly_to_handler = 0x4000f234 ); +PROVIDE ( llc_auth_payl_real_to_handler = 0x4000f2b0 ); +PROVIDE ( llc_encrypt_ind_handler = 0x4000e344 ); +PROVIDE ( llc_env = 0x3fcefa64 ); +PROVIDE ( llc_hci_command_handler_wrapper = 0x4000ed44 ); +PROVIDE ( llc_ll_connection_param_req_pdu_send = 0x4000ae9c ); +PROVIDE ( llc_ll_connection_param_rsp_pdu_send = 0x4000b220 ); +PROVIDE ( llc_ll_connection_update_ind_pdu_send = 0x4000ae58 ); +PROVIDE ( llc_ll_enc_req_pdu_send = 0x4000d2b0 ); +PROVIDE ( llc_ll_enc_rsp_pdu_send = 0x4000d304 ); +PROVIDE ( llc_ll_feature_req_pdu_send = 0x4000e574 ); +PROVIDE ( llc_ll_feature_rsp_pdu_send = 0x4000e5cc ); +PROVIDE ( llc_ll_length_req_pdu_send = 0x4000c99c ); +PROVIDE ( llc_ll_length_rsp_pdu_send = 0x4000c9c8 ); +PROVIDE ( llc_ll_pause_enc_req_pdu_send = 0x4000d270 ); +PROVIDE ( llc_ll_pause_enc_rsp_pdu_send = 0x4000d290 ); +PROVIDE ( llc_ll_phy_req_pdu_send = 0x40010268 ); +PROVIDE ( llc_ll_phy_rsp_pdu_send = 0x40010290 ); +PROVIDE ( llc_ll_ping_req_pdu_send = 0x4000efc4 ); +PROVIDE ( llc_ll_ping_rsp_pdu_send = 0x4000f088 ); +PROVIDE ( llc_ll_start_enc_req_pdu_send = 0x4000d348 ); +PROVIDE ( llc_ll_start_enc_rsp_pdu_send = 0x4000d368 ); +PROVIDE ( llc_ll_terminate_ind_pdu_send = 0x4000c444 ); +PROVIDE ( llc_ll_unknown_rsp_pdu_send = 0x4000f460 ); +PROVIDE ( llc_llcp_ch_map_update_ind_pdu_send = 0x4000a718 ); +PROVIDE ( llc_llcp_phy_upd_ind_pdu_send = 0x40010584 ); +PROVIDE ( llc_llcp_version_ind_pdu_send = 0x400112cc ); +PROVIDE ( llc_op_ch_map_upd_ind_handler = 0x4000ab10 ); +PROVIDE ( llc_op_con_upd_ind_handler = 0x4000be4c ); +PROVIDE ( llc_op_disconnect_ind_handler = 0x4000c744 ); +PROVIDE ( llc_op_dl_upd_ind_handler = 0x4000d0c8 ); +PROVIDE ( llc_op_encrypt_ind_handler = 0x4000e4e8 ); +PROVIDE ( llc_op_feats_exch_ind_handler = 0x4000e9dc ); +PROVIDE ( llc_op_le_ping_ind_handler = 0x4000f1c4 ); +PROVIDE ( llc_op_phy_upd_ind_handler = 0x400110d4 ); +PROVIDE ( llc_op_ver_exch_ind_handler = 0x4001147c ); +PROVIDE ( llc_stopped_ind_handler = 0x4000c6e8 ); +PROVIDE ( lld_acl_rx_ind_handler = 0x4000ee78 ); +PROVIDE ( lld_acl_tx_cfm_handler = 0x4000ef4c ); +PROVIDE ( lld_adv_end_ind_handler = 0x40028fd4 ); +PROVIDE ( lld_adv_rep_ind_handler = 0x4002cfb0 ); +PROVIDE ( lld_ch_map_upd_cfm_handler = 0x4000ac18 ); +PROVIDE ( lld_con_estab_ind_handler = 0x4000c048 ); +PROVIDE ( lld_con_evt_sd_evt_time_set = 0x4001aa08 ); +PROVIDE ( lld_con_offset_upd_ind_handler = 0x4000c100 ); +PROVIDE ( lld_con_param_upd_cfm_handler = 0x4000bf50 ); +PROVIDE ( lld_disc_ind_handler = 0x4000c608 ); +PROVIDE ( lld_exp_sync_pos_tab = 0x3fcefa90 ); +PROVIDE ( lld_init_end_ind_handler = 0x4002b140 ); +PROVIDE ( lld_init_max_aux_dur_tab = 0x3ff08d54 ); +PROVIDE ( lld_llcp_rx_ind_handler_wrapper = 0x4000f88c ); +PROVIDE ( lld_llcp_tx_cfm_handler = 0x4000f8ac ); +PROVIDE ( lld_per_adv_end_ind_handler = 0x40029710 ); +PROVIDE ( lld_per_adv_rep_ind_handler = 0x4002d5e4 ); +PROVIDE ( lld_per_adv_rx_end_ind_handler = 0x4002d9c0 ); +PROVIDE ( lld_phy_coded_500k_get = 0x4001d76c ); +PROVIDE ( lld_phy_upd_cfm_handler = 0x400111cc ); +PROVIDE ( lld_rpa_renew_env = 0x3fcefa8c ); +PROVIDE ( lld_scan_end_ind_handler = 0x4002dbc4 ); +PROVIDE ( lld_scan_map_legacy_pdu_to_evt_type = 0x3ff08d64 ); +PROVIDE ( lld_scan_max_aux_dur_tab = 0x3ff08d6c ); +PROVIDE ( lld_scan_req_ind_handler = 0x40028f2c ); +PROVIDE ( lld_sync_env = 0x3fcefaa0 ); +PROVIDE ( lld_sync_max_aux_dur_tab = 0x3ff08d74 ); +PROVIDE ( lld_sync_start_req_handler = 0x4002d4d0 ); +PROVIDE ( lld_test_end_ind_handler = 0x4002ddb8 ); +PROVIDE ( lld_update_rxbuf_handler = 0x4001e69c ); +PROVIDE ( lldesc_build_chain = 0x4003c774 ); +PROVIDE ( lldesc_num2link = 0x4003c864 ); +PROVIDE ( lldesc_set_owner = 0x4003c890 ); +PROVIDE ( lldesc_setup = 0x400543c8 ); +PROVIDE ( llm_ch_map_update_ind_handler = 0x4000ab84 ); +PROVIDE ( llm_hci_command_handler_wrapper = 0x4002a8e8 ); +PROVIDE ( llm_scan_period_to_handler = 0x4002cedc ); +PROVIDE ( mac_addr_to_serial_str_desc = 0x4004b6f8 ); +PROVIDE ( main = 0x40045170 ); +PROVIDE ( maxSecretKey_256 = 0x3ff081f8 ); +PROVIDE ( max_data_tx_time = 0x3ff08d34 ); +PROVIDE ( md5_vector = 0x400377a8 ); +PROVIDE ( memspi_host_erase_block = 0x4004ca10 ); +PROVIDE ( memspi_host_erase_chip = 0x4004c9c8 ); +PROVIDE ( memspi_host_erase_sector = 0x4004c9e8 ); +PROVIDE ( memspi_host_flush_cache = 0x4004c9ac ); +PROVIDE ( memspi_host_program_page = 0x4004ca38 ); +PROVIDE ( memspi_host_read = 0x4004ca64 ); +PROVIDE ( memspi_host_read_data_slicer = 0x4004cae8 ); +PROVIDE ( memspi_host_read_id_hs = 0x4004c90c ); +PROVIDE ( memspi_host_read_status_hs = 0x4004c974 ); +PROVIDE ( memspi_host_set_write_protect = 0x4004ca90 ); +PROVIDE ( memspi_host_write_data_slicer = 0x4004cab8 ); +PROVIDE ( multofup = 0x40056664 ); +PROVIDE ( must_reset = 0x3fcef34c ); +PROVIDE ( mz_adler32 = 0x400352c4 ); +PROVIDE ( mz_crc32 = 0x4003538c ); +PROVIDE ( mz_free = 0x400353d8 ); +PROVIDE ( one_bits = 0x3ff07802 ); +PROVIDE ( opi_flash_conf_cmd = 0x400515a0 ); +PROVIDE ( opi_flash_cpu_read = 0x40051b4c ); +PROVIDE ( opi_flash_erase_internal = 0x40051a04 ); +PROVIDE ( opi_flash_page_program_internal = 0x40051c18 ); +PROVIDE ( opi_flash_set_lock_func = 0x40051590 ); +PROVIDE ( opi_flash_wren = 0x40051874 ); +PROVIDE ( p_ble_util_buf_env = 0x3fcef8e0 ); +PROVIDE ( p_dbg_trc_mem_env = 0x3fcef96c ); +PROVIDE ( p_lld_env = 0x3fcefa98 ); +PROVIDE ( p_llm_env = 0x3fcefac8 ); +PROVIDE ( phy_get_romfuncs = 0x4003edd0 ); +PROVIDE ( print_other_reset_reason = 0x400450e4 ); +PROVIDE ( privacy_en = 0x3fcef3f4 ); +PROVIDE ( r_Add2SelfBigHex256 = 0x400041e0 ); +PROVIDE ( r_AddBigHex256 = 0x40004128 ); +PROVIDE ( r_AddBigHexModP256 = 0x4000417c ); +PROVIDE ( r_AddP256 = 0x400042c4 ); +PROVIDE ( r_AddPdiv2_256 = 0x400042f4 ); +PROVIDE ( r_GF_Jacobian_Point_Addition256 = 0x400049d0 ); +PROVIDE ( r_GF_Jacobian_Point_Double256 = 0x40004f54 ); +PROVIDE ( r_GF_Point_Jacobian_To_Affine256 = 0x400051b0 ); +PROVIDE ( r_MultiplyBigHexByUint32_256 = 0x400047fc ); +PROVIDE ( r_MultiplyBigHexModP256 = 0x40004698 ); +PROVIDE ( r_MultiplyByU16ModP256 = 0x40004948 ); +PROVIDE ( r_SubtractBigHex256 = 0x40004224 ); +PROVIDE ( r_SubtractBigHexMod256 = 0x400044c4 ); +PROVIDE ( r_SubtractBigHexUint32_256 = 0x40004630 ); +PROVIDE ( r_SubtractFromSelfBigHex256 = 0x40004278 ); +PROVIDE ( r_SubtractFromSelfBigHexSign256 = 0x400043d4 ); +PROVIDE ( r_aes_alloc = 0x40000e78 ); +PROVIDE ( r_aes_ccm_continue = 0x400005e0 ); +PROVIDE ( r_aes_ccm_process_e = 0x400006f8 ); +PROVIDE ( r_aes_ccm_xor_128_lsb = 0x4000056c ); +PROVIDE ( r_aes_ccm_xor_128_msb = 0x400005a4 ); +PROVIDE ( r_aes_cmac_continue = 0x400009b8 ); +PROVIDE ( r_aes_cmac_start = 0x4000097c ); +PROVIDE ( r_aes_k1_continue = 0x40000b20 ); +PROVIDE ( r_aes_k2_continue = 0x40000ba8 ); +PROVIDE ( r_aes_k3_continue = 0x40000d1c ); +PROVIDE ( r_aes_k4_continue = 0x40000da0 ); +PROVIDE ( r_aes_shift_left_128 = 0x40001000 ); +PROVIDE ( r_aes_start = 0x40000e98 ); +PROVIDE ( r_aes_xor_128 = 0x40000fd8 ); +PROVIDE ( r_assert_err = 0x4000106c ); +PROVIDE ( r_assert_param = 0x400010b8 ); +PROVIDE ( r_assert_warn = 0x40001104 ); +PROVIDE ( r_bigHexInversion256 = 0x40005248 ); +PROVIDE ( r_ble_sw_cca_check_isr = 0x4002ebb8 ); +PROVIDE ( r_ble_util_buf_acl_tx_alloc = 0x400015c4 ); +PROVIDE ( r_ble_util_buf_acl_tx_elt_get = 0x40001668 ); +PROVIDE ( r_ble_util_buf_acl_tx_free = 0x400016a4 ); +PROVIDE ( r_ble_util_buf_acl_tx_free_in_isr = 0x40001734 ); +PROVIDE ( r_ble_util_buf_adv_tx_alloc = 0x400017b4 ); +PROVIDE ( r_ble_util_buf_adv_tx_free = 0x40001828 ); +PROVIDE ( r_ble_util_buf_adv_tx_free_in_isr = 0x40001894 ); +PROVIDE ( r_ble_util_buf_env_deinit = 0x40001260 ); +PROVIDE ( r_ble_util_buf_env_init = 0x40001240 ); +PROVIDE ( r_ble_util_buf_get_rx_buf_nb = 0x40001280 ); +PROVIDE ( r_ble_util_buf_get_rx_buf_size = 0x40001290 ); +PROVIDE ( r_ble_util_buf_llcp_tx_alloc = 0x40001308 ); +PROVIDE ( r_ble_util_buf_llcp_tx_free = 0x40001334 ); +PROVIDE ( r_ble_util_buf_rx_alloc = 0x40001420 ); +PROVIDE ( r_ble_util_buf_rx_alloc_in_isr = 0x40001508 ); +PROVIDE ( r_ble_util_buf_rx_free = 0x40001480 ); +PROVIDE ( r_ble_util_buf_rx_free_in_isr = 0x40001564 ); +PROVIDE ( r_ble_util_buf_set_rx_buf_nb = 0x400012a8 ); +PROVIDE ( r_ble_util_buf_set_rx_buf_size = 0x400012dc ); +PROVIDE ( r_ble_util_data_rx_buf_reset = 0x400013a0 ); +PROVIDE ( r_bt_bb_get_intr_mask = 0x400093e8 ); +PROVIDE ( r_bt_bb_intr_clear = 0x400093d8 ); +PROVIDE ( r_bt_bb_intr_mask_set = 0x400093c4 ); +PROVIDE ( r_bt_bb_isr = 0x4000940c ); +PROVIDE ( r_bt_rf_coex_cfg_set = 0x4002e4f4 ); +PROVIDE ( r_bt_rf_coex_conn_dynamic_pti_en_get = 0x4002e57c ); +PROVIDE ( r_bt_rf_coex_conn_phy_coded_data_time_limit_en_get = 0x4002e60c ); +PROVIDE ( r_bt_rf_coex_ext_adv_dynamic_pti_en_get = 0x4002e5d4 ); +PROVIDE ( r_bt_rf_coex_ext_scan_dynamic_pti_en_get = 0x4002e598 ); +PROVIDE ( r_bt_rf_coex_legacy_adv_dynamic_pti_en_get = 0x4002e560 ); +PROVIDE ( r_bt_rf_coex_per_adv_dynamic_pti_en_get = 0x4002e5f0 ); +PROVIDE ( r_bt_rf_coex_pti_table_get = 0x4002e62c ); +PROVIDE ( r_bt_rf_coex_st_param_get = 0x4002e544 ); +PROVIDE ( r_bt_rf_coex_st_param_set = 0x4002e520 ); +PROVIDE ( r_bt_rf_coex_sync_scan_dynamic_pti_en_get = 0x4002e5b4 ); +PROVIDE ( r_bt_rma_apply_rule_cs_fmt = 0x4002e840 ); +PROVIDE ( r_bt_rma_apply_rule_cs_idx = 0x4002e910 ); +PROVIDE ( r_bt_rma_configure = 0x4002e764 ); +PROVIDE ( r_bt_rma_deregister_rule_cs_fmt = 0x4002e7f8 ); +PROVIDE ( r_bt_rma_deregister_rule_cs_idx = 0x4002e8d4 ); +PROVIDE ( r_bt_rma_get_ant_by_act = 0x4002e948 ); +PROVIDE ( r_bt_rma_init = 0x4002e74c ); +PROVIDE ( r_bt_rma_register_rule_cs_fmt = 0x4002e798 ); +PROVIDE ( r_bt_rma_register_rule_cs_idx = 0x4002e884 ); +PROVIDE ( r_bt_rtp_apply_rule_cs_fmt = 0x4002ea50 ); +PROVIDE ( r_bt_rtp_apply_rule_cs_idx = 0x4002eb10 ); +PROVIDE ( r_bt_rtp_deregister_rule_cs_fmt = 0x4002ea08 ); +PROVIDE ( r_bt_rtp_deregister_rule_cs_idx = 0x4002ead4 ); +PROVIDE ( r_bt_rtp_get_txpwr_idx_by_act = 0x4002eb40 ); +PROVIDE ( r_bt_rtp_init = 0x4002e9a0 ); +PROVIDE ( r_bt_rtp_register_rule_cs_fmt = 0x4002e9b4 ); +PROVIDE ( r_bt_rtp_register_rule_cs_idx = 0x4002ea8c ); +PROVIDE ( r_btdm_isr = 0x4000948c ); +PROVIDE ( r_btdm_task_post = 0x40031f44 ); +PROVIDE ( r_btdm_task_post_from_isr = 0x40031f00 ); +PROVIDE ( r_btdm_task_recycle = 0x40031fc0 ); +PROVIDE ( r_cali_phase_match_p = 0x40001af8 ); +PROVIDE ( r_cmp_abs_time = 0x4000a31c ); +PROVIDE ( r_cmp_dest_id = 0x40009de0 ); +PROVIDE ( r_cmp_timer_id = 0x4000a340 ); +PROVIDE ( r_co_bdaddr_compare = 0x400020ac ); +PROVIDE ( r_co_ble_pkt_dur_in_us = 0x400025e8 ); +PROVIDE ( r_co_bytes_to_string = 0x40002074 ); +PROVIDE ( r_co_list_extract = 0x40001d88 ); +PROVIDE ( r_co_list_extract_after = 0x40001e28 ); +PROVIDE ( r_co_list_extract_sublist = 0x40001eac ); +PROVIDE ( r_co_list_find = 0x40001ef0 ); +PROVIDE ( r_co_list_init = 0x40001c4c ); +PROVIDE ( r_co_list_insert_after = 0x40001fa8 ); +PROVIDE ( r_co_list_insert_before = 0x40001f50 ); +PROVIDE ( r_co_list_merge = 0x40001f0c ); +PROVIDE ( r_co_list_pool_init = 0x40001c60 ); +PROVIDE ( r_co_list_pop_front = 0x40001d64 ); +PROVIDE ( r_co_list_push_back = 0x40001c94 ); +PROVIDE ( r_co_list_push_back_sublist = 0x40001cd8 ); +PROVIDE ( r_co_list_push_front = 0x40001d30 ); +PROVIDE ( r_co_list_size = 0x40002000 ); +PROVIDE ( r_co_nb_good_le_channels = 0x400020d0 ); +PROVIDE ( r_co_util_pack = 0x4000210c ); +PROVIDE ( r_co_util_read_array_size = 0x40002020 ); +PROVIDE ( r_co_util_unpack = 0x4000236c ); +PROVIDE ( r_dbg_env_deinit = 0x40002650 ); +PROVIDE ( r_dbg_env_init = 0x4000263c ); +PROVIDE ( r_dbg_esp_vendor_hci_command_handler = 0x40002fcc ); +PROVIDE ( r_dbg_hci_cmd_handler_tab_p_get = 0x40002fa8 ); +PROVIDE ( r_dbg_hci_command_handler = 0x40003010 ); +PROVIDE ( r_dbg_init = 0x40002664 ); +PROVIDE ( r_dbg_msg_handler_tab_p_get = 0x40003088 ); +PROVIDE ( r_dbg_platform_reset_complete = 0x400026a8 ); +PROVIDE ( r_dbg_register_esp_vendor_cmd_handler = 0x40002fb8 ); +PROVIDE ( r_dbg_sch_plan_move = 0x40002f98 ); +PROVIDE ( r_dbg_swdiag_init = 0x4000276c ); +PROVIDE ( r_dbg_swdiag_read = 0x400027a4 ); +PROVIDE ( r_dbg_swdiag_update = 0x400026f8 ); +PROVIDE ( r_dbg_swdiag_write = 0x400027cc ); +PROVIDE ( r_dbg_trc_cfg_received = 0x4000405c ); +PROVIDE ( r_dbg_trc_ke_evt_cbk = 0x40003248 ); +PROVIDE ( r_dbg_trc_mem_alloc = 0x400030e4 ); +PROVIDE ( r_dbg_trc_mem_dealloc = 0x400031dc ); +PROVIDE ( r_dbg_trc_mem_read = 0x4000318c ); +PROVIDE ( r_dbg_trc_mem_writing_allowed = 0x40003094 ); +PROVIDE ( r_dbg_trc_pay_buff_get = 0x400040d0 ); +PROVIDE ( r_dbg_trc_req_acl_rx_pdu = 0x40003dac ); +PROVIDE ( r_dbg_trc_req_acl_tx_pdu = 0x40003e08 ); +PROVIDE ( r_dbg_trc_req_adv_rx_pdu = 0x40003974 ); +PROVIDE ( r_dbg_trc_req_adv_tx_pdu = 0x400039fc ); +PROVIDE ( r_dbg_trc_req_cs_ble = 0x400035c4 ); +PROVIDE ( r_dbg_trc_req_custom = 0x40003ed0 ); +PROVIDE ( r_dbg_trc_req_deep_sleep = 0x400033f8 ); +PROVIDE ( r_dbg_trc_req_et_prog = 0x400034b0 ); +PROVIDE ( r_dbg_trc_req_evt_cnt = 0x40003524 ); +PROVIDE ( r_dbg_trc_req_frm_cmp = 0x40003568 ); +PROVIDE ( r_dbg_trc_req_hci_cmd = 0x400038c8 ); +PROVIDE ( r_dbg_trc_req_hci_evt = 0x4000391c ); +PROVIDE ( r_dbg_trc_req_init_rx_pdu = 0x40003ae0 ); +PROVIDE ( r_dbg_trc_req_init_tx_pdu = 0x40003b74 ); +PROVIDE ( r_dbg_trc_req_ke_evt = 0x40003360 ); +PROVIDE ( r_dbg_trc_req_ke_msg_handled = 0x400032ac ); +PROVIDE ( r_dbg_trc_req_ke_msg_send = 0x40003268 ); +PROVIDE ( r_dbg_trc_req_ke_tmr = 0x40003304 ); +PROVIDE ( r_dbg_trc_req_l2cap = 0x400036b0 ); +PROVIDE ( r_dbg_trc_req_l2cap_ack = 0x40003710 ); +PROVIDE ( r_dbg_trc_req_llc_state_trans = 0x40003878 ); +PROVIDE ( r_dbg_trc_req_llcp = 0x40003664 ); +PROVIDE ( r_dbg_trc_req_mem = 0x4000339c ); +PROVIDE ( r_dbg_trc_req_rx_desc = 0x40003610 ); +PROVIDE ( r_dbg_trc_req_scan_rx_pdu = 0x40003c0c ); +PROVIDE ( r_dbg_trc_req_scan_tx_pdu = 0x40003cc8 ); +PROVIDE ( r_dbg_trc_req_sch_arb = 0x400037bc ); +PROVIDE ( r_dbg_trc_req_sch_arb_insert = 0x40003754 ); +PROVIDE ( r_dbg_trc_req_sch_arb_shift = 0x40003800 ); +PROVIDE ( r_dbg_trc_req_sw_ass = 0x40003428 ); +PROVIDE ( r_dbg_trc_tx_done = 0x40004014 ); +PROVIDE ( r_dbg_trc_tx_start = 0x40003fb8 ); +PROVIDE ( r_dbg_trc_tx_trigger = 0x40004040 ); +PROVIDE ( r_dl_upd_proc_start = 0x4000d160 ); +PROVIDE ( r_dump_data = 0x40001144 ); +PROVIDE ( r_ecc_abort_key256_generation = 0x40005fec ); +PROVIDE ( r_ecc_gen_new_public_key = 0x4000604c ); +PROVIDE ( r_ecc_gen_new_secret_key = 0x40006070 ); +PROVIDE ( r_ecc_generate_key256 = 0x40005d18 ); +PROVIDE ( r_ecc_get_debug_Keys = 0x4000618c ); +PROVIDE ( r_ecc_init = 0x40005ca4 ); +PROVIDE ( r_ecc_is_valid_point = 0x40005930 ); +PROVIDE ( r_ecc_multiplication_event_handler = 0x40005a64 ); +PROVIDE ( r_ecc_point_multiplication_win_256 = 0x400054dc ); +PROVIDE ( r_emi_alloc_em_mapping_by_offset = 0x40006534 ); +PROVIDE ( r_emi_base_reg_lut_show = 0x400062b8 ); +PROVIDE ( r_emi_em_base_reg_show = 0x40006258 ); +PROVIDE ( r_emi_free_em_mapping_by_offset = 0x400066f0 ); +PROVIDE ( r_emi_get_em_mapping_idx_by_offset = 0x400063d8 ); +PROVIDE ( r_emi_get_mem_addr_by_offset = 0x40006300 ); +PROVIDE ( r_emi_overwrite_em_mapping_by_offset = 0x40006424 ); +PROVIDE ( r_flash_env_deinit = 0x4000696c ); +PROVIDE ( r_flash_env_init = 0x4000693c ); +PROVIDE ( r_flash_erase = 0x40006a34 ); +PROVIDE ( r_flash_identify = 0x400069d4 ); +PROVIDE ( r_flash_init = 0x40006990 ); +PROVIDE ( r_flash_read = 0x40006a9c ); +PROVIDE ( r_flash_unlock = 0x40006928 ); +PROVIDE ( r_flash_unlocksector = 0x40006920 ); +PROVIDE ( r_flash_write = 0x40006a68 ); +PROVIDE ( r_flash_writebyte = 0x40006904 ); +PROVIDE ( r_get_stack_usage = 0x4000118c ); +PROVIDE ( r_h4tl_acl_hdr_rx_evt_handler = 0x40007074 ); +PROVIDE ( r_h4tl_cmd_hdr_rx_evt_handler = 0x40006fb0 ); +PROVIDE ( r_h4tl_cmd_pld_rx_evt_handler = 0x4000702c ); +PROVIDE ( r_h4tl_eif_io_event_post = 0x40006234 ); +PROVIDE ( r_h4tl_eif_p = 0x3fcef474 ); +PROVIDE ( r_h4tl_eif_register = 0x400061dc ); +PROVIDE ( r_h4tl_init = 0x400070f8 ); +PROVIDE ( r_h4tl_out_of_sync = 0x40006bac ); +PROVIDE ( r_h4tl_out_of_sync_check = 0x40006c04 ); +PROVIDE ( r_h4tl_read_hdr = 0x40006b3c ); +PROVIDE ( r_h4tl_read_next_out_of_sync = 0x40006b88 ); +PROVIDE ( r_h4tl_read_payl = 0x40006b68 ); +PROVIDE ( r_h4tl_read_start = 0x40006b10 ); +PROVIDE ( r_h4tl_rx_acl_hdr_extract = 0x40006aec ); +PROVIDE ( r_h4tl_rx_cmd_hdr_extract = 0x40006ad0 ); +PROVIDE ( r_h4tl_rx_done = 0x40006d84 ); +PROVIDE ( r_h4tl_start = 0x40007200 ); +PROVIDE ( r_h4tl_stop = 0x40007210 ); +PROVIDE ( r_h4tl_tx_done = 0x40006cb0 ); +PROVIDE ( r_h4tl_tx_evt_handler = 0x40006cec ); +PROVIDE ( r_h4tl_write = 0x40007170 ); +PROVIDE ( r_hci_acl_tx_data_alloc = 0x400092a8 ); +PROVIDE ( r_hci_acl_tx_data_received = 0x40009344 ); +PROVIDE ( r_hci_basic_cmd_send_2_controller = 0x400082b0 ); +PROVIDE ( r_hci_ble_adv_report_filter_check = 0x40008420 ); +PROVIDE ( r_hci_ble_adv_report_tx_check = 0x4000866c ); +PROVIDE ( r_hci_ble_conhdl_register = 0x400082dc ); +PROVIDE ( r_hci_ble_conhdl_unregister = 0x40008334 ); +PROVIDE ( r_hci_build_acl_data = 0x40008b60 ); +PROVIDE ( r_hci_build_cc_evt = 0x40008854 ); +PROVIDE ( r_hci_build_cs_evt = 0x40008820 ); +PROVIDE ( r_hci_build_dbg_evt = 0x400089f4 ); +PROVIDE ( r_hci_build_evt = 0x40008918 ); +PROVIDE ( r_hci_build_le_evt = 0x40008aa4 ); +PROVIDE ( r_hci_cmd_get_max_param_size = 0x40009030 ); +PROVIDE ( r_hci_cmd_received = 0x40009054 ); +PROVIDE ( r_hci_cmd_reject = 0x400086f8 ); +PROVIDE ( r_hci_evt_mask_check = 0x40007f28 ); +PROVIDE ( r_hci_evt_mask_set = 0x40008394 ); +PROVIDE ( r_hci_fc_acl_buf_size_set = 0x40007260 ); +PROVIDE ( r_hci_fc_acl_en = 0x40007280 ); +PROVIDE ( r_hci_fc_acl_packet_sent = 0x400072c0 ); +PROVIDE ( r_hci_fc_check_host_available_nb_acl_packets = 0x400072fc ); +PROVIDE ( r_hci_fc_host_nb_acl_pkts_complete = 0x400072d8 ); +PROVIDE ( r_hci_fc_init = 0x4000724c ); +PROVIDE ( r_hci_look_for_cmd_desc = 0x40007e1c ); +PROVIDE ( r_hci_look_for_dbg_evt_desc = 0x40007ec8 ); +PROVIDE ( r_hci_look_for_evt_desc = 0x40007e9c ); +PROVIDE ( r_hci_look_for_le_evt_desc = 0x40007ee0 ); +PROVIDE ( r_hci_look_for_le_evt_desc_esp = 0x40007f0c ); +PROVIDE ( r_hci_pack_bytes = 0x40007de4 ); +PROVIDE ( r_hci_register_vendor_desc_tab = 0x40007dd0 ); +PROVIDE ( r_hci_send_2_controller = 0x400081d0 ); +PROVIDE ( r_hci_send_2_host = 0x40007fe4 ); +PROVIDE ( r_hci_tl_c2h_data_flow_on = 0x40008dfc ); +PROVIDE ( r_hci_tl_cmd_hdr_rx_evt_handler = 0x40008ec8 ); +PROVIDE ( r_hci_tl_cmd_pld_rx_evt_handler = 0x40008f1c ); +PROVIDE ( r_hci_tl_get_pkt = 0x40008ebc ); +PROVIDE ( r_hci_tl_hci_pkt_handler = 0x40008f74 ); +PROVIDE ( r_hci_tl_hci_tx_done_evt_handler = 0x40009010 ); +PROVIDE ( r_hci_tl_inc_nb_h2c_cmd_pkts = 0x40008e6c ); +PROVIDE ( r_hci_tl_save_pkt = 0x40008e88 ); +PROVIDE ( r_hci_tl_send = 0x40008e14 ); +PROVIDE ( r_hci_tx_done = 0x40008d1c ); +PROVIDE ( r_hci_tx_start = 0x40008b90 ); +PROVIDE ( r_hci_tx_trigger = 0x40008de0 ); +PROVIDE ( r_hli_funcs_p = 0x3fcef4c8 ); +PROVIDE ( r_ip_funcs_p = 0x3fcef4cc ); +PROVIDE ( r_isValidSecretKey_256 = 0x400040dc ); +PROVIDE ( r_ke_check_malloc = 0x40009740 ); +PROVIDE ( r_ke_event_callback_set = 0x400094d4 ); +PROVIDE ( r_ke_event_clear = 0x40009568 ); +PROVIDE ( r_ke_event_flush = 0x4000960c ); +PROVIDE ( r_ke_event_get = 0x400095b4 ); +PROVIDE ( r_ke_event_get_all = 0x40009600 ); +PROVIDE ( r_ke_event_init = 0x400094bc ); +PROVIDE ( r_ke_event_schedule = 0x4000961c ); +PROVIDE ( r_ke_event_set = 0x4000950c ); +PROVIDE ( r_ke_flush = 0x40009d4c ); +PROVIDE ( r_ke_free = 0x400099b4 ); +PROVIDE ( r_ke_get_max_mem_usage = 0x40009b9c ); +PROVIDE ( r_ke_get_mem_usage = 0x40009b74 ); +PROVIDE ( r_ke_handler_search = 0x40009e54 ); +PROVIDE ( r_ke_init = 0x40009cf4 ); +PROVIDE ( r_ke_is_free = 0x40009b58 ); +PROVIDE ( r_ke_malloc = 0x40009808 ); +PROVIDE ( r_ke_mem_init = 0x400096b8 ); +PROVIDE ( r_ke_mem_is_empty = 0x400096f0 ); +PROVIDE ( r_ke_msg_alloc = 0x40009bb4 ); +PROVIDE ( r_ke_msg_dest_id_get = 0x40009cbc ); +PROVIDE ( r_ke_msg_discard = 0x4000a258 ); +PROVIDE ( r_ke_msg_forward = 0x40009c6c ); +PROVIDE ( r_ke_msg_forward_new_id = 0x40009c88 ); +PROVIDE ( r_ke_msg_free = 0x40009ca8 ); +PROVIDE ( r_ke_msg_in_queue = 0x40009cd4 ); +PROVIDE ( r_ke_msg_save = 0x4000a260 ); +PROVIDE ( r_ke_msg_send = 0x40009c08 ); +PROVIDE ( r_ke_msg_send_basic = 0x40009c48 ); +PROVIDE ( r_ke_msg_src_id_get = 0x40009cc8 ); +PROVIDE ( r_ke_queue_extract = 0x400320d8 ); +PROVIDE ( r_ke_queue_insert = 0x40032128 ); +PROVIDE ( r_ke_sleep_check = 0x40009da8 ); +PROVIDE ( r_ke_state_get = 0x4000a1d8 ); +PROVIDE ( r_ke_state_set = 0x4000a134 ); +PROVIDE ( r_ke_stats_get = 0x40009dc0 ); +PROVIDE ( r_ke_task_check = 0x4000a2ac ); +PROVIDE ( r_ke_task_create = 0x4000a0b4 ); +PROVIDE ( r_ke_task_delete = 0x4000a100 ); +PROVIDE ( r_ke_task_handler_get = 0x40009ec0 ); +PROVIDE ( r_ke_task_init = 0x4000a090 ); +PROVIDE ( r_ke_task_msg_flush = 0x4000a268 ); +PROVIDE ( r_ke_task_saved_update = 0x40009df4 ); +PROVIDE ( r_ke_task_schedule = 0x40009f34 ); +PROVIDE ( r_ke_time = 0x4000a458 ); +PROVIDE ( r_ke_time_cmp = 0x4000a2e0 ); +PROVIDE ( r_ke_time_past = 0x4000a300 ); +PROVIDE ( r_ke_timer_active = 0x4000a600 ); +PROVIDE ( r_ke_timer_adjust_all = 0x4000a628 ); +PROVIDE ( r_ke_timer_clear = 0x4000a574 ); +PROVIDE ( r_ke_timer_init = 0x4000a440 ); +PROVIDE ( r_ke_timer_schedule = 0x4000a360 ); +PROVIDE ( r_ke_timer_set = 0x4000a490 ); +PROVIDE ( r_led_init = 0x40032160 ); +PROVIDE ( r_led_set_all = 0x40032168 ); +PROVIDE ( r_llc_aes_res_cb = 0x4000d1e8 ); +PROVIDE ( r_llc_ch_map_up_proc_err_cb = 0x4000a8c0 ); +PROVIDE ( r_llc_cleanup = 0x4000fa20 ); +PROVIDE ( r_llc_cmd_cmp_send = 0x4000ec9c ); +PROVIDE ( r_llc_cmd_stat_send = 0x4000ecd0 ); +PROVIDE ( r_llc_con_move_cbk = 0x4000c1e8 ); +PROVIDE ( r_llc_con_plan_set_update = 0x4000b534 ); +PROVIDE ( r_llc_con_upd_param_in_range = 0x4000ac70 ); +PROVIDE ( r_llc_disconnect = 0x4000c8fc ); +PROVIDE ( r_llc_disconnect_end = 0x4000c40c ); +PROVIDE ( r_llc_disconnect_proc_continue = 0x4000c46c ); +PROVIDE ( r_llc_disconnect_proc_err_cb = 0x4000c57c ); +PROVIDE ( r_llc_dl_chg_check = 0x40010b7c ); +PROVIDE ( r_llc_dle_proc_err_cb = 0x4000cdec ); +PROVIDE ( r_llc_feats_exch_proc_err_cb = 0x4000e758 ); +PROVIDE ( r_llc_hci_cmd_handler_tab_p_get = 0x4000ed00 ); +PROVIDE ( r_llc_hci_command_handler = 0x4000ed08 ); +PROVIDE ( r_llc_hci_con_param_req_evt_send = 0x4000b4e4 ); +PROVIDE ( r_llc_hci_con_upd_info_send = 0x4000b674 ); +PROVIDE ( r_llc_hci_disconnected_dis = 0x4000c808 ); +PROVIDE ( r_llc_hci_dl_upd_info_send = 0x4000c9f4 ); +PROVIDE ( r_llc_hci_enc_evt_send = 0x4000dc08 ); +PROVIDE ( r_llc_hci_feats_info_send = 0x4000e624 ); +PROVIDE ( r_llc_hci_le_phy_upd_cmp_evt_send = 0x40010a3c ); +PROVIDE ( r_llc_hci_ltk_request_evt_send = 0x4000dbc4 ); +PROVIDE ( r_llc_hci_nb_cmp_pkts_evt_send = 0x4000ec64 ); +PROVIDE ( r_llc_hci_version_info_send = 0x40011300 ); +PROVIDE ( r_llc_init_term_proc = 0x4000c940 ); +PROVIDE ( r_llc_iv_skd_rand_gen = 0x4000d228 ); +PROVIDE ( r_llc_le_ping_proc_continue = 0x4000efe4 ); +PROVIDE ( r_llc_le_ping_proc_err_cb = 0x4000ef6c ); +PROVIDE ( r_llc_le_ping_restart = 0x4000f314 ); +PROVIDE ( r_llc_le_ping_set = 0x4000f358 ); +PROVIDE ( r_llc_ll_pause_enc_rsp_ack_handler = 0x4000db34 ); +PROVIDE ( r_llc_ll_reject_ind_ack_handler = 0x4000db94 ); +PROVIDE ( r_llc_ll_reject_ind_pdu_send = 0x4000f494 ); +PROVIDE ( r_llc_ll_start_enc_rsp_ack_handler = 0x4000db64 ); +PROVIDE ( r_llc_ll_terminate_ind_ack = 0x4000c564 ); +PROVIDE ( r_llc_ll_unknown_ind_handler = 0x4000f484 ); +PROVIDE ( r_llc_llcp_send = 0x4000f4f8 ); +PROVIDE ( r_llc_llcp_state_set = 0x4000fd84 ); +PROVIDE ( r_llc_llcp_trans_timer_set = 0x4000f9a8 ); +PROVIDE ( r_llc_llcp_tx_check = 0x4000f5bc ); +PROVIDE ( r_llc_loc_ch_map_proc_continue = 0x4000a748 ); +PROVIDE ( r_llc_loc_con_upd_proc_continue = 0x4000af0c ); +PROVIDE ( r_llc_loc_con_upd_proc_err_cb = 0x4000b770 ); +PROVIDE ( r_llc_loc_dl_upd_proc_continue = 0x4000ca4c ); +PROVIDE ( r_llc_loc_encrypt_proc_continue = 0x4000d38c ); +PROVIDE ( r_llc_loc_encrypt_proc_err_cb = 0x4000dc58 ); +PROVIDE ( r_llc_loc_feats_exch_proc_continue = 0x4000e66c ); +PROVIDE ( r_llc_loc_phy_upd_proc_continue = 0x400105b0 ); +PROVIDE ( r_llc_loc_phy_upd_proc_err_cb = 0x40010ab8 ); +PROVIDE ( r_llc_msg_handler_tab_p_get = 0x400112c4 ); +PROVIDE ( r_llc_pref_param_compute = 0x4000acf4 ); +PROVIDE ( r_llc_proc_collision_check = 0x4001022c ); +PROVIDE ( r_llc_proc_err_ind = 0x40010080 ); +PROVIDE ( r_llc_proc_get = 0x4001004c ); +PROVIDE ( r_llc_proc_id_get = 0x4000ffe8 ); +PROVIDE ( r_llc_proc_reg = 0x4000fea4 ); +PROVIDE ( r_llc_proc_state_get = 0x40010020 ); +PROVIDE ( r_llc_proc_state_set = 0x40010028 ); +PROVIDE ( r_llc_proc_timer_pause_set = 0x4001017c ); +PROVIDE ( r_llc_proc_timer_set = 0x400100c4 ); +PROVIDE ( r_llc_proc_unreg = 0x4000ff44 ); +PROVIDE ( r_llc_rem_ch_map_proc_continue = 0x4000a64c ); +PROVIDE ( r_llc_rem_con_upd_proc_continue = 0x4000b288 ); +PROVIDE ( r_llc_rem_con_upd_proc_err_cb = 0x4000b810 ); +PROVIDE ( r_llc_rem_dl_upd_proc = 0x4000cc74 ); +PROVIDE ( r_llc_rem_encrypt_proc_continue = 0x4000d734 ); +PROVIDE ( r_llc_rem_encrypt_proc_err_cb = 0x4000dcf4 ); +PROVIDE ( r_llc_rem_phy_upd_proc_continue = 0x400102c4 ); +PROVIDE ( r_llc_rem_phy_upd_proc_err_cb = 0x40010b44 ); +PROVIDE ( r_llc_role_get = 0x4000fd48 ); +PROVIDE ( r_llc_sk_gen = 0x4000d248 ); +PROVIDE ( r_llc_start = 0x4000fb10 ); +PROVIDE ( r_llc_stop = 0x4000fab4 ); +PROVIDE ( r_llc_ver_exch_loc_proc_continue = 0x4001134c ); +PROVIDE ( r_llc_ver_proc_err_cb = 0x40011444 ); +PROVIDE ( r_llcp_pdu_handler_tab_p_get = 0x4000f458 ); +PROVIDE ( r_lld_aa_gen = 0x4001e1c4 ); +PROVIDE ( r_lld_adv_adv_data_set = 0x4001349c ); +PROVIDE ( r_lld_adv_adv_data_update = 0x40016978 ); +PROVIDE ( r_lld_adv_aux_ch_idx_set = 0x400124dc ); +PROVIDE ( r_lld_adv_aux_evt_canceled_cbk = 0x400148f8 ); +PROVIDE ( r_lld_adv_aux_evt_start_cbk = 0x400144ac ); +PROVIDE ( r_lld_adv_coex_check_ext_adv_synced = 0x40016c7c ); +PROVIDE ( r_lld_adv_coex_env_reset = 0x4001163c ); +PROVIDE ( r_lld_adv_duration_update = 0x40016a80 ); +PROVIDE ( r_lld_adv_dynamic_pti_process = 0x400116bc ); +PROVIDE ( r_lld_adv_end = 0x400121e0 ); +PROVIDE ( r_lld_adv_evt_canceled_cbk = 0x4001479c ); +PROVIDE ( r_lld_adv_evt_start_cbk = 0x4001411c ); +PROVIDE ( r_lld_adv_ext_chain_construct = 0x40012c7c ); +PROVIDE ( r_lld_adv_ext_pkt_prepare = 0x40012688 ); +PROVIDE ( r_lld_adv_frm_cbk = 0x40015060 ); +PROVIDE ( r_lld_adv_frm_isr = 0x40014aac ); +PROVIDE ( r_lld_adv_frm_skip_isr = 0x40014ea8 ); +PROVIDE ( r_lld_adv_init = 0x400150b0 ); +PROVIDE ( r_lld_adv_pkt_rx = 0x40014040 ); +PROVIDE ( r_lld_adv_pkt_rx_connect_ind = 0x400139ac ); +PROVIDE ( r_lld_adv_pkt_rx_send_scan_req_evt = 0x40013ee8 ); +PROVIDE ( r_lld_adv_rand_addr_update = 0x40016af0 ); +PROVIDE ( r_lld_adv_restart = 0x40016bb4 ); +PROVIDE ( r_lld_adv_scan_rsp_data_set = 0x40013730 ); +PROVIDE ( r_lld_adv_scan_rsp_data_update = 0x400169fc ); +PROVIDE ( r_lld_adv_set_tx_power = 0x4001217c ); +PROVIDE ( r_lld_adv_start = 0x4001519c ); +PROVIDE ( r_lld_adv_stop = 0x40016890 ); +PROVIDE ( r_lld_adv_sync_info_set = 0x400122a4 ); +PROVIDE ( r_lld_adv_sync_info_update = 0x40016c2c ); +PROVIDE ( r_lld_calc_aux_rx = 0x4001e27c ); +PROVIDE ( r_lld_cca_alloc = 0x4001e944 ); +PROVIDE ( r_lld_cca_data_reset = 0x4001ea04 ); +PROVIDE ( r_lld_cca_free = 0x4001e9a0 ); +PROVIDE ( r_lld_ch_assess_data_get = 0x4001d830 ); +PROVIDE ( r_lld_ch_idx_get = 0x4001e454 ); +PROVIDE ( r_lld_ch_map_set = 0x4001e408 ); +PROVIDE ( r_lld_channel_assess = 0x4001d704 ); +PROVIDE ( r_lld_con_activity_act_offset_compute = 0x4001a3c0 ); +PROVIDE ( r_lld_con_activity_offset_compute = 0x4001a4b0 ); +PROVIDE ( r_lld_con_ch_map_update = 0x4001a18c ); +PROVIDE ( r_lld_con_cleanup = 0x40017368 ); +PROVIDE ( r_lld_con_current_tx_power_get = 0x4001a77c ); +PROVIDE ( r_lld_con_data_flow_set = 0x40019fe4 ); +PROVIDE ( r_lld_con_data_len_update = 0x4001a1e8 ); +PROVIDE ( r_lld_con_data_tx = 0x40019e34 ); +PROVIDE ( r_lld_con_enc_key_load = 0x4001a654 ); +PROVIDE ( r_lld_con_event_counter_get = 0x4001a38c ); +PROVIDE ( r_lld_con_evt_canceled_cbk = 0x40018c5c ); +PROVIDE ( r_lld_con_evt_duration_min_get = 0x40017330 ); +PROVIDE ( r_lld_con_evt_max_eff_time_cal = 0x4001702c ); +PROVIDE ( r_lld_con_evt_sd_evt_time_get = 0x4001aa70 ); +PROVIDE ( r_lld_con_evt_start_cbk = 0x400187d0 ); +PROVIDE ( r_lld_con_evt_time_update = 0x40017060 ); +PROVIDE ( r_lld_con_free_all_tx_buf = 0x4001a9ac ); +PROVIDE ( r_lld_con_frm_cbk = 0x40019160 ); +PROVIDE ( r_lld_con_frm_isr = 0x40018d40 ); +PROVIDE ( r_lld_con_frm_skip_isr = 0x40019050 ); +PROVIDE ( r_lld_con_init = 0x4001a95c ); +PROVIDE ( r_lld_con_llcp_tx = 0x40019c74 ); +PROVIDE ( r_lld_con_max_lat_calc = 0x40016f04 ); +PROVIDE ( r_lld_con_offset_get = 0x4001a830 ); +PROVIDE ( r_lld_con_param_update = 0x4001a0dc ); +PROVIDE ( r_lld_con_phys_update = 0x4001a24c ); +PROVIDE ( r_lld_con_pref_slave_evt_dur_set = 0x4001a8f4 ); +PROVIDE ( r_lld_con_pref_slave_latency_set = 0x4001a8a4 ); +PROVIDE ( r_lld_con_rssi_get = 0x4001a7ec ); +PROVIDE ( r_lld_con_rx = 0x40017de4 ); +PROVIDE ( r_lld_con_rx_channel_assess = 0x4001798c ); +PROVIDE ( r_lld_con_rx_enc = 0x4001a5e8 ); +PROVIDE ( r_lld_con_rx_isr = 0x40018f14 ); +PROVIDE ( r_lld_con_rx_link_info_check = 0x40017bcc ); +PROVIDE ( r_lld_con_rx_llcp_check = 0x40017a0c ); +PROVIDE ( r_lld_con_rx_sync_time_update = 0x40017c94 ); +PROVIDE ( r_lld_con_sched = 0x400175c8 ); +PROVIDE ( r_lld_con_set_tx_power = 0x40016e94 ); +PROVIDE ( r_lld_con_start = 0x400191f8 ); +PROVIDE ( r_lld_con_stop = 0x40019be8 ); +PROVIDE ( r_lld_con_tx = 0x40017f50 ); +PROVIDE ( r_lld_con_tx_enc = 0x4001a578 ); +PROVIDE ( r_lld_con_tx_isr = 0x40018fa4 ); +PROVIDE ( r_lld_con_tx_len_update = 0x40016f98 ); +PROVIDE ( r_lld_con_tx_len_update_for_intv = 0x4001a2d4 ); +PROVIDE ( r_lld_con_tx_len_update_for_rate = 0x4001a31c ); +PROVIDE ( r_lld_con_tx_prog = 0x400182d0 ); +PROVIDE ( r_lld_conn_dynamic_pti_process = 0x40016cb0 ); +PROVIDE ( r_lld_continue_scan_rx_isr_end_process = 0x40021060 ); +PROVIDE ( r_lld_ext_scan_dynamic_pti_process = 0x40020bb4 ); +PROVIDE ( r_lld_hw_cca_end_isr = 0x4001eb90 ); +PROVIDE ( r_lld_hw_cca_evt_handler = 0x4001eb44 ); +PROVIDE ( r_lld_hw_cca_isr = 0x4001eb64 ); +PROVIDE ( r_lld_init_cal_anchor_point = 0x4001b6d4 ); +PROVIDE ( r_lld_init_compute_winoffset = 0x4001ac0c ); +PROVIDE ( r_lld_init_connect_req_pack = 0x4001c134 ); +PROVIDE ( r_lld_init_end = 0x4001aafc ); +PROVIDE ( r_lld_init_evt_canceled_cbk = 0x4001c010 ); +PROVIDE ( r_lld_init_evt_start_cbk = 0x4001bda4 ); +PROVIDE ( r_lld_init_frm_cbk = 0x4001bcc4 ); +PROVIDE ( r_lld_init_frm_eof_isr = 0x4001ba0c ); +PROVIDE ( r_lld_init_frm_skip_isr = 0x4001bb84 ); +PROVIDE ( r_lld_init_init = 0x4001c1c0 ); +PROVIDE ( r_lld_init_process_pkt_rx = 0x4001b51c ); +PROVIDE ( r_lld_init_process_pkt_rx_adv_ext_ind = 0x4001b1b4 ); +PROVIDE ( r_lld_init_process_pkt_rx_adv_ind_or_direct_ind = 0x4001aff4 ); +PROVIDE ( r_lld_init_process_pkt_rx_aux_connect_rsp = 0x4001b33c ); +PROVIDE ( r_lld_init_process_pkt_tx = 0x4001b7b0 ); +PROVIDE ( r_lld_init_process_pkt_tx_cal_con_timestamp = 0x4001b6e4 ); +PROVIDE ( r_lld_init_sched = 0x4001ac68 ); +PROVIDE ( r_lld_init_set_tx_power = 0x4001aab4 ); +PROVIDE ( r_lld_init_start = 0x4001c270 ); +PROVIDE ( r_lld_init_stop = 0x4001d0d0 ); +PROVIDE ( r_lld_instant_proc_end = 0x400174f8 ); +PROVIDE ( r_lld_llcp_rx_ind_handler = 0x4000f6d0 ); +PROVIDE ( r_lld_per_adv_ch_map_update = 0x40020b48 ); +PROVIDE ( r_lld_per_adv_chain_construct = 0x4001f50c ); +PROVIDE ( r_lld_per_adv_cleanup = 0x4001ef68 ); +PROVIDE ( r_lld_per_adv_coex_env_reset = 0x4001eb9c ); +PROVIDE ( r_lld_per_adv_data_set = 0x4001f730 ); +PROVIDE ( r_lld_per_adv_data_update = 0x40020a2c ); +PROVIDE ( r_lld_per_adv_dynamic_pti_process = 0x4001ebd4 ); +PROVIDE ( r_lld_per_adv_evt_canceled_cbk = 0x4001fbf4 ); +PROVIDE ( r_lld_per_adv_evt_start_cbk = 0x4001f7b4 ); +PROVIDE ( r_lld_per_adv_ext_pkt_prepare = 0x4001f0a0 ); +PROVIDE ( r_lld_per_adv_frm_cbk = 0x40020094 ); +PROVIDE ( r_lld_per_adv_frm_isr = 0x4001fca0 ); +PROVIDE ( r_lld_per_adv_frm_skip_isr = 0x4001ff88 ); +PROVIDE ( r_lld_per_adv_init = 0x400200e4 ); +PROVIDE ( r_lld_per_adv_init_info_get = 0x40020ae8 ); +PROVIDE ( r_lld_per_adv_list_add = 0x4001db28 ); +PROVIDE ( r_lld_per_adv_list_rem = 0x4001dc8c ); +PROVIDE ( r_lld_per_adv_sched = 0x4001eff0 ); +PROVIDE ( r_lld_per_adv_set_tx_power = 0x4001ef8c ); +PROVIDE ( r_lld_per_adv_start = 0x40020164 ); +PROVIDE ( r_lld_per_adv_stop = 0x4002096c ); +PROVIDE ( r_lld_per_adv_sync_info_get = 0x40020a94 ); +PROVIDE ( r_lld_process_cca_data = 0x4001ea5c ); +PROVIDE ( r_lld_ral_search = 0x4001d160 ); +PROVIDE ( r_lld_read_clock = 0x4001d81c ); +PROVIDE ( r_lld_reg_rd = 0x4001e188 ); +PROVIDE ( r_lld_reg_wr = 0x4001e1a0 ); +PROVIDE ( r_lld_res_list_add = 0x4001ddc8 ); +PROVIDE ( r_lld_res_list_clear = 0x4001dd70 ); +PROVIDE ( r_lld_res_list_is_empty = 0x4001e154 ); +PROVIDE ( r_lld_res_list_local_rpa_get = 0x4001e0ec ); +PROVIDE ( r_lld_res_list_peer_rpa_get = 0x4001e084 ); +PROVIDE ( r_lld_res_list_peer_update = 0x4001e014 ); +PROVIDE ( r_lld_res_list_priv_mode_update = 0x4001df9c ); +PROVIDE ( r_lld_res_list_rem = 0x4001df40 ); +PROVIDE ( r_lld_reset_reg = 0x4001d7b0 ); +PROVIDE ( r_lld_rpa_renew = 0x4001d844 ); +PROVIDE ( r_lld_rpa_renew_evt_canceled_cbk = 0x4001d370 ); +PROVIDE ( r_lld_rpa_renew_evt_start_cbk = 0x4001d2ec ); +PROVIDE ( r_lld_rpa_renew_instant_cbk = 0x4001d1e4 ); +PROVIDE ( r_lld_rxdesc_check = 0x4001d5ac ); +PROVIDE ( r_lld_rxdesc_free = 0x4001d3c4 ); +PROVIDE ( r_lld_scan_create_sync = 0x40024240 ); +PROVIDE ( r_lld_scan_create_sync_cancel = 0x400242ac ); +PROVIDE ( r_lld_scan_end = 0x40020f40 ); +PROVIDE ( r_lld_scan_evt_canceled_cbk = 0x400231d8 ); +PROVIDE ( r_lld_scan_evt_start_cbk = 0x40022fa0 ); +PROVIDE ( r_lld_scan_frm_cbk = 0x40022f20 ); +PROVIDE ( r_lld_scan_frm_eof_isr = 0x40022b80 ); +PROVIDE ( r_lld_scan_frm_rx_isr = 0x40022d24 ); +PROVIDE ( r_lld_scan_frm_skip_isr = 0x40022dc4 ); +PROVIDE ( r_lld_scan_init = 0x40023314 ); +PROVIDE ( r_lld_scan_params_update = 0x400241ec ); +PROVIDE ( r_lld_scan_process_pkt_rx = 0x40021fec ); +PROVIDE ( r_lld_scan_process_pkt_rx_adv_rep = 0x400211e8 ); +PROVIDE ( r_lld_scan_process_pkt_rx_aux_adv_ind = 0x40021684 ); +PROVIDE ( r_lld_scan_process_pkt_rx_aux_chain_ind = 0x40021cf8 ); +PROVIDE ( r_lld_scan_process_pkt_rx_aux_scan_rsp = 0x40021b64 ); +PROVIDE ( r_lld_scan_process_pkt_rx_ext_adv = 0x40021eac ); +PROVIDE ( r_lld_scan_process_pkt_rx_ext_adv_ind = 0x40021414 ); +PROVIDE ( r_lld_scan_process_pkt_rx_legacy_adv = 0x400210b4 ); +PROVIDE ( r_lld_scan_restart = 0x4002337c ); +PROVIDE ( r_lld_scan_sched = 0x40022544 ); +PROVIDE ( r_lld_scan_set_tx_power = 0x40020edc ); +PROVIDE ( r_lld_scan_start = 0x4002349c ); +PROVIDE ( r_lld_scan_stop = 0x40024160 ); +PROVIDE ( r_lld_scan_sync_accept = 0x4002232c ); +PROVIDE ( r_lld_scan_sync_info_unpack = 0x40022230 ); +PROVIDE ( r_lld_scan_trunc_ind = 0x400221dc ); +PROVIDE ( r_lld_sw_cca_evt_handler = 0x4001eaf8 ); +PROVIDE ( r_lld_sw_cca_isr = 0x4001eb18 ); +PROVIDE ( r_lld_sync_ch_map_update = 0x40025e84 ); +PROVIDE ( r_lld_sync_cleanup = 0x40024520 ); +PROVIDE ( r_lld_sync_evt_canceled_cbk = 0x4002568c ); +PROVIDE ( r_lld_sync_evt_start_cbk = 0x400254e0 ); +PROVIDE ( r_lld_sync_frm_cbk = 0x4002545c ); +PROVIDE ( r_lld_sync_frm_eof_isr = 0x400251a8 ); +PROVIDE ( r_lld_sync_frm_rx_isr = 0x400252fc ); +PROVIDE ( r_lld_sync_frm_skip_isr = 0x4002538c ); +PROVIDE ( r_lld_sync_init = 0x40025754 ); +PROVIDE ( r_lld_sync_process_pkt_rx = 0x40024ad0 ); +PROVIDE ( r_lld_sync_process_pkt_rx_aux_sync_ind = 0x400245d4 ); +PROVIDE ( r_lld_sync_process_pkt_rx_pkt_check = 0x40024720 ); +PROVIDE ( r_lld_sync_scan_dynamic_pti_process = 0x40024304 ); +PROVIDE ( r_lld_sync_sched = 0x40024bd8 ); +PROVIDE ( r_lld_sync_start = 0x400257bc ); +PROVIDE ( r_lld_sync_stop = 0x40025ec4 ); +PROVIDE ( r_lld_sync_trunc_ind = 0x40024574 ); +PROVIDE ( r_lld_test_cleanup = 0x40025fdc ); +PROVIDE ( r_lld_test_evt_canceled_cbk = 0x400261a8 ); +PROVIDE ( r_lld_test_evt_start_cbk = 0x40026060 ); +PROVIDE ( r_lld_test_freq2chnl = 0x4002601c ); +PROVIDE ( r_lld_test_frm_cbk = 0x40026344 ); +PROVIDE ( r_lld_test_frm_isr = 0x40026268 ); +PROVIDE ( r_lld_test_init = 0x40026aec ); +PROVIDE ( r_lld_test_rx_isr = 0x40026228 ); +PROVIDE ( r_lld_test_set_tx_power = 0x40025f78 ); +PROVIDE ( r_lld_test_start = 0x400263b4 ); +PROVIDE ( r_lld_test_stop = 0x40026a1c ); +PROVIDE ( r_lld_update_rxbuf = 0x4001e4ac ); +PROVIDE ( r_lld_update_rxbuf_isr = 0x4001e638 ); +PROVIDE ( r_lld_white_list_add = 0x4001d8e0 ); +PROVIDE ( r_lld_white_list_rem = 0x4001da40 ); +PROVIDE ( r_llm_activity_free_get = 0x4002bb5c ); +PROVIDE ( r_llm_activity_free_set = 0x4002bc20 ); +PROVIDE ( r_llm_activity_syncing_get = 0x4002bc60 ); +PROVIDE ( r_llm_adv_con_len_check = 0x40026cd8 ); +PROVIDE ( r_llm_adv_hdl_to_id = 0x40026ebc ); +PROVIDE ( r_llm_adv_rep_flow_control_check = 0x4002cf3c ); +PROVIDE ( r_llm_adv_rep_flow_control_update = 0x4002cf78 ); +PROVIDE ( r_llm_adv_reports_list_check = 0x4002cdf0 ); +PROVIDE ( r_llm_adv_set_all_release = 0x4002975c ); +PROVIDE ( r_llm_adv_set_dft_params = 0x40026dc8 ); +PROVIDE ( r_llm_adv_set_release = 0x40026b18 ); +PROVIDE ( r_llm_aes_res_cb = 0x4002a870 ); +PROVIDE ( r_llm_ble_update_adv_flow_control = 0x4002cdd8 ); +PROVIDE ( r_llm_ch_map_update = 0x4002b9c4 ); +PROVIDE ( r_llm_cmd_cmp_send = 0x4002b674 ); +PROVIDE ( r_llm_cmd_stat_send = 0x4002b6bc ); +PROVIDE ( r_llm_dev_list_empty_entry = 0x4002b7f8 ); +PROVIDE ( r_llm_dev_list_search = 0x4002b81c ); +PROVIDE ( r_llm_env_adv_dup_filt_deinit = 0x4002dd90 ); +PROVIDE ( r_llm_env_adv_dup_filt_init = 0x4002dd38 ); +PROVIDE ( r_llm_hci_cmd_handler_tab_p_get = 0x4002a8a8 ); +PROVIDE ( r_llm_hci_command_handler = 0x4002a8b0 ); +PROVIDE ( r_llm_init_ble_adv_report_flow_contol = 0x4002cda4 ); +PROVIDE ( r_llm_is_dev_connected = 0x4002b6e8 ); +PROVIDE ( r_llm_is_dev_synced = 0x4002b76c ); +PROVIDE ( r_llm_is_non_con_act_ongoing_check = 0x4002a7d4 ); +PROVIDE ( r_llm_is_wl_accessible = 0x4002a76c ); +PROVIDE ( r_llm_le_evt_mask_check = 0x4002b958 ); +PROVIDE ( r_llm_le_features_get = 0x4002b980 ); +PROVIDE ( r_llm_link_disc = 0x4002b868 ); +PROVIDE ( r_llm_master_ch_map_get = 0x4002b948 ); +PROVIDE ( r_llm_msg_handler_tab_p_get = 0x4002df30 ); +PROVIDE ( r_llm_no_activity = 0x4002a820 ); +PROVIDE ( r_llm_per_adv_slot_dur = 0x40026d3c ); +PROVIDE ( r_llm_plan_elt_get = 0x4002b9a8 ); +PROVIDE ( r_llm_rx_path_comp_get = 0x4002b998 ); +PROVIDE ( r_llm_scan_start = 0x4002bca0 ); +PROVIDE ( r_llm_scan_sync_acad_attach = 0x4002dcb0 ); +PROVIDE ( r_llm_scan_sync_acad_detach = 0x4002dcf8 ); +PROVIDE ( r_llm_send_adv_lost_event_to_host = 0x4002cd54 ); +PROVIDE ( r_llm_tx_path_comp_get = 0x4002b988 ); +PROVIDE ( r_misc_deinit = 0x4002df94 ); +PROVIDE ( r_misc_free_em_buf_in_isr = 0x4002dfa8 ); +PROVIDE ( r_misc_init = 0x4002df78 ); +PROVIDE ( r_misc_msg_handler_tab_p_get = 0x4002df6c ); +PROVIDE ( r_modules_funcs_p = 0x3fcef66c ); +PROVIDE ( r_notEqual256 = 0x400049a4 ); +PROVIDE ( r_nvds_browse_tag = 0x4002e088 ); +PROVIDE ( r_nvds_del = 0x4002e314 ); +PROVIDE ( r_nvds_erase = 0x4002e164 ); +PROVIDE ( r_nvds_get = 0x4002e2c4 ); +PROVIDE ( r_nvds_init = 0x4002e240 ); +PROVIDE ( r_nvds_init_memory = 0x4002e184 ); +PROVIDE ( r_nvds_is_magic_number_ok = 0x4002e010 ); +PROVIDE ( r_nvds_lock = 0x4002e35c ); +PROVIDE ( r_nvds_null_init = 0x4002e0cc ); +PROVIDE ( r_nvds_purge = 0x4002e1a8 ); +PROVIDE ( r_nvds_put = 0x4002e3a4 ); +PROVIDE ( r_nvds_read = 0x4002e0f4 ); +PROVIDE ( r_nvds_walk_tag = 0x4002e040 ); +PROVIDE ( r_nvds_write = 0x4002e12c ); +PROVIDE ( r_osi_funcs_p = 0x3fcef68c ); +PROVIDE ( r_phy_upd_proc_start = 0x40011220 ); +PROVIDE ( r_platform_reset = 0x400011a4 ); +PROVIDE ( r_plf_funcs_p = 0x3fcef690 ); +PROVIDE ( r_readbyte = 0x400068f4 ); +PROVIDE ( r_rf_em_init = 0x4002e65c ); +PROVIDE ( r_rf_force_agc_enable = 0x4002e714 ); +PROVIDE ( r_rf_reg_rd = 0x4002e648 ); +PROVIDE ( r_rf_reg_wr = 0x4002e650 ); +PROVIDE ( r_rf_reset = 0x4002e70c ); +PROVIDE ( r_rf_rssi_convert = 0x4002e69c ); +PROVIDE ( r_rf_rw_v9_le_disable = 0x40001ac8 ); +PROVIDE ( r_rf_rw_v9_le_enable = 0x40001ab0 ); +PROVIDE ( r_rf_sleep = 0x4002e730 ); +PROVIDE ( r_rf_txpwr_cs_get = 0x4002e6a8 ); +PROVIDE ( r_rf_txpwr_dbm_get = 0x4002e71c ); +PROVIDE ( r_rf_util_cs_fmt_convert = 0x4002eb88 ); +PROVIDE ( r_rw_crypto_aes_ccm = 0x400008c8 ); +PROVIDE ( r_rw_crypto_aes_encrypt = 0x40000ecc ); +PROVIDE ( r_rw_crypto_aes_init = 0x40000e34 ); +PROVIDE ( r_rw_crypto_aes_k1 = 0x40000b68 ); +PROVIDE ( r_rw_crypto_aes_k2 = 0x40000cc0 ); +PROVIDE ( r_rw_crypto_aes_k3 = 0x40000d68 ); +PROVIDE ( r_rw_crypto_aes_k4 = 0x40000dfc ); +PROVIDE ( r_rw_crypto_aes_rand = 0x40000f3c ); +PROVIDE ( r_rw_crypto_aes_result_handler = 0x40000f70 ); +PROVIDE ( r_rw_crypto_aes_s1 = 0x40001030 ); +PROVIDE ( r_rw_cryto_aes_cmac = 0x40000948 ); +PROVIDE ( r_rw_v9_init_em_radio_table = 0x40001900 ); +PROVIDE ( r_rwble_isr = 0x4002ec44 ); +PROVIDE ( r_rwble_sleep_enter = 0x4002f014 ); +PROVIDE ( r_rwble_sleep_wakeup_end = 0x4002f058 ); +PROVIDE ( r_rwbtdm_isr_wrapper = 0x4000949c ); +PROVIDE ( r_rwip_active_check = 0x4002f90c ); +PROVIDE ( r_rwip_aes_encrypt = 0x4002faf8 ); +PROVIDE ( r_rwip_assert = 0x40030080 ); +PROVIDE ( r_rwip_crypt_evt_handler = 0x4002f1d8 ); +PROVIDE ( r_rwip_crypt_isr_handler = 0x4002f214 ); +PROVIDE ( r_rwip_eif_get = 0x400011f4 ); +PROVIDE ( r_rwip_half_slot_2_lpcycles = 0x4002f114 ); +PROVIDE ( r_rwip_hus_2_lpcycles = 0x4002f0dc ); +PROVIDE ( r_rwip_isr = 0x4002fc4c ); +PROVIDE ( r_rwip_lpcycles_2_hus = 0x4002f084 ); +PROVIDE ( r_rwip_prevent_sleep_clear = 0x4002f8e0 ); +PROVIDE ( r_rwip_prevent_sleep_set = 0x4002f8b8 ); +PROVIDE ( r_rwip_schedule = 0x4002ffd4 ); +PROVIDE ( r_rwip_sleep = 0x4002f520 ); +PROVIDE ( r_rwip_sw_int_handler = 0x4002f244 ); +PROVIDE ( r_rwip_sw_int_req = 0x4002fc08 ); +PROVIDE ( r_rwip_time_get = 0x4002f4c0 ); +PROVIDE ( r_rwip_timer_10ms_handler = 0x4002f1ac ); +PROVIDE ( r_rwip_timer_10ms_set = 0x4002f924 ); +PROVIDE ( r_rwip_timer_hs_handler = 0x4002f150 ); +PROVIDE ( r_rwip_timer_hs_set = 0x4002f9b0 ); +PROVIDE ( r_rwip_timer_hus_handler = 0x4002f17c ); +PROVIDE ( r_rwip_timer_hus_set = 0x4002fa30 ); +PROVIDE ( r_rwip_wakeup = 0x4002f288 ); +PROVIDE ( r_rwip_wakeup_end = 0x4002f3a0 ); +PROVIDE ( r_rwip_wlcoex_set = 0x4002fffc ); +PROVIDE ( r_sch_alarm_clear = 0x40030234 ); +PROVIDE ( r_sch_alarm_init = 0x40030100 ); +PROVIDE ( r_sch_alarm_prog = 0x400300a4 ); +PROVIDE ( r_sch_alarm_set = 0x40030190 ); +PROVIDE ( r_sch_alarm_timer_isr = 0x40030124 ); +PROVIDE ( r_sch_arb_conflict_check = 0x4003028c ); +PROVIDE ( r_sch_arb_elt_cancel = 0x4003039c ); +PROVIDE ( r_sch_arb_event_start_isr = 0x40030a50 ); +PROVIDE ( r_sch_arb_init = 0x40030604 ); +PROVIDE ( r_sch_arb_insert = 0x40030640 ); +PROVIDE ( r_sch_arb_prog_timer = 0x4003052c ); +PROVIDE ( r_sch_arb_remove = 0x40030970 ); +PROVIDE ( r_sch_arb_sw_isr = 0x40030bd0 ); +PROVIDE ( r_sch_plan_chk = 0x400310c8 ); +PROVIDE ( r_sch_plan_clock_wrap_offset_update = 0x40030c98 ); +PROVIDE ( r_sch_plan_init = 0x40030fbc ); +PROVIDE ( r_sch_plan_interval_req = 0x40030f40 ); +PROVIDE ( r_sch_plan_offset_max_calc = 0x40030ccc ); +PROVIDE ( r_sch_plan_offset_req = 0x40030d68 ); +PROVIDE ( r_sch_plan_position_range_compute = 0x400310e8 ); +PROVIDE ( r_sch_plan_rem = 0x4003106c ); +PROVIDE ( r_sch_plan_req = 0x40031080 ); +PROVIDE ( r_sch_plan_set = 0x40030fe4 ); +PROVIDE ( r_sch_prog_end_isr = 0x4003159c ); +PROVIDE ( r_sch_prog_init = 0x400311f4 ); +PROVIDE ( r_sch_prog_push = 0x40031770 ); +PROVIDE ( r_sch_prog_rx_isr = 0x40031288 ); +PROVIDE ( r_sch_prog_skip_isr = 0x40031434 ); +PROVIDE ( r_sch_prog_tx_isr = 0x4003135c ); +PROVIDE ( r_sch_slice_bg_add = 0x40031cf4 ); +PROVIDE ( r_sch_slice_bg_remove = 0x40031d1c ); +PROVIDE ( r_sch_slice_compute = 0x40031bec ); +PROVIDE ( r_sch_slice_fg_add = 0x40031d48 ); +PROVIDE ( r_sch_slice_fg_remove = 0x40031d90 ); +PROVIDE ( r_sch_slice_init = 0x40031ca8 ); +PROVIDE ( r_sch_slice_per_add = 0x40031df0 ); +PROVIDE ( r_sch_slice_per_remove = 0x40031e44 ); +PROVIDE ( r_sdk_config_get_bt_sleep_enable = 0x40031ef0 ); +PROVIDE ( r_sdk_config_get_hl_derived_opts = 0x40031e9c ); +PROVIDE ( r_sdk_config_get_opts = 0x40031ebc ); +PROVIDE ( r_sdk_config_get_priv_opts = 0x40031ed8 ); +PROVIDE ( r_sdk_config_set_bt_sleep_enable = 0x40031ee4 ); +PROVIDE ( r_sdk_config_set_hl_derived_opts = 0x40031ea4 ); +PROVIDE ( r_sdk_config_set_opts = 0x40031ec4 ); +PROVIDE ( r_specialModP256 = 0x40004854 ); +PROVIDE ( r_unloaded_area_init = 0x40001060 ); +PROVIDE ( r_vhci_flow_off = 0x4003200c ); +PROVIDE ( r_vhci_flow_on = 0x40032034 ); +PROVIDE ( r_vhci_notify_host_send_available = 0x40031fdc ); +PROVIDE ( r_vhci_send_to_host = 0x40032084 ); +PROVIDE ( r_vnd_hci_command_handler = 0x4000304c ); +PROVIDE ( r_writebyte = 0x400068e4 ); +PROVIDE ( recv_packet = 0x40049b3c ); +PROVIDE ( rodata_reserved_end = 0x3fcefca0 ); +PROVIDE ( rodata_reserved_start = 0x3fcefc9c ); +PROVIDE ( rom_abs_temp = 0x40041394 ); +PROVIDE ( rom_agc_reg_init = 0x4003de00 ); +PROVIDE ( rom_ant_btrx_cfg = 0x4003e44c ); +PROVIDE ( rom_ant_bttx_cfg = 0x4003e410 ); +PROVIDE ( rom_ant_dft_cfg = 0x4003e320 ); +PROVIDE ( rom_ant_wifirx_cfg = 0x4003e388 ); +PROVIDE ( rom_ant_wifitx_cfg = 0x4003e348 ); +PROVIDE ( rom_bb_bss_cbw40 = 0x4003ea3c ); +PROVIDE ( rom_bb_bss_cbw40_ana = 0x4003f91c ); +PROVIDE ( rom_bb_bss_cbw40_dig = 0x4003d564 ); +PROVIDE ( rom_bb_reg_init = 0x4003e07c ); +PROVIDE ( rom_bb_wdg_cfg = 0x4003e174 ); +PROVIDE ( rom_bb_wdg_test_en = 0x4003d528 ); +PROVIDE ( rom_bb_wdt_get_status = 0x4003d9d8 ); +PROVIDE ( rom_bb_wdt_int_enable = 0x4003d994 ); +PROVIDE ( rom_bb_wdt_rst_enable = 0x4003d974 ); +PROVIDE ( rom_bb_wdt_timeout_clear = 0x4003d9bc ); +PROVIDE ( rom_bt_bb_to_index = 0x4003ce5c ); +PROVIDE ( rom_bt_correct_rf_ana_gain = 0x40042874 ); +PROVIDE ( rom_bt_index_to_bb = 0x4003ce40 ); +PROVIDE ( rom_cbw2040_cfg = 0x4003e9d4 ); +PROVIDE ( rom_chan_to_freq = 0x4003f9d4 ); +PROVIDE ( rom_check_noise_floor = 0x4003d62c ); +PROVIDE ( rom_chip_i2c_readReg = 0x4003ee28 ); +PROVIDE ( rom_chip_i2c_writeReg = 0x4003eea0 ); +PROVIDE ( rom_chip_wait_idle_interval = 0x3fcefc04 ); +PROVIDE ( rom_code_to_temp = 0x40040648 ); +PROVIDE ( rom_config_data_cache_mode = 0x4004f188 ); +PROVIDE ( rom_config_instruction_cache_mode = 0x4004f138 ); +PROVIDE ( rom_correct_rf_ana_gain = 0x40042758 ); +PROVIDE ( rom_correct_rfpll_offset = 0x4003fd3c ); +PROVIDE ( rom_dac_rate_set = 0x4003fc44 ); +PROVIDE ( rom_dc_iq_est = 0x40041470 ); +PROVIDE ( rom_disable_agc = 0x4003c8c4 ); +PROVIDE ( rom_disable_wifi_agc = 0x4003c944 ); +PROVIDE ( rom_en_pwdet = 0x40040eac ); +PROVIDE ( rom_enable_agc = 0x4003c8ec ); +PROVIDE ( rom_enable_cache_flash_wrap = 0x4004f0c0 ); +PROVIDE ( rom_enable_cache_spiram_wrap = 0x4004f0fc ); +PROVIDE ( rom_enable_wifi_agc = 0x4003c98c ); +PROVIDE ( rom_esp_flash_default_chip = 0x3fcefc14 ); +PROVIDE ( rom_fe_reg_init = 0x4003dc84 ); +PROVIDE ( rom_fe_txrx_reset = 0x4003e1a8 ); +PROVIDE ( rom_flash_chip_dummy = 0x3fcefc0c ); +PROVIDE ( rom_force_txon = 0x4003ebbc ); +PROVIDE ( rom_freq_get_i2c_data = 0x40040778 ); +PROVIDE ( rom_freq_i2c_write_set = 0x4003fe9c ); +PROVIDE ( rom_gen_rx_gain_table = 0x4003e7a8 ); +PROVIDE ( rom_get_bbgain_db = 0x4003ce78 ); +PROVIDE ( rom_get_bias_ref_code = 0x4004297c ); +PROVIDE ( rom_get_data_sat = 0x4003cb08 ); +PROVIDE ( rom_get_fm_sar_dout = 0x400410fc ); +PROVIDE ( rom_get_i2c_read_mask = 0x4003ee04 ); +PROVIDE ( rom_get_phy_target_power = 0x40042c20 ); +PROVIDE ( rom_get_pll_ref_code = 0x40040914 ); +PROVIDE ( rom_get_pll_vol = 0x40042adc ); +PROVIDE ( rom_get_power_atten = 0x40041f0c ); +PROVIDE ( rom_get_power_db = 0x40042044 ); +PROVIDE ( rom_get_pwctrl_correct = 0x40042ba8 ); +PROVIDE ( rom_get_rate_fcc_index = 0x400425fc ); +PROVIDE ( rom_get_rate_target_power = 0x4004267c ); +PROVIDE ( rom_get_rc_dout = 0x40041c50 ); +PROVIDE ( rom_get_rf_gain_qdb = 0x40042740 ); +PROVIDE ( rom_get_rfcal_rxiq_data = 0x40041b64 ); +PROVIDE ( rom_get_sar2_vol = 0x40042a08 ); +PROVIDE ( rom_get_sar_sig_ref = 0x40040fc4 ); +PROVIDE ( rom_get_target_power_offset = 0x40042498 ); +PROVIDE ( rom_get_tone_sar_dout = 0x40041088 ); +PROVIDE ( rom_host_delay_interval = 0x3fcefc08 ); +PROVIDE ( rom_i2c_bbtop_init = 0x4003f774 ); +PROVIDE ( rom_i2c_clk_sel = 0x4003ecd4 ); +PROVIDE ( rom_i2c_readReg = 0x4003ee84 ); +PROVIDE ( rom_i2c_readReg_Mask = 0x4003ef04 ); +PROVIDE ( rom_i2c_sar2_init_code = 0x4003fbe8 ); +PROVIDE ( rom_i2c_writeReg = 0x4003eee8 ); +PROVIDE ( rom_i2c_writeReg_Mask = 0x4003ef40 ); +PROVIDE ( rom_i2cmst_reg_init = 0x4003daf8 ); +PROVIDE ( rom_index_to_txbbgain = 0x40040b10 ); +PROVIDE ( rom_iq_corr_enable = 0x4003dc10 ); +PROVIDE ( rom_iq_est_disable = 0x40041434 ); +PROVIDE ( rom_iq_est_enable = 0x400413b4 ); +PROVIDE ( rom_linear_to_db = 0x40041fd8 ); +PROVIDE ( rom_loopback_mode_en = 0x4003cad4 ); +PROVIDE ( rom_mac_enable_bb = 0x4003e134 ); +PROVIDE ( rom_mac_tx_chan_offset = 0x4003e9fc ); +PROVIDE ( rom_meas_tone_pwr_db = 0x40042080 ); +PROVIDE ( rom_mhz2ieee = 0x4003e990 ); +PROVIDE ( rom_noise_floor_auto_set = 0x4003d594 ); +PROVIDE ( rom_open_i2c_xpd = 0x4003fc1c ); +PROVIDE ( rom_pbus_debugmode = 0x4003f1b4 ); +PROVIDE ( rom_pbus_force_mode = 0x4003efb0 ); +PROVIDE ( rom_pbus_force_test = 0x4003f114 ); +PROVIDE ( rom_pbus_rd = 0x4003f170 ); +PROVIDE ( rom_pbus_rd_addr = 0x4003f078 ); +PROVIDE ( rom_pbus_rd_shift = 0x4003f0c4 ); +PROVIDE ( rom_pbus_rx_dco_cal = 0x400414f8 ); +PROVIDE ( rom_pbus_set_dco = 0x4003f370 ); +PROVIDE ( rom_pbus_set_rxgain = 0x4003f1dc ); +PROVIDE ( rom_pbus_workmode = 0x4003f1c8 ); +PROVIDE ( rom_pbus_xpd_rx_off = 0x4003f240 ); +PROVIDE ( rom_pbus_xpd_rx_on = 0x4003f274 ); +PROVIDE ( rom_pbus_xpd_tx_off = 0x4003f2c8 ); +PROVIDE ( rom_pbus_xpd_tx_on = 0x4003f318 ); +PROVIDE ( rom_phy_ant_init = 0x4003e2d4 ); +PROVIDE ( rom_phy_byte_to_word = 0x4003da20 ); +PROVIDE ( rom_phy_chan_dump_cfg = 0x4003e548 ); +PROVIDE ( rom_phy_chan_filt_set = 0x4003eb28 ); +PROVIDE ( rom_phy_close_pa = 0x4003ed54 ); +PROVIDE ( rom_phy_dis_hw_set_freq = 0x400408d8 ); +PROVIDE ( rom_phy_disable_cca = 0x4003c9dc ); +PROVIDE ( rom_phy_disable_low_rate = 0x4003e760 ); +PROVIDE ( rom_phy_enable_cca = 0x4003ca08 ); +PROVIDE ( rom_phy_enable_low_rate = 0x4003e728 ); +PROVIDE ( rom_phy_freq_correct = 0x4003f5dc ); +PROVIDE ( rom_phy_get_fetx_delay = 0x4003fa08 ); +PROVIDE ( rom_phy_get_noisefloor = 0x4003d5e4 ); +PROVIDE ( rom_phy_get_rx_freq = 0x4003ec10 ); +PROVIDE ( rom_phy_get_tx_rate = 0x4003da10 ); +PROVIDE ( rom_phy_get_vdd33 = 0x400428f4 ); +PROVIDE ( rom_phy_i2c_init = 0x4003fac8 ); +PROVIDE ( rom_phy_pwdet_always_en = 0x40042c90 ); +PROVIDE ( rom_phy_pwdet_onetime_en = 0x40042ccc ); +PROVIDE ( rom_phy_rx11blr_cfg = 0x4003d91c ); +PROVIDE ( rom_phy_rx_sense_set = 0x4003ec58 ); +PROVIDE ( rom_phy_set_bbfreq_init = 0x40042b30 ); +PROVIDE ( rom_pll_correct_dcap = 0x400406ec ); +PROVIDE ( rom_pll_vol_cal = 0x40040948 ); +PROVIDE ( rom_pocket_sar_power = 0x40042b60 ); +PROVIDE ( rom_pow_usr = 0x4003ca20 ); +PROVIDE ( rom_pwdet_force_start = 0x40040ff0 ); +PROVIDE ( rom_pwdet_sar2_init = 0x40040e08 ); +PROVIDE ( rom_read_hw_noisefloor = 0x4003d6d0 ); +PROVIDE ( rom_read_sar2_code = 0x400429e8 ); +PROVIDE ( rom_read_sar_dout = 0x40040fb4 ); +PROVIDE ( rom_restart_cal = 0x4003f3c0 ); +PROVIDE ( rom_rfcal_pwrctrl = 0x400422b4 ); +PROVIDE ( rom_rfcal_rxiq = 0x40041af0 ); +PROVIDE ( rom_rfcal_txcap = 0x40041dfc ); +PROVIDE ( rom_rfpll_init = 0x4003f3b8 ); +PROVIDE ( rom_rfpll_set_freq = 0x4003f4cc ); +PROVIDE ( rom_rftx_init = 0x4003fa28 ); +PROVIDE ( rom_rtc_sar2_init = 0x40040d48 ); +PROVIDE ( rom_rx_gain_force = 0x4003d038 ); +PROVIDE ( rom_rxdc_est_min = 0x40041820 ); +PROVIDE ( rom_rxiq_cover_mg_mp = 0x40041a0c ); +PROVIDE ( rom_rxiq_get_mis = 0x40041874 ); +PROVIDE ( rom_rxiq_set_reg = 0x40041988 ); +PROVIDE ( rom_set_adc_rand = 0x4003e5dc ); +PROVIDE ( rom_set_cal_rxdc = 0x4003ca94 ); +PROVIDE ( rom_set_cca = 0x4003eac4 ); +PROVIDE ( rom_set_chan_cal_interp = 0x40041d20 ); +PROVIDE ( rom_set_channel_freq = 0x4003f534 ); +PROVIDE ( rom_set_loopback_gain = 0x4003ca38 ); +PROVIDE ( rom_set_noise_floor = 0x4003d6e8 ); +PROVIDE ( rom_set_pbus_mem = 0x4003cb78 ); +PROVIDE ( rom_set_pbus_reg = 0x4003e25c ); +PROVIDE ( rom_set_rf_freq_offset = 0x4003f73c ); +PROVIDE ( rom_set_rfpll_freq = 0x4003fce8 ); +PROVIDE ( rom_set_rx_comp = 0x4003e1d4 ); +PROVIDE ( rom_set_rx_sense = 0x4003d75c ); +PROVIDE ( rom_set_rxclk_en = 0x4003d0ac ); +PROVIDE ( rom_set_tx_dig_gain = 0x4003cff4 ); +PROVIDE ( rom_set_tx_gain_table = 0x4003cd94 ); +PROVIDE ( rom_set_txcap_reg = 0x40041d74 ); +PROVIDE ( rom_set_txclk_en = 0x4003d07c ); +PROVIDE ( rom_set_xpd_sar = 0x4003e290 ); +PROVIDE ( rom_spi_flash_cache2phys = 0x400505cc ); +PROVIDE ( rom_spi_flash_cache_enabled = 0x4004f08c ); +PROVIDE ( rom_spi_flash_check_and_flush_cache = 0x4005070c ); +PROVIDE ( rom_spi_flash_disable_cache = 0x4004f054 ); +PROVIDE ( rom_spi_flash_dump_counters = 0x40050850 ); +PROVIDE ( rom_spi_flash_enable_cache = 0x4004f0ac ); +PROVIDE ( rom_spi_flash_erase_range = 0x40050974 ); +PROVIDE ( rom_spi_flash_erase_sector = 0x40050a7c ); +PROVIDE ( rom_spi_flash_get_chip_size = 0x4005087c ); +PROVIDE ( rom_spi_flash_get_counters = 0x40050820 ); +PROVIDE ( rom_spi_flash_guard_get = 0x400508bc ); +PROVIDE ( rom_spi_flash_guard_set = 0x400508b0 ); +PROVIDE ( rom_spi_flash_hal_max_read_len = 0x3fcefba8 ); +PROVIDE ( rom_spi_flash_mmap = 0x400503b0 ); +PROVIDE ( rom_spi_flash_mmap_dump = 0x400504f4 ); +PROVIDE ( rom_spi_flash_mmap_get_free_pages = 0x40050550 ); +PROVIDE ( rom_spi_flash_mmap_os_func_set = 0x4005016c ); +PROVIDE ( rom_spi_flash_mmap_page_num_init = 0x4005017c ); +PROVIDE ( rom_spi_flash_mmap_pages = 0x400501cc ); +PROVIDE ( rom_spi_flash_munmap = 0x40050444 ); +PROVIDE ( rom_spi_flash_op_counters_config = 0x40050810 ); +PROVIDE ( rom_spi_flash_phys2cache = 0x40050660 ); +PROVIDE ( rom_spi_flash_read = 0x40050c4c ); +PROVIDE ( rom_spi_flash_read_encrypted = 0x40050f00 ); +PROVIDE ( rom_spi_flash_reset_counters = 0x40050828 ); +PROVIDE ( rom_spi_flash_restore_cache = 0x4004f070 ); +PROVIDE ( rom_spi_flash_safe_write_address_func_set = 0x400508c8 ); +PROVIDE ( rom_spi_flash_unlock = 0x400508d8 ); +PROVIDE ( rom_spi_flash_write = 0x40050a90 ); +PROVIDE ( rom_spi_flash_write_config_get = 0x400508a8 ); +PROVIDE ( rom_spi_flash_write_config_set = 0x4005088c ); +PROVIDE ( rom_spi_flash_write_encrypted = 0x40050e7c ); +PROVIDE ( rom_spiflash_api_funcs = 0x3fcefbf4 ); +PROVIDE ( rom_spur_cal = 0x4003e924 ); +PROVIDE ( rom_spur_reg_write_one_tone = 0x4003d2a4 ); +PROVIDE ( rom_start_tx_tone = 0x4003d1d0 ); +PROVIDE ( rom_start_tx_tone_step = 0x4003d0e8 ); +PROVIDE ( rom_stop_tx_tone = 0x4003e8d0 ); +PROVIDE ( rom_target_power_add_backoff = 0x4004271c ); +PROVIDE ( rom_temp_to_power = 0x40042c5c ); +PROVIDE ( rom_test_rx_gain_cal = 0x40042d14 ); +PROVIDE ( rom_tsens_code_read = 0x40040554 ); +PROVIDE ( rom_tsens_dac_cal = 0x400405cc ); +PROVIDE ( rom_tsens_index_to_dac = 0x40040590 ); +PROVIDE ( rom_tsens_index_to_offset = 0x400405ac ); +PROVIDE ( rom_tsens_read_init = 0x40040434 ); +PROVIDE ( rom_tx_paon_set = 0x4003da6c ); +PROVIDE ( rom_tx_pwctrl_bg_init = 0x40042bfc ); +PROVIDE ( rom_tx_pwr_backoff = 0x400420d4 ); +PROVIDE ( rom_tx_state_set = 0x4003e4dc ); +PROVIDE ( rom_txbbgain_to_index = 0x40040ae0 ); +PROVIDE ( rom_txcal_work_mode = 0x40040f14 ); +PROVIDE ( rom_txdc_cal_init = 0x40040b2c ); +PROVIDE ( rom_txdc_cal_v70 = 0x40040bc0 ); +PROVIDE ( rom_txiq_cover = 0x40041218 ); +PROVIDE ( rom_txiq_get_mis_pwr = 0x4004116c ); +PROVIDE ( rom_txiq_set_reg = 0x40040f44 ); +PROVIDE ( rom_txtone_linear_pwr = 0x4004111c ); +PROVIDE ( rom_wait_rfpll_cal_end = 0x4003f488 ); +PROVIDE ( rom_wifi_11g_rate_chg = 0x4004247c ); +PROVIDE ( rom_wifi_rifs_mode_en = 0x4003d9ec ); +PROVIDE ( rom_wr_bt_tx_atten = 0x4003ceb0 ); +PROVIDE ( rom_wr_bt_tx_gain_mem = 0x4003cf48 ); +PROVIDE ( rom_wr_rf_freq_mem = 0x4003fdd0 ); +PROVIDE ( rom_write_dac_gain2 = 0x4003e6b8 ); +PROVIDE ( rom_write_gain_mem = 0x4003cd60 ); +PROVIDE ( rom_write_pll_cap_mem = 0x40040688 ); +PROVIDE ( rom_write_rfpll_sdm = 0x4003f420 ); +PROVIDE ( rom_write_txrate_power_offset = 0x40042510 ); +PROVIDE ( rom_write_wifi_dig_gain = 0x400426b8 ); +PROVIDE ( roundup2 = 0x40056654 ); +PROVIDE ( rtc_boot_control = 0x40045b90 ); +PROVIDE ( rtc_get_reset_reason = 0x40045abc ); +PROVIDE ( rtc_get_wakeup_cause = 0x40045ae0 ); +PROVIDE ( rtc_select_apb_bridge = 0x40045c24 ); +PROVIDE ( rwble_env = 0x3fcefb20 ); +PROVIDE ( rwip_coex_cfg = 0x3ff091bb ); +PROVIDE ( rwip_env = 0x3fcefb28 ); +PROVIDE ( rwip_param = 0x3fcefb84 ); +PROVIDE ( rwip_priority = 0x3ff091c0 ); +PROVIDE ( rwip_prog_delay = 0x3fcefb44 ); +PROVIDE ( rwip_rf = 0x3fcefb4c ); +PROVIDE ( s_cdcacm_old_rts = 0x3fcef38c ); +PROVIDE ( s_usb_osglue = 0x3fcef334 ); +PROVIDE ( sch_slice_params = 0x3fcefb94 ); +PROVIDE ( sdk_cfg_priv_opts = 0x3fcef40c ); +PROVIDE ( send_packet = 0x40049a00 ); +PROVIDE ( set_rtc_memory_crc = 0x40045b74 ); +PROVIDE ( sig_matrix = 0x3fcefc13 ); +PROVIDE ( software_reset = 0x40045bec ); +PROVIDE ( software_reset_cpu = 0x40045c04 ); +PROVIDE ( spi_cache_mode_switch = 0x4004d9f0 ); +PROVIDE ( spi_common_set_dummy_output = 0x4004dcac ); +PROVIDE ( spi_common_set_flash_cs_timing = 0x4004dbf8 ); +PROVIDE ( spi_dummy_len_fix = 0x4004cb30 ); +PROVIDE ( spi_flash_attach = 0x4004e100 ); +PROVIDE ( spi_flash_boot_attach = 0x4004e0a0 ); +PROVIDE ( spi_flash_chip_gd_get_io_mode = 0x4004f248 ); +PROVIDE ( spi_flash_chip_gd_probe = 0x4004f1d8 ); +PROVIDE ( spi_flash_chip_gd_set_io_mode = 0x4004f20c ); +PROVIDE ( spi_flash_chip_generic_config_host_io_mode = 0x4004f6e0 ); +PROVIDE ( spi_flash_chip_generic_detect_size = 0x4004f368 ); +PROVIDE ( spi_flash_chip_generic_erase_block = 0x4004f454 ); +PROVIDE ( spi_flash_chip_generic_erase_chip = 0x4004f39c ); +PROVIDE ( spi_flash_chip_generic_erase_sector = 0x4004f3f8 ); +PROVIDE ( spi_flash_chip_generic_get_io_mode = 0x4004f7d4 ); +PROVIDE ( spi_flash_chip_generic_get_write_protect = 0x4004f5e0 ); +PROVIDE ( spi_flash_chip_generic_page_program = 0x4004f4b0 ); +PROVIDE ( spi_flash_chip_generic_probe = 0x4004f30c ); +PROVIDE ( spi_flash_chip_generic_read = 0x4004f740 ); +PROVIDE ( spi_flash_chip_generic_reset = 0x4004f314 ); +PROVIDE ( spi_flash_chip_generic_set_io_mode = 0x4004f898 ); +PROVIDE ( spi_flash_chip_generic_set_write_protect = 0x4004f594 ); +PROVIDE ( spi_flash_chip_generic_wait_idle = 0x4004f660 ); +PROVIDE ( spi_flash_chip_generic_write = 0x4004f4e4 ); +PROVIDE ( spi_flash_chip_generic_write_encrypted = 0x4004f58c ); +PROVIDE ( spi_flash_common_read_status_16b_rdsr_rdsr2 = 0x4004f2dc ); +PROVIDE ( spi_flash_common_read_status_8b_rdsr = 0x4004f7f0 ); +PROVIDE ( spi_flash_common_read_status_8b_rdsr2 = 0x4004f7c4 ); +PROVIDE ( spi_flash_common_set_io_mode = 0x4004f828 ); +PROVIDE ( spi_flash_common_write_status_16b_wrsr = 0x4004f294 ); +PROVIDE ( spi_flash_common_write_status_8b_wrsr = 0x4004f800 ); +PROVIDE ( spi_flash_common_write_status_8b_wrsr2 = 0x4004f814 ); +PROVIDE ( spi_flash_generic_wait_host_idle = 0x4004f61c ); +PROVIDE ( spi_flash_hal_common_command = 0x4004fd8c ); +PROVIDE ( spi_flash_hal_configure_host_io_mode = 0x4004fbac ); +PROVIDE ( spi_flash_hal_device_config = 0x4004fb44 ); +PROVIDE ( spi_flash_hal_erase_block = 0x4004ff94 ); +PROVIDE ( spi_flash_hal_erase_chip = 0x4004ff1c ); +PROVIDE ( spi_flash_hal_erase_sector = 0x4004ff40 ); +PROVIDE ( spi_flash_hal_host_idle = 0x40050088 ); +PROVIDE ( spi_flash_hal_poll_cmd_done = 0x4004fb1c ); +PROVIDE ( spi_flash_hal_program_page = 0x4004ffe0 ); +PROVIDE ( spi_flash_hal_read = 0x4004fe8c ); +PROVIDE ( spi_flash_hal_set_write_protect = 0x40050054 ); +PROVIDE ( spi_flash_set_check_suspend_cb = 0x4004cb1c ); +PROVIDE ( spi_set_dummy_output = 0x4004cb64 ); +PROVIDE ( spi_slave_download = 0x40053df0 ); +PROVIDE ( spi_slave_rom_check_conn = 0x40053a60 ); +PROVIDE ( spi_slave_rom_init = 0x40053ab0 ); +PROVIDE ( spi_slave_rom_init_hw = 0x40053fd8 ); +PROVIDE ( spi_slave_rom_intr_enable = 0x40053fa0 ); +PROVIDE ( spi_slave_rom_rxdma_load = 0x400542a4 ); +PROVIDE ( spi_slave_rom_txdma_load = 0x4005433c ); +PROVIDE ( str_manu_descr = 0x3ff0c1e2 ); +PROVIDE ( str_prod_descr = 0x3ff0c1d0 ); +PROVIDE ( str_serial_descr = 0x3fcef08c ); +PROVIDE ( string0_descr = 0x3ff0c1f6 ); +PROVIDE ( sw_to_hw = 0x3fcef8e4 ); +PROVIDE ( syscall_table_ptr = 0x3fcefcc8 ); +PROVIDE ( tdefl_compress = 0x40036610 ); +PROVIDE ( tdefl_compress_buffer = 0x40036d6c ); +PROVIDE ( tdefl_compress_mem_to_mem = 0x40036e84 ); +PROVIDE ( tdefl_compress_mem_to_output = 0x40036e64 ); +PROVIDE ( tdefl_get_adler32 = 0x40036e5c ); +PROVIDE ( tdefl_get_prev_return_status = 0x40036e54 ); +PROVIDE ( tdefl_init = 0x40036d88 ); +PROVIDE ( tdefl_write_image_to_png_file_in_memory = 0x40036e98 ); +PROVIDE ( tdefl_write_image_to_png_file_in_memory_ex = 0x40036e8c ); +PROVIDE ( timer_env = 0x3fcefb9c ); +PROVIDE ( tinfl_decompress = 0x4003542c ); +PROVIDE ( tinfl_decompress_mem_to_callback = 0x400365e4 ); +PROVIDE ( tinfl_decompress_mem_to_mem = 0x400365a4 ); +PROVIDE ( uartAttach = 0x40049414 ); +PROVIDE ( uart_acm_dev = 0x3fcef350 ); +PROVIDE ( uart_baudrate_detect = 0x40049474 ); +PROVIDE ( uart_buff_switch = 0x40049a9c ); +PROVIDE ( uart_div_modify = 0x40049568 ); +PROVIDE ( uart_div_reinit = 0x400495e0 ); +PROVIDE ( uart_rx_intr_handler = 0x400491ec ); +PROVIDE ( uart_rx_one_char = 0x40049918 ); +PROVIDE ( uart_rx_one_char_block = 0x400498bc ); +PROVIDE ( uart_rx_readbuff = 0x40049a54 ); +PROVIDE ( uart_tx_flush = 0x40049850 ); +PROVIDE ( uart_tx_one_char = 0x40049820 ); +PROVIDE ( uart_tx_one_char2 = 0x40049838 ); +PROVIDE ( uart_tx_switch = 0x40049468 ); +PROVIDE ( uart_tx_wait_idle = 0x40049884 ); +PROVIDE ( uart_usb_enable_reset_on_rts = 0x400493dc ); +PROVIDE ( unloaded_area = 0x3fcef8dc ); +PROVIDE ( usb_cancel_transfer = 0x4004bfd0 ); +PROVIDE ( usb_data_stuff = 0x3ff0938c ); +PROVIDE ( usb_dc_attach = 0x4004ac1c ); +PROVIDE ( usb_dc_check_poll_for_interrupts = 0x4004b6d0 ); +PROVIDE ( usb_dc_detach = 0x4004ad60 ); +PROVIDE ( usb_dc_ep_check_cap = 0x4004ade4 ); +PROVIDE ( usb_dc_ep_clear_stall = 0x4004b040 ); +PROVIDE ( usb_dc_ep_configure = 0x4004ae28 ); +PROVIDE ( usb_dc_ep_disable = 0x4004b23c ); +PROVIDE ( usb_dc_ep_enable = 0x4004b17c ); +PROVIDE ( usb_dc_ep_flush = 0x4004b308 ); +PROVIDE ( usb_dc_ep_halt = 0x4004b0ac ); +PROVIDE ( usb_dc_ep_is_stalled = 0x4004b10c ); +PROVIDE ( usb_dc_ep_mps = 0x4004b6a8 ); +PROVIDE ( usb_dc_ep_read = 0x4004b628 ); +PROVIDE ( usb_dc_ep_read_continue = 0x4004b5e8 ); +PROVIDE ( usb_dc_ep_read_wait = 0x4004b50c ); +PROVIDE ( usb_dc_ep_set_callback = 0x4004b660 ); +PROVIDE ( usb_dc_ep_set_stall = 0x4004afe0 ); +PROVIDE ( usb_dc_ep_write = 0x4004b3d4 ); +PROVIDE ( usb_dc_ep_write_would_block = 0x4004b374 ); +PROVIDE ( usb_dc_prepare_persist = 0x4004a92c ); +PROVIDE ( usb_dc_reset = 0x4004ad94 ); +PROVIDE ( usb_dc_set_address = 0x4004adac ); +PROVIDE ( usb_dc_set_status_callback = 0x4004b69c ); +PROVIDE ( usb_deconfig = 0x4004bd70 ); +PROVIDE ( usb_dev_get_configuration = 0x4004bd14 ); +PROVIDE ( usb_dev_resume = 0x4004bd00 ); +PROVIDE ( usb_dfu_force_detach = 0x4004c380 ); +PROVIDE ( usb_dfu_init = 0x4004c368 ); +PROVIDE ( usb_dfu_set_detach_cb = 0x4004c0ac ); +PROVIDE ( usb_disable = 0x4004be20 ); +PROVIDE ( usb_dw_isr_handler = 0x4004a98c ); +PROVIDE ( usb_enable = 0x4004bd90 ); +PROVIDE ( usb_ep_clear_stall = 0x4004be90 ); +PROVIDE ( usb_ep_read_continue = 0x4004beb8 ); +PROVIDE ( usb_ep_read_wait = 0x4004bea0 ); +PROVIDE ( usb_ep_set_stall = 0x4004be80 ); +PROVIDE ( usb_get_descriptor = 0x4004b77c ); +PROVIDE ( usb_read = 0x4004be68 ); +PROVIDE ( usb_set_config = 0x4004bd2c ); +PROVIDE ( usb_set_current_descriptor = 0x4004b764 ); +PROVIDE ( usb_transfer = 0x4004bf1c ); +PROVIDE ( usb_transfer_ep_callback = 0x4004bec8 ); +PROVIDE ( usb_transfer_sync = 0x4004c020 ); +PROVIDE ( usb_write = 0x4004be50 ); +PROVIDE ( usb_write_would_block = 0x4004be40 ); +PROVIDE ( user_code_start = 0x3fced914 ); +PROVIDE ( veryBigHexP256 = 0x3ff080f4 ); +PROVIDE ( vflash_mem = 0x3fcef998 ); +PROVIDE ( vhci_env_p = 0x3fcefba4 ); +PROVIDE ( vnd_hci_command_handler_wrapper = 0x40002f20 ); +PROVIDE ( xthal_bcopy = 0x400552ac ); +PROVIDE ( xthal_copy123 = 0x40055338 ); +PROVIDE ( xthal_get_ccompare = 0x4005543c ); +PROVIDE ( xthal_get_ccount = 0x40055410 ); +PROVIDE ( xthal_get_interrupt = 0x4005545c ); +PROVIDE ( xthal_memcpy = 0x400552d0 ); +PROVIDE ( xthal_set_ccompare = 0x40055418 ); +PROVIDE ( xthal_set_intclear = 0x40055464 ); +PROVIDE ( xthal_spill_registers_into_stack_nw = 0x400548f8 ); +PROVIDE ( xthal_window_spill = 0x40054a0c ); +PROVIDE ( xthal_window_spill_nw = 0x400548f8 ); +PROVIDE ( xthals_hw_configid0 = 0xc2f0fffe ); +PROVIDE ( xthals_hw_configid1 = 0x23086d67 ); +PROVIDE ( xthals_release_major = 0x00002ee0 ); +PROVIDE ( xthals_release_minor = 0x0000000c ); +PROVIDE ( xtos_c_handler_table = 0x3fcee27c ); +PROVIDE ( xtos_c_wrapper_handler = 0x400396cc ); +PROVIDE ( xtos_cause3_handler = 0x400396bc ); +PROVIDE ( xtos_exc_handler_table = 0x3fcee17c ); +PROVIDE ( xtos_interrupt_mask_table = 0x3fcee490 ); +PROVIDE ( xtos_interrupt_table = 0x3fcee390 ); +PROVIDE ( xtos_p_none = 0x40055234 ); +PROVIDE ( xtos_unhandled_exception = 0x40055294 ); +PROVIDE ( xtos_unhandled_interrupt = 0x400552a4 ); diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld new file mode 100644 index 000000000..ab877c7a6 --- /dev/null +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld @@ -0,0 +1,99 @@ +/** + * Unlike other ROM functions which declare weak symbols using PROVIDE, + * these libgcc functions are exported using assignment, which declare strong symbols. + * + * Note: These ROM functions are always linked instead of the ones provided by libgcc.a. + */ +__absvdi2 = 0x40037f14; +__absvsi2 = 0x40037f00; +__adddf3 = 0x4003bd5c; +__addsf3 = 0x4003b9f0; +__addvdi3 = 0x4003c488; +__addvsi3 = 0x4003c464; +__ashldi3 = 0x40055928; +__ashrdi3 = 0x40055940; +__bswapdi2 = 0x40039054; +__bswapsi2 = 0x4003902c; +__clear_cache = 0x40037ef8; +__clrsbdi2 = 0x400390c8; +__clrsbsi2 = 0x400390b0; +__clzdi2 = 0x40055bbc; +__clzsi2 = 0x400558f8; +__cmpdi2 = 0x40037eb8; +__ctzdi2 = 0x40055bd0; +__ctzsi2 = 0x40055900; +__divdc3 = 0x40038b74; +__divdf3 = 0x4003c120; +__divdi3 = 0x40055bf0; +__divsc3 = 0x400388d4; +__divsf3 = 0x40055974; +__divsi3 = 0x400558c8; +__eqdf2 = 0x40037d40; +__eqsf2 = 0x40037a0c; +__extendsfdf2 = 0x4003c400; +__ffsdi2 = 0x40055b98; +__ffssi2 = 0x40055914; +__fixdfdi = 0x4003c290; +__fixdfsi = 0x4003c244; +__fixsfdi = 0x4003bc18; +__fixsfsi = 0x4003bbd8; +__fixunsdfsi = 0x4003c2fc; +__fixunssfdi = 0x4003bcd0; +__fixunssfsi = 0x4003bc78; +__floatdidf = 0x40055af4; +__floatdisf = 0x40055a2c; +__floatsidf = 0x40055ab0; +__floatsisf = 0x400559dc; +__floatundidf = 0x40055ae4; +__floatundisf = 0x40055a1c; +__floatunsidf = 0x40055aa4; +__floatunsisf = 0x400559d0; +__gcc_bcmp = 0x40039100; +__gedf2 = 0x40037e00; +__gesf2 = 0x40037aa4; +__gtdf2 = 0x40037d74; +__gtsf2 = 0x40037a38; +__ledf2 = 0x40037d9c; +__lesf2 = 0x40037a58; +__lshrdi3 = 0x4005595c; +__ltdf2 = 0x40037e28; +__ltsf2 = 0x40037ac4; +__moddi3 = 0x40055eb8; +__modsi3 = 0x400558d0; +__muldc3 = 0x4003829c; +__muldf3 = 0x40037c24; +__muldi3 = 0x40055b68; +__mulsc3 = 0x40037fd8; +__mulsf3 = 0x40037960; +__mulsi3 = 0x400558c0; +__mulvdi3 = 0x4003c548; +__mulvsi3 = 0x4003c530; +__nedf2 = 0x40037d40; +__negdf2 = 0x40037b38; +__negdi2 = 0x40055b80; +__negsf2 = 0x4003b9c8; +__negvdi2 = 0x4003c664; +__negvsi2 = 0x4003c644; +__nesf2 = 0x40037a0c; +__nsau_data = 0x3ff07430; +__paritysi2 = 0x4003c730; +__popcountdi2 = 0x4003c6d8; +__popcountsi2 = 0x4003c6a0; +__popcount_tab = 0x3ff07430; +__powidf2 = 0x40037f74; +__powisf2 = 0x40037f34; +__subdf3 = 0x4003beb0; +__subsf3 = 0x4003bad8; +__subvdi3 = 0x4003c4ec; +__subvsi3 = 0x4003c4c8; +__truncdfsf2 = 0x4003c35c; +__ucmpdi2 = 0x40037ed8; +__udivdi3 = 0x40056160; +__udivmoddi4 = 0x40039140; +__udivsi3 = 0x400558d8; +__udiv_w_sdiv = 0x40039138; +__umoddi3 = 0x400563e4; +__umodsi3 = 0x400558e0; +__umulsidi3 = 0x400558e8; +__unorddf2 = 0x40037e8c; +__unordsf2 = 0x40037b10; diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-data.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-data.ld new file mode 100644 index 000000000..adc8a3d8d --- /dev/null +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-data.ld @@ -0,0 +1,17 @@ +/** + * These are the .bss/.data symbols used by newlib functions present in ESP32S3 ROM. + * See also esp32s3.rom.newlib-funcs.ld for the list of general newlib functions. + * + * Unlike other ROM functions which declare weak symbols using PROVIDE, + * newlib related functions are exported using assignment, which declare strong symbols. + * + * Note: These ROM data are always linked instead of the ones provided by libc.a. + */ +_ctype_ = 0x3ff0732c; +__default_global_locale = 0x3ff071c0; +_global_impure_ptr = 0x3fcefcdc; +__global_locale_ptr = 0x3fcefccc; +_PathLocale = 0x3fcefcd0; +__sf_fake_stderr = 0x3ff0c524; +__sf_fake_stdin = 0x3ff0c564; +__sf_fake_stdout = 0x3ff0c544; diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-funcs.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-funcs.ld new file mode 100644 index 000000000..4525624dd --- /dev/null +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-funcs.ld @@ -0,0 +1,129 @@ +/** + * These are the newlib functions present in ESP32S3 ROM. + * See also esp32s3.rom.newlib-data.ld for the list of .data/.bss symbols used by these functions, + * See also esp32s3.rom.newlib-nano.ld for "nano" versions of printf/scanf family of functions. + * + * Unlike other ROM functions which declare weak symbols using PROVIDE, + * newlib related functions are exported using assignment, which declare strong symbols. + * + * Note: These ROM functions are always linked instead of the ones provided by libc.a. + */ +abs = 0x40032344; +__ascii_mbtowc = 0x40039ec4; +__ascii_wctomb = 0x40033cb0; +__assert = 0x40054a5c; +__assert_func = 0x40054a30; +atoi = 0x40032984; +_atoi_r = 0x40032994; +atol = 0x400329ac; +_atol_r = 0x400329bc; +bzero = 0x40039d84; +_cleanup_r = 0x40054a6c; +creat = 0x40039d48; +div = 0x4003234c; +fclose = 0x40054e9c; +_fclose_r = 0x40054da4; +fflush = 0x40033fd8; +_fflush_r = 0x40033f50; +__fp_unlock_all = 0x40054cd4; +__fputwc = 0x40033b2c; +fputwc = 0x40033c40; +_fputwc_r = 0x40033bc0; +_fwalk = 0x40056670; +_fwalk_reent = 0x400566b0; +isalnum = 0x40039d94; +isalpha = 0x40039da4; +isascii = 0x4005546c; +_isatty_r = 0x40039d5c; +isblank = 0x40039db4; +iscntrl = 0x40039dd4; +isdigit = 0x40039dec; +isgraph = 0x40039e24; +islower = 0x40039e04; +isprint = 0x40039e3c; +ispunct = 0x40039e50; +isspace = 0x40039e68; +isupper = 0x40039e80; +__itoa = 0x40032938; +itoa = 0x40032974; +labs = 0x40032370; +ldiv = 0x40032378; +__locale_ctype_ptr = 0x40034050; +__locale_ctype_ptr_l = 0x40034048; +__locale_mb_cur_max = 0x40034030; +longjmp = 0x400322d0; +_mbtowc_r = 0x40039e9c; +memccpy = 0x40039ee8; +memchr = 0x40039f5c; +memcmp = 0x40055480; +memcpy = 0x40055528; +memmove = 0x40055620; +memrchr = 0x40039ff8; +memset = 0x40055710; +qsort = 0x4003239c; +rand_r = 0x4003a170; +__sclose = 0x40054d90; +__seofread = 0x40054d1c; +setjmp = 0x4003226c; +setlocale = 0x40034068; +_setlocale_r = 0x40033ffc; +__sflush_r = 0x40033dc8; +__sfmoreglue = 0x40054ab4; +__sfp = 0x40054bdc; +__sfp_lock_acquire = 0x40054c8c; +__sfp_lock_release = 0x40054c98; +__sfvwrite_r = 0x40033674; +__sinit = 0x40054af4; +__sinit_lock_acquire = 0x40054ca4; +__sinit_lock_release = 0x40054cb0; +__smakebuf_r = 0x40033d28; +srand = 0x4003a094; +__sread = 0x40054cec; +__sseek = 0x40054d5c; +strcasecmp = 0x4003a1bc; +strcasestr = 0x4003a850; +strcat = 0x4003aba8; +strchr = 0x4003abec; +strcmp = 0x4003acd8; +strcoll = 0x4003adfc; +strcpy = 0x4003ae10; +strcspn = 0x4005575c; +strdup = 0x4003aea0; +_strdup_r = 0x4003aeb4; +strlcat = 0x4003aed4; +strlcpy = 0x40055798; +strlen = 0x4003af3c; +strlwr = 0x4003afa0; +strncasecmp = 0x4003afd0; +strncat = 0x4003b028; +strncmp = 0x4003b088; +strncpy = 0x4003b178; +strndup = 0x4003b254; +_strndup_r = 0x4003b268; +strnlen = 0x400557d8; +strrchr = 0x4003b2b8; +strsep = 0x4003b2e4; +strspn = 0x4005580c; +strstr = 0x4003b674; +__strtok_r = 0x40055848; +strtok_r = 0x400558a4; +strtol = 0x40032b14; +strtol_l = 0x40032afc; +_strtol_r = 0x40032ad8; +strtoul = 0x40032c84; +strtoul_l = 0x40032c6c; +_strtoul_r = 0x40032c48; +strupr = 0x4003b8bc; +__swbuf = 0x40033a34; +__swbuf_r = 0x4003396c; +__swhatbuf_r = 0x40033cd4; +__swrite = 0x40054d24; +__swsetup_r = 0x40033a48; +toascii = 0x400558b8; +tolower = 0x4003b990; +toupper = 0x4003b9ac; +__utoa = 0x400321f4; +utoa = 0x4003225c; +wcrtomb = 0x40033618; +_wcrtomb_r = 0x400335c0; +_wctomb_r = 0x40033c88; diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-nano.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-nano.ld new file mode 100644 index 000000000..0fd65b914 --- /dev/null +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-nano.ld @@ -0,0 +1,28 @@ +/** + * These are the printf/scanf related newlib functions present in ESP32S3 ROM. + * These functions are compiled with newlib "nano" format option. + * As such, they don't support 64-bit integer formats. + * Floating point formats are supported by setting _printf_float and + * _scanf_float entries in syscall table. This is done automatically by startup code. + * + * See also esp32s3.rom.newlib-data.ld for the list of .data/.bss symbols used by newlib functions. + * See also esp32s3.rom.newlib-funcs.ld for the list of general newlib functions. + * + * Unlike other ROM functions which declare weak symbols using PROVIDE, + * newlib related functions are exported using assignment, which declare strong symbols. + * + * Note: These ROM functions are always linked instead of the ones provided by libc.a. + */ +_printf_common = 0x40033114; +_printf_i = 0x40033214; +__sfputs_r = 0x40032d44; +fiprintf = 0x40032cdc; +_fiprintf_r = 0x40032cac; +__fp_lock_all = 0x40054cbc; +fprintf = 0x40032cdc; +_fprintf_r = 0x40032cac; +__sprint_r = 0x40032d90; +vfiprintf = 0x400330f4; +_vfiprintf_r = 0x40032df8; +vfprintf = 0x400330f4; +_vfprintf_r = 0x40032df8; diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.spiflash.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.spiflash.ld new file mode 100644 index 000000000..981ee3a92 --- /dev/null +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.spiflash.ld @@ -0,0 +1,24 @@ +/** + * SPI flash driver function, compatibility names. + */ + +PROVIDE ( g_rom_spiflash_dummy_len_plus = dummy_len_plus); +PROVIDE ( g_ticks_per_us_pro = g_ticks_per_us ); +PROVIDE ( g_rom_flashchip = SPI_flashchip_data ); +PROVIDE ( g_rom_spiflash_chip = SPI_flashchip_data ); +PROVIDE ( esp_rom_spiflash_config_param = SPIParamCfg ); +PROVIDE ( esp_rom_spiflash_read_statushigh = SPI_read_status_high ); +PROVIDE ( esp_rom_spiflash_read_user_cmd = SPI_user_command_read ); +PROVIDE ( esp_rom_spiflash_write = SPIWrite ); +PROVIDE ( esp_rom_spiflash_read = SPIRead ); +PROVIDE ( esp_rom_spiflash_write_encrypted_disable = SPI_Write_Encrypt_Disable ); +PROVIDE ( esp_rom_spiflash_write_encrypted_enable = SPI_Write_Encrypt_Enable ); +PROVIDE ( esp_rom_spiflash_config_clk = SPIClkConfig ); +PROVIDE ( esp_rom_spiflash_select_qio_pins = SelectSpiQIO ); +PROVIDE ( esp_rom_spiflash_unlock = SPIUnlock ); +PROVIDE ( esp_rom_spiflash_erase_sector = SPIEraseSector ); +PROVIDE ( esp_rom_spiflash_erase_block = SPIEraseBlock ); +PROVIDE ( esp_rom_spiflash_wait_idle = SPI_Wait_Idle ); +PROVIDE ( esp_rom_spiflash_config_readmode = SPIReadModeCnfig ); +PROVIDE ( esp_rom_spiflash_erase_block = SPIEraseBlock ); +PROVIDE ( esp_rom_spiflash_write_encrypted = SPI_Encrypt_Write ); diff --git a/components/esp_rom/include/esp32s2/rom/rsa_pss.h b/components/esp_rom/include/esp32s2/rom/rsa_pss.h index 6a70c578c..cd6218f7f 100644 --- a/components/esp_rom/include/esp32s2/rom/rsa_pss.h +++ b/components/esp_rom/include/esp32s2/rom/rsa_pss.h @@ -16,7 +16,6 @@ #define _ROM_RSA_PSS_H_ #include -#include "rsa_pss.h" #define ETS_SIG_LEN 384 /* Bytes */ #define ETS_DIGEST_LEN 32 /* SHA-256, bytes */