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,5 +1,8 @@
# makefile for arm gcc toolchain
# Can be set by family, default to ARM GCC
CROSS_COMPILE ?= arm-none-eabi-
CC = $(CROSS_COMPILE)gcc
CXX = $(CROSS_COMPILE)g++
AS = $(CC) -x assembler-with-cpp

View File

@@ -1,4 +1,6 @@
# makefile for arm iar toolchain
CC = iccarm
AS = iasmarm
LD = ilinkarm
OBJCOPY = ielftool --silent