From dba64f7f00469da2cd5ee82f44c25fb8a069e6aa Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 28 Feb 2015 23:40:36 -0800 Subject: board support: nucleo -> st_nucleo_f103rb Also correct attribution in Wirish board.h --- support/make/board-includes/nucleo.mk | 10 ---------- support/make/board-includes/st_nucleo_f103rb.mk | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 support/make/board-includes/nucleo.mk create mode 100644 support/make/board-includes/st_nucleo_f103rb.mk (limited to 'support') diff --git a/support/make/board-includes/nucleo.mk b/support/make/board-includes/nucleo.mk deleted file mode 100644 index a2943ce..0000000 --- a/support/make/board-includes/nucleo.mk +++ /dev/null @@ -1,10 +0,0 @@ -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 diff --git a/support/make/board-includes/st_nucleo_f103rb.mk b/support/make/board-includes/st_nucleo_f103rb.mk new file mode 100644 index 0000000..a2943ce --- /dev/null +++ b/support/make/board-includes/st_nucleo_f103rb.mk @@ -0,0 +1,10 @@ +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 -- cgit v1.2.3