mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 01:33:30 +08:00
a538b26858
* Add riscv_32e support * add bl808 lp core * update README.md
16 lines
381 B
INI
Executable File
16 lines
381 B
INI
Executable File
[cfg]
|
|
# 0: no erase, 1:programmed section erase, 2: chip erase
|
|
erase = 1
|
|
# skip mode set first para is skip addr, second para is skip len, multi-segment region with ; separated
|
|
skip_mode = 0x0, 0x0
|
|
# 0: not use isp mode, #1: isp mode
|
|
boot2_isp_mode = 0
|
|
|
|
[FW1]
|
|
filedir = ./m0/rtthread_m0.bin
|
|
address = 0x000000
|
|
|
|
[FW2]
|
|
filedir = ./lp/rtthread_lp.bin
|
|
address = 0xC0000
|