From 00f921ce0258bb490cef1c82216a1b443e3b570f Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Sat, 5 Mar 2016 20:25:42 -0800 Subject: [PATCH] stmhal: Rename STM32F401NUCLEO to NUCLEO_F401RE This makes the board match the name printed on the board (and agree with the documentation) --- stmhal/boards/{STM32F401NUCLEO => NUCLEO_F401RE}/mpconfigboard.h | 0 stmhal/boards/{STM32F401NUCLEO => NUCLEO_F401RE}/mpconfigboard.mk | 0 stmhal/boards/{STM32F401NUCLEO => NUCLEO_F401RE}/pins.csv | 0 .../{STM32F401NUCLEO => NUCLEO_F401RE}/stm32f4xx_hal_conf.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename stmhal/boards/{STM32F401NUCLEO => NUCLEO_F401RE}/mpconfigboard.h (100%) rename stmhal/boards/{STM32F401NUCLEO => NUCLEO_F401RE}/mpconfigboard.mk (100%) rename stmhal/boards/{STM32F401NUCLEO => NUCLEO_F401RE}/pins.csv (100%) rename stmhal/boards/{STM32F401NUCLEO => NUCLEO_F401RE}/stm32f4xx_hal_conf.h (100%) diff --git a/stmhal/boards/STM32F401NUCLEO/mpconfigboard.h b/stmhal/boards/NUCLEO_F401RE/mpconfigboard.h similarity index 100% rename from stmhal/boards/STM32F401NUCLEO/mpconfigboard.h rename to stmhal/boards/NUCLEO_F401RE/mpconfigboard.h diff --git a/stmhal/boards/STM32F401NUCLEO/mpconfigboard.mk b/stmhal/boards/NUCLEO_F401RE/mpconfigboard.mk similarity index 100% rename from stmhal/boards/STM32F401NUCLEO/mpconfigboard.mk rename to stmhal/boards/NUCLEO_F401RE/mpconfigboard.mk diff --git a/stmhal/boards/STM32F401NUCLEO/pins.csv b/stmhal/boards/NUCLEO_F401RE/pins.csv similarity index 100% rename from stmhal/boards/STM32F401NUCLEO/pins.csv rename to stmhal/boards/NUCLEO_F401RE/pins.csv diff --git a/stmhal/boards/STM32F401NUCLEO/stm32f4xx_hal_conf.h b/stmhal/boards/NUCLEO_F401RE/stm32f4xx_hal_conf.h similarity index 100% rename from stmhal/boards/STM32F401NUCLEO/stm32f4xx_hal_conf.h rename to stmhal/boards/NUCLEO_F401RE/stm32f4xx_hal_conf.h