Skip to content
Snippets Groups Projects
Commit 41e9884b authored by kYc0o's avatar kYc0o
Browse files

cpu/nrf52: add alignment and image header sizes for bootlaoder usage

parent b19fcba0
No related branches found
No related tags found
No related merge requests found
export CPU_ARCH = cortex-m4f export CPU_ARCH = cortex-m4f
export CPU_FAM = nrf52 export CPU_FAM = nrf52
# Export internal ROM alignment and slot sizes for bootloader support
export IMAGE_ALIGN = 8
export SLOT0_SIZE = 0x8000
export SLOT1_SIZE = 0x3C000
export SLOT2_SIZE = 0x3C000
include $(RIOTCPU)/nrf5x_common/Makefile.include include $(RIOTCPU)/nrf5x_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk include $(RIOTMAKE)/arch/cortexm.inc.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment