change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)

This commit is contained in:
hathach
2024-04-24 16:17:33 +07:00
parent eaec0fb139
commit b67cb26e51
14 changed files with 56 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
include ../../build_system/make/make.mk
FREERTOS_SRC = lib/FreeRTOS-Kernel
FREERTOS_PORTABLE_PATH= $(FREERTOS_SRC)/portable/$(if $(USE_IAR),IAR,GCC)
FREERTOS_PORTABLE_PATH= $(FREERTOS_SRC)/portable/$(if $(findstring iar,$(TOOLCHAIN)),IAR,GCC)
INC += \
src \