mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
11 lines
170 B
Makefile
11 lines
170 B
Makefile
MCU_VARIANT = stm32g474xx
|
|
|
|
CFLAGS += \
|
|
-DSTM32G474xx \
|
|
|
|
# Linker
|
|
LD_FILE_GCC = $(BOARD_PATH)/STM32G474RETx_FLASH.ld
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = stm32g474re
|