mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
feat(bootloader): Add startup function
This commit is contained in:
@ -541,18 +541,6 @@ LoadStoreErrorHandler_common:
|
||||
rsr a1, excsave1
|
||||
rfe
|
||||
|
||||
.section .UserEnter.text, "ax"
|
||||
.global call_user_start
|
||||
.type call_user_start,@function
|
||||
.align 4
|
||||
.literal_position
|
||||
vector_entr:
|
||||
.word 0x40100000
|
||||
call_user_start:
|
||||
l32r a2, 0x40100000
|
||||
wsr a2, vecbase
|
||||
call0 user_start /* user exception handler */
|
||||
|
||||
#if 0
|
||||
/*
|
||||
Panic handler.
|
||||
|
Reference in New Issue
Block a user