boards: Rename the nRF52 Nitrogen to 96Boards Nitrogen
Point to a new wiki page for the documentation. The old page can be removed
once this patch is committed.
Change-Id: I2b031bfffe10ec24c41c58d0754f2b14d95f5e53
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
diff --git a/MAINTAINERS b/MAINTAINERS
index 16e3aee..1305697 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -104,10 +104,10 @@
S: Supported
F: boards/nrf52_pca10040/
-BOARDS - NORDIC NRF52 NITROGEN
+BOARDS - 96Boards NITROGEN
M: Amit Kucheria <amit.kucheria@linaro.org>
S: Supported
-F: boards/nrf52_nitrogen/
+F: boards/96b_nitrogen/
BOARDS - QUARK SE C1000 Devboard
M: Anas Nashif <anas.nashif@intel.com>
diff --git a/boards/nrf52_nitrogen/nrf52_nitrogen_defconfig b/boards/96b_nitrogen/96b_nitrogen_defconfig
similarity index 93%
rename from boards/nrf52_nitrogen/nrf52_nitrogen_defconfig
rename to boards/96b_nitrogen/96b_nitrogen_defconfig
index ee0026b..1499f58 100644
--- a/boards/nrf52_nitrogen/nrf52_nitrogen_defconfig
+++ b/boards/96b_nitrogen/96b_nitrogen_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_BOARD_NRF52_NITROGEN=y
+CONFIG_BOARD_96B_NITROGEN=y
CONFIG_SOC_FAMILY_NRF5=y
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=64000000
diff --git a/boards/nrf52_nitrogen/Kconfig b/boards/96b_nitrogen/Kconfig
similarity index 86%
rename from boards/nrf52_nitrogen/Kconfig
rename to boards/96b_nitrogen/Kconfig
index 6411085..11b2c55 100644
--- a/boards/nrf52_nitrogen/Kconfig
+++ b/boards/96b_nitrogen/Kconfig
@@ -1,4 +1,4 @@
-# Kconfig - nRF52 NITROGEN board configuration
+# Kconfig - 96Boards NITROGEN board configuration
#
# Copyright (c) 2016 Linaro Limited.
#
@@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-if BOARD_NRF52_NITROGEN
+if BOARD_96B_NITROGEN
config GPIO_AS_PINRESET
bool "GPIO as pin reset (reset button)"
default y
-endif # BOARD_NRF52_NITROGEN
+endif # BOARD_96B_NITROGEN
diff --git a/boards/nrf52_nitrogen/Kconfig.board b/boards/96b_nitrogen/Kconfig.board
similarity index 85%
rename from boards/nrf52_nitrogen/Kconfig.board
rename to boards/96b_nitrogen/Kconfig.board
index 33c3988..4ad64e6 100644
--- a/boards/nrf52_nitrogen/Kconfig.board
+++ b/boards/96b_nitrogen/Kconfig.board
@@ -1,4 +1,4 @@
-# Kconfig - nRF52 NITROGEN board configuration
+# Kconfig - 96Boards NITROGEN board configuration
#
# Copyright (c) 2016 Linaro Limited.
#
@@ -14,6 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-config BOARD_NRF52_NITROGEN
- bool "nRF52 NITROGEN"
+config BOARD_96B_NITROGEN
+ bool "96Boards Nitrogen"
depends on SOC_NRF52832
diff --git a/boards/nrf52_nitrogen/Kconfig.defconfig b/boards/96b_nitrogen/Kconfig.defconfig
similarity index 85%
rename from boards/nrf52_nitrogen/Kconfig.defconfig
rename to boards/96b_nitrogen/Kconfig.defconfig
index 34b0f5e..562473e 100644
--- a/boards/nrf52_nitrogen/Kconfig.defconfig
+++ b/boards/96b_nitrogen/Kconfig.defconfig
@@ -1,4 +1,4 @@
-# Kconfig - nRF52 NITROGEN board configuration
+# Kconfig - 96Boards NITROGEN board configuration
#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
@@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-if BOARD_NRF52_NITROGEN
+if BOARD_96B_NITROGEN
config BOARD
- default nrf52_nitrogen
+ default 96b_nitrogen
if UART_NRF5
@@ -32,4 +32,4 @@
endif # UART_NRF5
-endif # BOARD_NRF52_NITROGEN
+endif # BOARD_96B_NITROGEN
diff --git a/boards/nrf52_nitrogen/Makefile b/boards/96b_nitrogen/Makefile
similarity index 100%
rename from boards/nrf52_nitrogen/Makefile
rename to boards/96b_nitrogen/Makefile
diff --git a/boards/nrf52_nitrogen/board.h b/boards/96b_nitrogen/board.h
similarity index 100%
rename from boards/nrf52_nitrogen/board.h
rename to boards/96b_nitrogen/board.h
diff --git a/doc/board/96b_nitrogen.rst b/doc/board/96b_nitrogen.rst
new file mode 100644
index 0000000..312f9d8
--- /dev/null
+++ b/doc/board/96b_nitrogen.rst
@@ -0,0 +1,8 @@
+.. _96b_nitrogen:
+
+96b-Nitrogen
+##############
+
+The board documentation for the 96B-Nitrogen is in the Zephyr project wiki:
+
+https://wiki.zephyrproject.org/view/96B-Nitrogen
diff --git a/doc/board/board.rst b/doc/board/board.rst
index 9ac75e1..cd74dc4 100644
--- a/doc/board/board.rst
+++ b/doc/board/board.rst
@@ -33,7 +33,7 @@
frdm_k64f
olimexino_stm32
nrf52_pca10040
- nrf52_nitrogen
+ 96b_nitrogen
ARC EM4 Instruction Set
====================================
diff --git a/doc/board/nrf52_nitrogen.rst b/doc/board/nrf52_nitrogen.rst
deleted file mode 100644
index e8db165..0000000
--- a/doc/board/nrf52_nitrogen.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. _nrf52_nitrogen:
-
-nRF52-Nitrogen
-##############
-
-The board documentation for the nRF52-Nitrogen is in the Zephyr project wiki:
-
-https://wiki.zephyrproject.org/view/NRF52-Nitrogen
diff --git a/scripts/sanity_chk/arches/arm.ini b/scripts/sanity_chk/arches/arm.ini
index 46da41b..aa3d56b 100644
--- a/scripts/sanity_chk/arches/arm.ini
+++ b/scripts/sanity_chk/arches/arm.ini
@@ -1,7 +1,7 @@
[arch]
name = arm
platforms = qemu_cortex_m3 frdm_k64f arduino_due nucleo_f103rb stm32_mini_a15
- olimexino_stm32 nrf52_nitrogen nrf52_pca10040
+ olimexino_stm32 96b_nitrogen nrf52_pca10040
supported_toolchains = zephyr gccarmemb
[qemu_cortex_m3]
@@ -19,7 +19,7 @@
[stm32_mini_a15]
qemu_support = false
-[nrf52_nitrogen]
+[96b_nitrogen]
qemu_support = false
[nrf52_pca10040]