修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

View File

@@ -90,6 +90,12 @@ $(NAME)_SOURCES += wlan_bus_driver/wlan_bus_SPI.c
endif #SHARED_WIFI_SPI_BUS
endif #NO_WIFI
# These need to be forced into the final ELF since they are not referenced otherwise
$(NAME)_LINK_FILES := ../../$(HOST_ARCH)/crt0_$(TOOLCHAIN_NAME).o \
../../$(HOST_ARCH)/hardfault_handler.o \
platform_vector_table.o \
# $(NAME)_CFLAGS = $(COMPILER_SPECIFIC_PEDANTIC_CFLAGS)

View File

View File

0
mico-os/platform/MCU/STM32F4xx/platform_cmsis.h Normal file → Executable file
View File