stm32f1增加lwip支持(dm9000网卡),增加外扩sram支持

This commit is contained in:
zhangzheng
2024-01-20 21:20:45 +08:00
parent 57fb11ec87
commit 25715ac36f
47 changed files with 1260 additions and 6206 deletions

View File

@@ -35,7 +35,7 @@ endif()
# -mfloat-abi=soft -u _printf_float
set(CMAKE_C_FLAGS "-mcpu=${CONFIG_ARCH} -O0 -g3 -lc -lrdimon -mfloat-abi=${FLOAT_TYPE} -u _printf_float -D=MKRTOS \
-std=gnu11 -ffunction-sections -fdata-sections -fno-builtin\
-std=gnu11 -ffunction-sections -fdata-sections -fno-builtin \
-nostartfiles -nodefaultlibs -nostdlib -nostdinc -Xlinker \
-fno-stack-protector -Wl,--gc-sections \
-include ${CMAKE_SOURCE_DIR}/build/autoconf.h \