From c9151c2d8960809b34b42e9b3e0f8d918e27afe4 Mon Sep 17 00:00:00 2001
From: bnewbold <bnewbold@robocracy.org>
Date: Sat, 28 Feb 2015 23:47:30 -0800
Subject: board support: opencm904 -> robotis_opencm904

---
 support/make/board-includes/opencm904.mk         | 15 ---------------
 support/make/board-includes/robotis_opencm904.mk | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 15 deletions(-)
 delete mode 100644 support/make/board-includes/opencm904.mk
 create mode 100644 support/make/board-includes/robotis_opencm904.mk

(limited to 'support')

diff --git a/support/make/board-includes/opencm904.mk b/support/make/board-includes/opencm904.mk
deleted file mode 100644
index 64d3351..0000000
--- a/support/make/board-includes/opencm904.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-MCU := STM32F103CB
-PRODUCT_ID := 0003
-ERROR_LED_PORT := GPIOB
-ERROR_LED_PIN  := 9
-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!
-ifeq ($(BOOTLOADER),maple)
-LD_MEM_DIR := sram_20k_flash_128k
-endif
-ifeq ($(BOOTLOADER),robotis)
-LD_MEM_DIR := sram_20k_flash_128k_robotis
-endif
diff --git a/support/make/board-includes/robotis_opencm904.mk b/support/make/board-includes/robotis_opencm904.mk
new file mode 100644
index 0000000..64d3351
--- /dev/null
+++ b/support/make/board-includes/robotis_opencm904.mk
@@ -0,0 +1,15 @@
+MCU := STM32F103CB
+PRODUCT_ID := 0003
+ERROR_LED_PORT := GPIOB
+ERROR_LED_PIN  := 9
+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!
+ifeq ($(BOOTLOADER),maple)
+LD_MEM_DIR := sram_20k_flash_128k
+endif
+ifeq ($(BOOTLOADER),robotis)
+LD_MEM_DIR := sram_20k_flash_128k_robotis
+endif
-- 
cgit v1.2.3