This commit is contained in:
2026-05-06 19:51:30 +07:00
commit 3958b0edcf
2704 changed files with 410390 additions and 0 deletions
@@ -0,0 +1,17 @@
MCU_VARIANT = stm32f746xx
RHPORT_DEVICE ?= 0
RHPORT_HOST ?= 0
PORT ?= 0
SPEED ?= full
CFLAGS += \
-DSTM32F746xx \
-DHSE_VALUE=8000000
# Linker
LD_FILE_GCC = $(BOARD_PATH)/STM32F746ZGTx_FLASH.ld
# flash target using on-board stlink
flash: flash-stlink