Skip to content

Commit

Permalink
boards: removed support for weio
Browse files Browse the repository at this point in the history
No maintainer and no hardware available to the community.
  • Loading branch information
haukepetersen committed Aug 28, 2017
1 parent 480f770 commit cfa9580
Show file tree
Hide file tree
Showing 47 changed files with 40 additions and 313 deletions.
3 changes: 0 additions & 3 deletions boards/weio/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions boards/weio/Makefile.features

This file was deleted.

18 changes: 0 additions & 18 deletions boards/weio/Makefile.include

This file was deleted.

32 changes: 0 additions & 32 deletions boards/weio/board.c

This file was deleted.

69 changes: 0 additions & 69 deletions boards/weio/include/board.h

This file was deleted.

135 changes: 0 additions & 135 deletions boards/weio/include/periph_conf.h

This file was deleted.

2 changes: 1 addition & 1 deletion examples/dtls-echo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \
nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \
nucleo-l053 nucleo-l073 opencm904 pca10000 pca10005 \
spark-core stm32f0discovery weio yunjia-nrf51822
spark-core stm32f0discovery yunjia-nrf51822

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
Expand Down
2 changes: 1 addition & 1 deletion examples/emcute/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070 \
nucleo-f072 nucleo-f302 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb waspmote-pro weio wsn430-v1_3b \
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1

# Include packages that pull up and auto-init the link layer.
Expand Down
2 changes: 1 addition & 1 deletion examples/gcoap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..

BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-f334 nucleo-l053 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 z1
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 z1

# Must read nordic_softdevice_ble package before nanocoap package. However,
# can't read it explicitly here because it is read later, as a dependency for
Expand Down
2 changes: 1 addition & 1 deletion examples/gcoap/Makefile.slip
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BOARD ?= samr21-xpro
RIOTBASE ?= $(CURDIR)/../..

BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
z1

# Must read nordic_softdevice_ble package before nanocoap package. However,
Expand Down
2 changes: 1 addition & 1 deletion examples/gnrc_border_router/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
nucleo-f334 nucleo-l053 nucleo-l073 opencm904 pca10000 \
pca10005 spark-core stm32f0discovery telosb weio wsn430-v1_3b \
pca10005 spark-core stm32f0discovery telosb wsn430-v1_3b \
wsn430-v1_4 yunjia-nrf51822 z1

BOARD_BLACKLIST += mips-malta pic32-wifire pic32-clicker# No full UART available.
Expand Down
2 changes: 1 addition & 1 deletion examples/gnrc_networking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo32-l031 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 \
nucleo-f334 nucleo-l053 spark-core stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 z1
wsn430-v1_3b wsn430-v1_4 z1

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
Expand Down
2 changes: 1 addition & 1 deletion examples/gnrc_tftp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini chronos microbit msb-430
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \
nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 \
nucleo-l053 pca10000 pca10005 spark-core stm32f0discovery \
telosb weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 \
nucleo-f072 nucleo-f103 nucleo-f302 nucleo-f334 nucleo-f410 \
nucleo-l053 nucleo-l073 nucleo32-f031 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 opencm904 pca10000 \
pca10005 spark-core stm32f0discovery weio yunjia-nrf51822 \
pca10005 spark-core stm32f0discovery yunjia-nrf51822 \

BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
msb-430 msb-430h qemu-i386 telosb waspmote-pro wsn430-v1_3b \
Expand Down
2 changes: 1 addition & 1 deletion examples/microcoap_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..

BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-l053 pca10000 pca10005 \
stm32f0discovery telosb weio z1
stm32f0discovery telosb z1

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
Expand Down
2 changes: 1 addition & 1 deletion examples/nanocoap_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..

BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-l031 nucleo-f030 nucleo-l053 stm32f0discovery \
telosb weio
telosb

# blacklist this until #6022 is sorted out
BOARD_BLACKLIST := nrf52dk
Expand Down
2 changes: 1 addition & 1 deletion examples/posix_sockets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f334 \
nucleo-l053 pca10000 pca10005 stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1

# Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
Expand Down
2 changes: 1 addition & 1 deletion examples/riot_and_cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BOARD ?= native

# stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119
# (used currently by travis)
BOARD_INSUFFICIENT_MEMORY= nucleo32-f031 nucleo32-f042 stm32f0discovery weio
BOARD_INSUFFICIENT_MEMORY= nucleo32-f031 nucleo32-f042 stm32f0discovery

# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..
Expand Down
2 changes: 1 addition & 1 deletion tests/conn_can/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
nucleo32-f303 nucleo32-l031 nucleo-f030 nucleo-f070 \
nucleo-f072 nucleo-f302 nucleo-f303 nucleo-f334 \
nucleo-l053 stm32f0discovery telosb weio wsn430-v1_3b \
nucleo-l053 stm32f0discovery telosb wsn430-v1_3b \
wsn430-v1_4 z1


Expand Down
Loading

0 comments on commit cfa9580

Please sign in to comment.