1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

boards/stm32fXdiscovery: added debug-server target

added "make debug-server" target for
- stm32f0discovery
- stm32f3discovery
- stm32f4discovery
This commit is contained in:
Hauke Petersen 2014-08-05 18:22:54 +02:00
parent 34abdbe5f2
commit 9ced34a52d
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export OBJCOPY = $(PREFIX)objcopy
export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm
export FLASHER = st-flash
export DEBUGGER = $(RIOTBOARD)/$(BOARD)/dist/debug.sh
export DEBUGSERVER = st-util
# define build specific options
CPU_USAGE = -mcpu=cortex-m0

View File

@ -25,6 +25,7 @@ export OBJCOPY = $(PREFIX)objcopy
export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm
export FLASHER = st-flash
export DEBUGGER = $(RIOTBOARD)/$(BOARD)/dist/debug.sh
export DEBUGSERVER = st-util
# define build specific options
CPU_USAGE = -mcpu=cortex-m4

View File

@ -25,6 +25,7 @@ export OBJCOPY = $(PREFIX)objcopy
export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm
export FLASHER = st-flash
export DEBUGGER = $(RIOTBOARD)/$(BOARD)/dist/debug.sh
export DEBUGSERVER = st-util
# define build specific options
CPU_USAGE = -mcpu=cortex-m4