diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-13 18:19:02 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-13 18:19:02 +0100 |
commit | 1b7ae0aeefb4ccb2913c3bd8a2f5ac1c84b0a75d (patch) | |
tree | 820c2f3f174a57e363885bf0ededfb9efb48a4ed /controller/fw/Makefile | |
parent | 838eb6b26e4acc53cda47abaca6ed6392ae31ffc (diff) | |
download | master-thesis-1b7ae0aeefb4ccb2913c3bd8a2f5ac1c84b0a75d.tar.gz master-thesis-1b7ae0aeefb4ccb2913c3bd8a2f5ac1c84b0a75d.tar.bz2 master-thesis-1b7ae0aeefb4ccb2913c3bd8a2f5ac1c84b0a75d.zip |
having problems with dma m2m mode
Diffstat (limited to 'controller/fw/Makefile')
-rw-r--r-- | controller/fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/fw/Makefile b/controller/fw/Makefile index 58acf4c..89960d2 100644 --- a/controller/fw/Makefile +++ b/controller/fw/Makefile @@ -121,7 +121,7 @@ CFLAGS += -I$(abspath musl_include_shims) COMMON_CFLAGS += -I$(BUILDDIR) -Isrc -Itinyaes CFLAGS += -I$(CUBE_DIR)/Drivers/CMSIS/Device/ST/STM32F4xx/Include -COMMON_CFLAGS += -Os -std=gnu11 -g -DSTM32F407xx -DSTM32F4 +COMMON_CFLAGS += -O0 -std=gnu11 -g -DSTM32F407xx -DSTM32F4 CFLAGS += $(ARCH_FLAGS) $(SYSTEM_FLAGS) #SIM_CFLAGS += -mthumb -mcpu=cortex-m4 -mfloat-abi=soft CFLAGS += -fno-common -ffunction-sections -fdata-sections |