mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
v1.1.1
This commit is contained in:
@@ -8,18 +8,25 @@ config AIC_BOOTLOADER
|
||||
select AIC_USING_UMM_HEAP
|
||||
|
||||
menu "Memory"
|
||||
config AIC_BOOTLOADER_MEM_AUTO
|
||||
bool "Bootloader memory auto config"
|
||||
default y
|
||||
|
||||
config AIC_BOOTLOADER_TEXT_BASE
|
||||
hex "BootLoader link address"
|
||||
default 0
|
||||
depends on !AIC_BOOTLOADER_MEM_AUTO
|
||||
config AIC_BOOTLOADER_TEXT_SIZE
|
||||
hex "BootLoader code memory size"
|
||||
default 0
|
||||
default 0x3FF00
|
||||
|
||||
config AIC_BOOTLOADER_HEAP_BASE
|
||||
hex "BootLoader heap address"
|
||||
default 0
|
||||
depends on !AIC_BOOTLOADER_MEM_AUTO
|
||||
config AIC_BOOTLOADER_HEAP_SIZE
|
||||
hex "BootLoader heap size"
|
||||
default 0
|
||||
default 0xC0000
|
||||
endmenu
|
||||
|
||||
menu "Console"
|
||||
|
||||
Reference in New Issue
Block a user