mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #15543 from aabadie/pr/tools/robotis-loader_common
boards/opencm904: move robotis-loader in common place
This commit is contained in:
commit
9f3eebd9b9
@ -8,13 +8,7 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
|||||||
include $(RIOTMAKE)/tools/serial.inc.mk
|
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||||
|
|
||||||
# custom flasher to use with the bootloader
|
# custom flasher to use with the bootloader
|
||||||
FLASHER = $(RIOTBOARD)/opencm904/dist/robotis-loader.py
|
PROGRAMMER ?= robotis-loader
|
||||||
DEBUGGER =
|
|
||||||
DEBUGSERVER =
|
|
||||||
|
|
||||||
FLASHFILE ?= $(BINFILE)
|
|
||||||
FFLAGS = $(PROG_DEV) $(FLASHFILE)
|
|
||||||
DEBUGGER_FLAGS =
|
|
||||||
|
|
||||||
# Skip the space needed by the embedded bootloader
|
# Skip the space needed by the embedded bootloader
|
||||||
ROM_OFFSET ?= 0x3000
|
ROM_OFFSET ?= 0x3000
|
||||||
|
3
makefiles/tools/robotis-loader.inc.mk
Normal file
3
makefiles/tools/robotis-loader.inc.mk
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FLASHER ?= $(RIOTTOOLS)/robotis-loader/robotis-loader.py
|
||||||
|
FLASHFILE ?= $(BINFILE)
|
||||||
|
FFLAGS ?= $(PROG_DEV) $(FLASHFILE)
|
Loading…
Reference in New Issue
Block a user