mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nrf9160dk: add riotboot to FEATURES_PROVIDED
This commit is contained in:
parent
09e0692a85
commit
25b168c34f
@ -6,3 +6,5 @@ FEATURES_PROVIDED += periph_i2c
|
||||
FEATURES_PROVIDED += periph_spi
|
||||
FEATURES_PROVIDED += periph_timer
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
||||
FEATURES_PROVIDED += riotboot
|
||||
|
@ -7,11 +7,10 @@ RAM_START_ADDR ?= 0x20000000
|
||||
|
||||
LINKER_SCRIPT ?= cortexm.ld
|
||||
|
||||
FLASHFILE = $(BINFILE)
|
||||
FLASHFILE ?= $(BINFILE)
|
||||
|
||||
PROGRAMMER ?= jlink
|
||||
JLINK_DEVICE = NRF9160_XXAA
|
||||
|
||||
|
||||
include $(RIOTCPU)/nrf5x_common/Makefile.include
|
||||
include $(RIOTMAKE)/arch/cortexm.inc.mk
|
||||
|
Loading…
Reference in New Issue
Block a user