1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards: don't export ROM_OFFSET variable

This commit is contained in:
Alexandre Abadie 2020-02-22 09:33:46 +01:00
parent bd81060354
commit b7f5b18991
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ FFLAGS = $(PROG_DEV) $(FLASHFILE)
DEBUGGER_FLAGS =
# Skip the space needed by the embedded bootloader
export ROM_OFFSET ?= 0x3000
ROM_OFFSET ?= 0x3000

View File

@ -11,7 +11,7 @@ FLASHFILE ?= $(BINFILE)
FFLAGS = -d 1d50:607f -a 0 -s 0x08005000:leave -D $(FLASHFILE)
# Skip the space needed by the embedded bootloader
export ROM_OFFSET ?= 0x5000
ROM_OFFSET ?= 0x5000
# this board uses openocd
include $(RIOTMAKE)/tools/openocd.inc.mk

View File

@ -47,7 +47,7 @@ ifeq (dfu-util,$(PROGRAMMER))
$(error DFU_USB_ID is not set)
endif
# Skip the space needed by the embedded bootloader
export ROM_OFFSET ?= 0x2000
ROM_OFFSET ?= 0x2000
FLASHER = dfu-util
DEBUGGER = # no debugger
RESET ?= # dfu-util has no support for resetting the device