mirror of
https://github.com/andreili/katapult.git
synced 2025-08-24 03:44:06 +02:00
rp2040: make deployer build optional
Signed-off-by: Alex Malishev <malishev@gmail.com>
This commit is contained in:
parent
a89db2442e
commit
c9469e7038
@ -44,10 +44,6 @@ config APPLICATION_START
|
|||||||
default 0x10004000
|
default 0x10004000
|
||||||
hex
|
hex
|
||||||
|
|
||||||
config DEPLOYER_START
|
|
||||||
hex
|
|
||||||
default 0x10004000
|
|
||||||
|
|
||||||
config BOOTLOADER_START
|
config BOOTLOADER_START
|
||||||
hex
|
hex
|
||||||
default 0x10000100
|
default 0x10000100
|
||||||
@ -87,6 +83,21 @@ config RP2040_STAGE2_CLKDIV
|
|||||||
default 4 if RP2040_FLASH_GENERIC_03
|
default 4 if RP2040_FLASH_GENERIC_03
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
|
######################################################################
|
||||||
|
# Deployer
|
||||||
|
######################################################################
|
||||||
|
|
||||||
|
choice
|
||||||
|
prompt "Build CanBoot deployment application"
|
||||||
|
config RP2040_FLASH_START_0000
|
||||||
|
bool "Do not build"
|
||||||
|
config RP2040_FLASH_START_4000
|
||||||
|
bool "16KiB bootloader"
|
||||||
|
endchoice
|
||||||
|
config DEPLOYER_START
|
||||||
|
hex
|
||||||
|
default 0x10004000 if RP2040_FLASH_START_4000
|
||||||
|
default 0
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# Communication inteface
|
# Communication inteface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user