Merge pull request #6678 from astralien3000/opencm904

boards : renamed opencm9-04 into opencm904
pr/rotary
Alexandre Abadie 6 years ago committed by GitHub
commit 9e9462720b

@ -3,7 +3,7 @@ export CPU = stm32f1
export CPU_MODEL = stm32f103cb
# custom linkerscript
export LINKER_SCRIPT = stm32f103cb_opencm9-04.ld
export LINKER_SCRIPT = stm32f103cb_opencm904.ld
# custom flasher to use with the bootloader
export FLASHER = $(RIOTBOARD)/$(BOARD)/dist/robotis-loader.py

@ -7,7 +7,7 @@
*/
/**
* @ingroup boards_opencm9-04
* @ingroup boards_opencm904
* @{
*
* @file

@ -7,7 +7,7 @@
*/
/**
* @defgroup boards_opencm9-04 OpenCM9.04
* @defgroup boards_opencm904 OpenCM9.04
* @ingroup boards
* @brief Board specific files for the OpenCM9.04 board
* @{

@ -7,11 +7,11 @@
*/
/**
* @ingroup boards_opencm9-04
* @ingroup boards_opencm904
* @{
*
* @file
* @brief Peripheral MCU configuration for the opencm9-04 board
* @brief Peripheral MCU configuration for the opencm904 board
*
* @author Loïc Dauphin <loic.dauphin@inria.fr>
*/

@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \
nucleo-f334 pca10000 pca10005 spark-core \
stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \
cc2650stk nucleo-f030 nucleo-f070 microbit \
calliope-mini nucleo32-f042 nucleo32-f303 opencm9-04 \
calliope-mini nucleo32-f042 nucleo32-f303 opencm904 \
maple-mini nucleo32-f031 nucleo-l073 nucleo-l053
# Include packages that pull up and auto-init the link layer.

@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h
spark-core stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
nucleo-f030 nucleo-f070 microbit calliope-mini \
nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 opencm904 nucleo32-f031 \
nucleo-l073 nucleo-l053
BOARD_BLACKLIST += mips-malta # No UART available.

@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos maple-mini msb-430 msb-430h \
yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \
nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \
nucleo-f030 nucleo-f070 microbit calliope-mini \
nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 opencm904 nucleo32-f031 \
nucleo-l073 nucleo-l053
DISABLE_MODULE += auto_init

@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \
nucleo-f030 nucleo-f070 nucleo-f091 pba-d-01-kw2x \
saml21-xpro microbit calliope-mini limifrog-v1 \
slwstk6220a ek-lm4f120xl stm32f3discovery \
slwstk6220a nucleo32-f042 nucleo32-f303 opencm9-04 \
slwstk6220a nucleo32-f042 nucleo32-f303 opencm904 \
seeeduino_arch-pro remote-pa remote-revb remote-reva \
nucleo32-f031 nucleo-l073 nucleo-l053
@ -33,7 +33,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due cc2538dk ek-lm4f120xl f4vi1 fox
pba-d-01-kw2x pca10000 pca10005 remote saml21-xpro samr21-xpro slwstk6220a \
spark-core stm32f0discovery stm32f3discovery stm32f4discovery udoo weio \
yunjia-nrf51822 sodaq-autonomo arduino-zero nucleo-f030 nucleo-f070 \
nucleo32-f303 opencm9-04 nucleo-f411 nucleo32-f031 nucleo-l073 \
nucleo32-f303 opencm904 nucleo-f411 nucleo32-f031 nucleo-l073 \
nucleo-l053
DISABLE_TEST_FOR_ARM_CORTEX_M := tests-relic

Loading…
Cancel
Save