having problems with dma m2m mode

This commit is contained in:
jaseg 2020-03-13 18:19:02 +01:00
parent 838eb6b26e
commit 1b7ae0aeef
3 changed files with 20 additions and 10 deletions

View file

@ -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