From 7dc6fcbf12f6051f372f23b283cc46f530bedfba Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Thu, 11 Jan 2018 10:31:51 +1300 Subject: [PATCH] Renamed `NUCLEO_F446RE` to `NUCLEO_F446RE` to make nucleo board naming consistent. --- src/main/target/{NUCLEO_F446RE => NUCLEOF446RE}/config.c | 0 src/main/target/{NUCLEO_F446RE => NUCLEOF446RE}/target.c | 0 src/main/target/{NUCLEO_F446RE => NUCLEOF446RE}/target.h | 0 src/main/target/{NUCLEO_F446RE => NUCLEOF446RE}/target.mk | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/main/target/{NUCLEO_F446RE => NUCLEOF446RE}/config.c (100%) rename src/main/target/{NUCLEO_F446RE => NUCLEOF446RE}/target.c (100%) rename src/main/target/{NUCLEO_F446RE => NUCLEOF446RE}/target.h (100%) rename src/main/target/{NUCLEO_F446RE => NUCLEOF446RE}/target.mk (100%) diff --git a/src/main/target/NUCLEO_F446RE/config.c b/src/main/target/NUCLEOF446RE/config.c similarity index 100% rename from src/main/target/NUCLEO_F446RE/config.c rename to src/main/target/NUCLEOF446RE/config.c diff --git a/src/main/target/NUCLEO_F446RE/target.c b/src/main/target/NUCLEOF446RE/target.c similarity index 100% rename from src/main/target/NUCLEO_F446RE/target.c rename to src/main/target/NUCLEOF446RE/target.c diff --git a/src/main/target/NUCLEO_F446RE/target.h b/src/main/target/NUCLEOF446RE/target.h similarity index 100% rename from src/main/target/NUCLEO_F446RE/target.h rename to src/main/target/NUCLEOF446RE/target.h diff --git a/src/main/target/NUCLEO_F446RE/target.mk b/src/main/target/NUCLEOF446RE/target.mk similarity index 100% rename from src/main/target/NUCLEO_F446RE/target.mk rename to src/main/target/NUCLEOF446RE/target.mk