mynewt-core icon indicating copy to clipboard operation
mynewt-core copied to clipboard

da1469x: Specify custom location of da1469x_flash_loader

Open jrotkiewicz opened this issue 2 years ago • 3 comments

User may now use the mynewt value FLASH_LOADER_TARGET in bootloader target to specify the da1469x_flash_loader target location.

jrotkiewicz avatar May 25 '22 14:05 jrotkiewicz

@kasjer

jrotkiewicz avatar May 25 '22 14:05 jrotkiewicz

BSP is definitely not a good place to have this configured - it should be in some common package for MCU as otherwise syscfg has to be defined for each BSP separately

also I am not sure if syscfg is the way to go here, I'd lean towards using env variable to overwrite flash loader target and/or .elf location

andrzej-kaczmarek avatar May 25 '22 15:05 andrzej-kaczmarek

Style check summary

No suggestions at this time!

apache-mynewt-bot avatar May 25 '22 16:05 apache-mynewt-bot