Blame view

RIOT/cpu/nrf52/Makefile.include 320 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
  export CPU_ARCH = cortex-m4f
  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 $(RIOTMAKE)/arch/cortexm.inc.mk