From 4ae600be8a56c0a7b569eb229cbb25b16c61172b Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Tue, 25 Apr 2017 21:49:17 +0200 Subject: [PATCH] nrf5/boards: Renaming bluefruit_feather to bluefruit_nrf52_feather as it also exist a m0 variant of the board name. --- .../custom_nrf52832_dfu_app.ld | 0 .../mpconfigboard.h | 0 .../mpconfigboard.mk | 0 .../mpconfigboard_s132.mk | 0 .../nrf52_hal_conf.h | 0 .../{bluefruit_feather => bluefruit_nrf52_feather}/pins.csv | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename nrf5/boards/{bluefruit_feather => bluefruit_nrf52_feather}/custom_nrf52832_dfu_app.ld (100%) rename nrf5/boards/{bluefruit_feather => bluefruit_nrf52_feather}/mpconfigboard.h (100%) rename nrf5/boards/{bluefruit_feather => bluefruit_nrf52_feather}/mpconfigboard.mk (100%) rename nrf5/boards/{bluefruit_feather => bluefruit_nrf52_feather}/mpconfigboard_s132.mk (100%) rename nrf5/boards/{bluefruit_feather => bluefruit_nrf52_feather}/nrf52_hal_conf.h (100%) rename nrf5/boards/{bluefruit_feather => bluefruit_nrf52_feather}/pins.csv (100%) diff --git a/nrf5/boards/bluefruit_feather/custom_nrf52832_dfu_app.ld b/nrf5/boards/bluefruit_nrf52_feather/custom_nrf52832_dfu_app.ld similarity index 100% rename from nrf5/boards/bluefruit_feather/custom_nrf52832_dfu_app.ld rename to nrf5/boards/bluefruit_nrf52_feather/custom_nrf52832_dfu_app.ld diff --git a/nrf5/boards/bluefruit_feather/mpconfigboard.h b/nrf5/boards/bluefruit_nrf52_feather/mpconfigboard.h similarity index 100% rename from nrf5/boards/bluefruit_feather/mpconfigboard.h rename to nrf5/boards/bluefruit_nrf52_feather/mpconfigboard.h diff --git a/nrf5/boards/bluefruit_feather/mpconfigboard.mk b/nrf5/boards/bluefruit_nrf52_feather/mpconfigboard.mk similarity index 100% rename from nrf5/boards/bluefruit_feather/mpconfigboard.mk rename to nrf5/boards/bluefruit_nrf52_feather/mpconfigboard.mk diff --git a/nrf5/boards/bluefruit_feather/mpconfigboard_s132.mk b/nrf5/boards/bluefruit_nrf52_feather/mpconfigboard_s132.mk similarity index 100% rename from nrf5/boards/bluefruit_feather/mpconfigboard_s132.mk rename to nrf5/boards/bluefruit_nrf52_feather/mpconfigboard_s132.mk diff --git a/nrf5/boards/bluefruit_feather/nrf52_hal_conf.h b/nrf5/boards/bluefruit_nrf52_feather/nrf52_hal_conf.h similarity index 100% rename from nrf5/boards/bluefruit_feather/nrf52_hal_conf.h rename to nrf5/boards/bluefruit_nrf52_feather/nrf52_hal_conf.h diff --git a/nrf5/boards/bluefruit_feather/pins.csv b/nrf5/boards/bluefruit_nrf52_feather/pins.csv similarity index 100% rename from nrf5/boards/bluefruit_feather/pins.csv rename to nrf5/boards/bluefruit_nrf52_feather/pins.csv