Skip to content

Commit 4a21426

Browse files
authored
Merge pull request #3103 from hierophect/stm32-simplex-spi-fix
STM32: add debug flags, fix hang in simplex SPI
2 parents d901b05 + 4b66483 commit 4a21426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/stm/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ INC += -I../../supervisor/shared/usb
8181

8282
#Debugging/Optimization
8383
ifeq ($(DEBUG), 1)
84-
CFLAGS += -ggdb
84+
CFLAGS += -ggdb3
8585
# You may want to enable these flags to make setting breakpoints easier.
8686
CFLAGS += -fno-inline -fno-ipa-sra
8787
else
8888
CFLAGS += -Os -DNDEBUG
89-
CFLAGS += -ggdb
89+
CFLAGS += -ggdb3
9090
# TODO: Test with -flto
9191
# CFLAGS += -flto
9292
endif

ports/stm/st_driver

Submodule st_driver updated 892 files

0 commit comments

Comments
 (0)