1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/tools
cladmi 8a78355482
edbg.inc.mk: handle IMAGE_OFFSET being defined with a space
Handle that `IMAGE_OFFSET` can be set to something that contain spaces.

With 'IMAGE_OFFSET=$$((0x1000 + 0x1000))' we had in the command line when doing
'flash'

    --offset $((0x1000 --offset + --offset 0x1000))

With the change we correctly have

    --offset $((0x1000 + 0x1000))
2018-09-18 18:28:19 +02:00
..
openocd-adapters boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
bossa.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
edbg.inc.mk edbg.inc.mk: handle IMAGE_OFFSET being defined with a space 2018-09-18 18:28:19 +02:00
gdb.inc.mk makefiles: Split GDB settings from toolchain 2017-10-18 14:34:20 +02:00
jlink.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
openocd.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
renode.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
serial.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
targets.inc.mk makefiles/tools: add Makefile dependency to EDBG 2018-07-10 15:20:14 +02:00