Skip to content

Commit

Permalink
Update DEBUG=3 to use ITM for use with Cortex-Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
giseburt committed Jul 27, 2020
1 parent c0bb23f commit cfd1f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ifeq ($(DEBUG),2)
DEVICE_DEFINES += DEBUG=1 IN_DEBUGGER=1
endif
ifeq ($(DEBUG),3)
DEVICE_DEFINES += DEBUG=1 IN_DEBUGGER=1 DEBUG_SEMIHOSTING=1
DEVICE_DEFINES += DEBUG=1 IN_DEBUGGER=1 DEBUG_SEMIHOSTING=1 DEBUG_USE_ITM=1
endif
#ifeq ($(DEBUG),3)
# DEVICE_DEFINES += DEBUG=1 IN_DEBUGGER=1 DEBUG_SEMIHOSTING=1
Expand Down

0 comments on commit cfd1f67

Please sign in to comment.