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>
This commit is contained in:
Amit Kucheria 2016-09-28 04:43:57 -07:00 committed by Anas Nashif
parent d8083bd6c7
commit 9b5a4647e0
11 changed files with 24 additions and 24 deletions

View file

@ -104,10 +104,10 @@ M: Carles Cufi <carles.cufi@nordicsemi.no>
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>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 @@ config GPIO_NRF5_P0
endif # UART_NRF5
endif # BOARD_NRF52_NITROGEN
endif # BOARD_96B_NITROGEN

View file

@ -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

View file

@ -33,7 +33,7 @@ ARM (v7-M and v7E-M) Instruction Set
frdm_k64f
olimexino_stm32
nrf52_pca10040
nrf52_nitrogen
96b_nitrogen
ARC EM4 Instruction Set
====================================

View file

@ -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

View file

@ -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 @@ qemu_support = false
[stm32_mini_a15]
qemu_support = false
[nrf52_nitrogen]
[96b_nitrogen]
qemu_support = false
[nrf52_pca10040]