diff options
Diffstat (limited to 'support/make/board-includes/st_stm3220g_eval.mk')
-rw-r--r-- | support/make/board-includes/st_stm3220g_eval.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/make/board-includes/st_stm3220g_eval.mk b/support/make/board-includes/st_stm3220g_eval.mk new file mode 100644 index 0000000..8aaefc9 --- /dev/null +++ b/support/make/board-includes/st_stm3220g_eval.mk @@ -0,0 +1,5 @@ +MCU := STM32F207IG +ERROR_LED_PORT := GPIOG +ERROR_LED_PIN := 6 +MCU_SERIES := stm32f2 +LD_MEM_DIR := sram_112k_flash_1024k |