mm32 temp

This commit is contained in:
hathach 2024-05-03 23:15:14 +07:00
parent fcfd5a6625
commit 58248f3e7f
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52
2 changed files with 3 additions and 9 deletions

View File

@ -1,12 +1,9 @@
CFLAGS += \
-DHSE_VALUE=8000000
JLINK_DEVICE = MM32F3273G9P
LD_FILE = $(BOARD_PATH)/flash.ld
SRC_S += $(SDK_DIR)/mm32f327x/MM32F327x/Source/GCC_StartAsm/startup_mm32m3ux_u_gcc.S
# For flash-jlink target
#JLINK_DEVICE = stm32f411ve
# flash target using on-board stlink
#flash: flash-jlink
flash: flash-jlink

View File

@ -27,6 +27,3 @@ INC += \
$(TOP)/lib/CMSIS_5/CMSIS/Core/Include \
$(TOP)/$(SDK_DIR)/mm32f327x/MM32F327x/Include \
$(TOP)/$(SDK_DIR)/mm32f327x/MM32F327x/HAL_Lib/Inc
# flash target using on-board
flash: flash-jlink