mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
11 lines
217 B
Makefile
11 lines
217 B
Makefile
CFLAGS += \
|
|
-DSTM32G474xx \
|
|
-DHSE_VALUE=24000000
|
|
|
|
LD_FILE = $(BOARD_PATH)/STM32G474RETx_FLASH.ld
|
|
|
|
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32g474xx.s
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = stm32g474re
|