1、Adapt ota-related interfaces to the XiZi_IIoT/tool/bootloader directory

2、Add flash config by menuconfig
This commit is contained in:
wgzAIIT
2023-05-05 17:07:30 +08:00
parent 0ecb29c887
commit 4b40ae19dc
22 changed files with 631 additions and 485 deletions
@@ -40,22 +40,6 @@ 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