Skip to content

Commit da3a172

Browse files
authored
Merge pull request #11831 from jcarrano/farewell-mips-malta
boards/mips-malta: remove board.
2 parents de20b50 + b33e741 commit da3a172

18 files changed

Lines changed: 18 additions & 153 deletions

File tree

LOSTANDFOUND.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ This way, their names are never removed from the RIOT repository.
4040

4141
# Removed Features
4242

43+
### boards/mips-malta [ee6b6b9c388b78fcec7ba6e239a6c76041b9bbb7]
44+
Author:
45+
- Neil Jones <neil.jones@imgtec.com>
46+
47+
Reasons for removal:
48+
- UART input not supported.
49+
- Hardware not available for testing and not available for purchase either.
50+
- Not actively maintained / broken for some time.
51+
4352
### boards/pca10000 [9447cb303426d7c6348bb84999f88bf929cd6263]
4453
Author(s):
4554
- Christian Kühling <kuehling@zedat.fu-berlin.de>

boards/mips-malta/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

boards/mips-malta/Makefile.features

Lines changed: 0 additions & 4 deletions
This file was deleted.

boards/mips-malta/Makefile.include

Lines changed: 0 additions & 10 deletions
This file was deleted.

boards/mips-malta/doc.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

boards/mips-malta/include/board.h

Lines changed: 0 additions & 44 deletions
This file was deleted.

boards/mips-malta/include/periph_conf.h

Lines changed: 0 additions & 41 deletions
This file was deleted.

boards/mips-malta/malta.c

Lines changed: 0 additions & 28 deletions
This file was deleted.

examples/gnrc_border_router/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
2323
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
2424

2525
# The following boards do not have an available UART
26-
BOARD_BLACKLIST += mips-malta pic32-wifire pic32-clicker ruuvitag thingy52
26+
BOARD_BLACKLIST += pic32-wifire pic32-clicker ruuvitag thingy52
2727

2828
# use ethos (ethernet over serial) for network communication and stdio over
2929
# UART, but not on native, as native has a tap interface towards the host.

examples/lua_REPL/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
3131

3232
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
3333
arduino-mega2560 arduino-nano arduino-uno \
34-
chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \
34+
chronos hifive1 jiminy-mega256rfr2 mega-xplained \
3535
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
3636
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
3737

0 commit comments

Comments
 (0)