mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
Rename 'openmote' board to 'openmote-cc2538'
This is to avoid ambiguity with future versions of the OpenMote platform.
This commit is contained in:
parent
15142e81f9
commit
7759611713
@ -1,4 +1,4 @@
|
|||||||
# define the cpu used by the OpenMote board
|
# define the cpu used by the OpenMote-cc2538 board
|
||||||
export CPU = cc2538
|
export CPU = cc2538
|
||||||
export CPU_MODEL = cc2538sf53
|
export CPU_MODEL = cc2538sf53
|
||||||
|
|
@ -7,11 +7,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup boards_openmote
|
* @ingroup boards_openmote-cc2538
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @brief Board specific implementations for the OpenMote board
|
* @brief Board specific implementations for the OpenMote-cc2538 board
|
||||||
*
|
*
|
||||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||||
*
|
*
|
@ -7,13 +7,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup boards_openmote OpenMote
|
* @defgroup boards_openmote-cc2538 OpenMote-cc2538
|
||||||
* @ingroup boards
|
* @ingroup boards
|
||||||
* @brief Support for the OpenMote board
|
* @brief Support for the OpenMote-cc2538 board
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @brief Board specific definitions for the OpenMote board
|
* @brief Board specific definitions for the OpenMote-cc2538 board
|
||||||
*
|
*
|
||||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||||
*/
|
*/
|
@ -7,11 +7,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup boards_openmote
|
* @ingroup boards_openmote-cc2538
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @brief Peripheral MCU configuration for the OpenMote board
|
* @brief Peripheral MCU configuration for the OpenMote-cc2538 board
|
||||||
*
|
*
|
||||||
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
|
||||||
*/
|
*/
|
@ -19,7 +19,7 @@ BOARD_WHITELIST := \
|
|||||||
nucleo-f334 \
|
nucleo-f334 \
|
||||||
nucleo-f401 \
|
nucleo-f401 \
|
||||||
nucleo-l1 \
|
nucleo-l1 \
|
||||||
openmote \
|
openmote-cc2538 \
|
||||||
pba-d-01-kw2x \
|
pba-d-01-kw2x \
|
||||||
pca10000 \
|
pca10000 \
|
||||||
pca10005 \
|
pca10005 \
|
||||||
|
@ -20,7 +20,7 @@ DISABLE_TEST_FOR_ARM7 := tests-relic
|
|||||||
|
|
||||||
ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due cc2538dk ek-lm4f120xl f4vi1 fox frdm-k64f \
|
ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due cc2538dk ek-lm4f120xl f4vi1 fox frdm-k64f \
|
||||||
iotlab-m3 limifrog-v1 mbed_lpc1768 msbiot mulle nrf51dongle nrf6310 \
|
iotlab-m3 limifrog-v1 mbed_lpc1768 msbiot mulle nrf51dongle nrf6310 \
|
||||||
nucleo-f091 nucleo-f303 nucleo-f334 nucleo-f401 nucleo-l1 openmote \
|
nucleo-f091 nucleo-f303 nucleo-f334 nucleo-f401 nucleo-l1 openmote-cc2538 \
|
||||||
pba-d-01-kw2x pca10000 pca10005 remote saml21-xpro samr21-xpro slwstk6220a \
|
pba-d-01-kw2x pca10000 pca10005 remote saml21-xpro samr21-xpro slwstk6220a \
|
||||||
spark-core stm32f0discovery stm32f3discovery stm32f4discovery udoo weio \
|
spark-core stm32f0discovery stm32f3discovery stm32f4discovery udoo weio \
|
||||||
yunjia-nrf51822
|
yunjia-nrf51822
|
||||||
|
Loading…
Reference in New Issue
Block a user