mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-11 10:13:45 +00:00
11 lines
344 B
Makefile
11 lines
344 B
Makefile
|
MCU := STM32F103RB
|
||
|
PRODUCT_ID := 0003
|
||
|
ERROR_LED_PORT := GPIOA
|
||
|
ERROR_LED_PIN := 5
|
||
|
MCU_SERIES := stm32f1
|
||
|
MCU_F1_LINE := performance
|
||
|
# This crap is due to ld-script limitations. If you know of a better
|
||
|
# way to go about this (like some magic ld switches to specify MEMORY
|
||
|
# at the command line), please tell us!
|
||
|
LD_MEM_DIR := sram_20k_flash_128k
|