Hi all,
The mynewt documentaion says it supports also a single image setup without a
bootloader.
I would like to use more flash in apps on calliope or microbit but without the
complication of split images.
How can I do that?
Can I still use a flash-map like this:
bsp.flash_map:
areas:
# User areas.
FLASH_AREA_NFFS:
user_id: 0
device: 0
offset: 0x00037000
size: 32kB
FLASH_AREA_FCB_CONF:
user_id: 1
device: 0
offset: 0x0003f000
size: 2kB
FLASH_AREA_FCB_LOG:
user_id: 3
device: 0
offset: 0x0003f800
size: 2kB
Regards
Alfred