forked from xuos/xiuos
1、feat add link-bootloader.lds[start from 0x60000000] and link-application.lds[start from 0x60040000];
2、support BSP_USING_OTA MCUBOOT_BOOTLOADER and MCUBOOT_APPLICATION in xidatong-arm32/Kconfig; 3、support compile XiZi-xidatong-arm32-boot.bin when enable MCUBOOT_BOOTLOADER and XiZi-xidatong-arm32-app.bin when enable MCUBOOT_APPLICATION; 4、add QSPIFlash function for xidatong-arm32。
This commit is contained in:
@@ -40,6 +40,22 @@ menu "xidatong-arm32 feature"
|
||||
int "stack size for interrupt"
|
||||
default 4096
|
||||
|
||||
config BSP_USING_OTA
|
||||
bool "xidatong arm32 support OTA function"
|
||||
default n
|
||||
if BSP_USING_OTA
|
||||
choice
|
||||
prompt "compile bootloader bin or application bin."
|
||||
default MCUBOOT_BOOTLOADER
|
||||
|
||||
config MCUBOOT_BOOTLOADER
|
||||
bool "config as bootloader."
|
||||
|
||||
config MCUBOOT_APPLICATION
|
||||
bool "config as application."
|
||||
endchoice
|
||||
endif
|
||||
|
||||
menu "config board peripheral"
|
||||
config MOUNT_SDCARD
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user