1
0
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:
Dylan Laduranty 2021-11-17 11:39:00 +01:00 committed by dylad
parent 09e0692a85
commit 25b168c34f
2 changed files with 3 additions and 2 deletions

View File

@ -6,3 +6,5 @@ FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += riotboot

View File

@ -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