feat(bootloader): add xmc spi_flash startup flow to improve reliability

This commit is contained in:
Dong Heng
2022-08-10 16:04:45 +08:00
parent 7270911082
commit b5301bf124
5 changed files with 192 additions and 11 deletions

View File

@@ -8,4 +8,5 @@ PROVIDE ( gpio_input_get = 0x40004cf0 );
PROVIDE ( xthal_get_ccount = 0x4000dd38 );
PROVIDE ( uart_div_modify = 0x400039d8 );
PROVIDE ( ets_io_vprintf = 0x40001f00 );
PROVIDE ( ets_io_vprintf = 0x40001f00 );
PROVIDE ( ets_rom_delay_us = 0x40002ecc );