Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards/nrf6310: Remove nRF6310 board from RIOT #20966

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions LOSTANDFOUND.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,18 @@ therefore, have no interest in supporting this board. As result, none of the
RIOT core contributors has access to the hardware, preventing us from doing the
necessary testing for maintaining this board.

### boards/nrf6310 [4953ba8e6759d2b1a1a1ea497a4ad1e71489195a]
Author(s):
- Christian Kühling <[email protected]>
- Timo Ziegler <[email protected]>
- Hauke Petersen <[email protected]>

Reason for removal:
- this was an early development board by Nordic which was discontinued
(successor: `nrf51dk`)
- also for a `BLE DEVKIT.N` board from Mommosoft, which was discontinued as well
- no hardware available anymore for testing, many exclusions from CI

[6cad5d24771ba6199228351a11b5062cd2e9b36d]: https://github.com/RIOT-OS/RIOT/commit/6cad5d24771ba6199228351a11b5062cd2e9b36d
[d83d08f0995a88f399e70a7d07b44dd780082436]: https://github.com/RIOT-OS/RIOT/commit/d83d08f0995a88f399e70a7d07b44dd780082436
[cdc252ab7bd4161cc046bf93a3e55995704b24d4]: https://github.com/RIOT-OS/RIOT/commit/cdc252ab7bd4161cc046bf93a3e55995704b24d4
Expand Down Expand Up @@ -334,3 +346,4 @@ necessary testing for maintaining this board.
[fe941ac9fe3f81c0f08ff3b8564cf439639abcda]: https://github.com/RIOT-OS/RIOT/commit/fe941ac9fe3f81c0f08ff3b8564cf439639abcda
[81458c8eed8949c686d5ded652dbee10748e860b]: https://github.com/RIOT-OS/RIOT/commit/81458c8eed8949c686d5ded652dbee10748e860b
[2b8a0d48940517f7df4e78c7a0b16024f46a8694]: https://github.com/RIOT-OS/RIOT/commit/2b8a0d48940517f7df4e78c7a0b16024f46a8694
[4953ba8e6759d2b1a1a1ea497a4ad1e71489195a]: https://github.com/RIOT-OS/RIOT/commit/4953ba8e6759d2b1a1a1ea497a4ad1e71489195a
16 changes: 0 additions & 16 deletions boards/nrf6310/Kconfig

This file was deleted.

3 changes: 0 additions & 3 deletions boards/nrf6310/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion boards/nrf6310/Makefile.dep

This file was deleted.

8 changes: 0 additions & 8 deletions boards/nrf6310/Makefile.features

This file was deleted.

12 changes: 0 additions & 12 deletions boards/nrf6310/Makefile.include

This file was deleted.

31 changes: 0 additions & 31 deletions boards/nrf6310/board.c

This file was deleted.

5 changes: 0 additions & 5 deletions boards/nrf6310/doc.txt

This file was deleted.

60 changes: 0 additions & 60 deletions boards/nrf6310/include/board.h

This file was deleted.

82 changes: 0 additions & 82 deletions boards/nrf6310/include/periph_conf.h

This file was deleted.

1 change: 0 additions & 1 deletion examples/asymcute_mqttsn/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430h \
nrf51dk \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/dtls-echo/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/dtls-sock/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/dtls-wolfssl/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ BOARD_INSUFFICIENT_MEMORY := \
maple-mini \
microbit \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/gcoap_dtls/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/gnrc_border_router/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430h \
nrf51dk \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/javascript/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ BOARD_INSUFFICIENT_MEMORY := \
microbit \
nrf51dk \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/lua_REPL/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ BOARD_INSUFFICIENT_MEMORY := \
microbit \
nrf51dk \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/lwm2m/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ BOARD_INSUFFICIENT_MEMORY := \
maple-mini \
microbit \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/paho-mqtt/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/posix_sockets/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430h \
nrf51dk \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion examples/rust-gcoap/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ BOARD_INSUFFICIENT_MEMORY := \
maple-mini \
microbit \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion tests/bench/xtimer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ LOW_MEMORY_BOARDS += \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-f030r8 \
nucleo-f042k6 \
nucleo-f070rb \
Expand Down
1 change: 0 additions & 1 deletion tests/bench/ztimer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ LOW_MEMORY_BOARDS += \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-f030r8 \
nucleo-f042k6 \
nucleo-f070rb \
Expand Down
1 change: 0 additions & 1 deletion tests/core/thread_float/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ BOARD_INSUFFICIENT_MEMORY := \
mbed_lpc1768 \
microbit \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f031k6 \
nucleo-f042k6 \
Expand Down
1 change: 0 additions & 1 deletion tests/net/emcute/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion tests/net/gcoap_dns/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
1 change: 0 additions & 1 deletion tests/net/gcoap_forward_proxy/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ BOARD_INSUFFICIENT_MEMORY := \
msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo-c031c6 \
nucleo-f030r8 \
nucleo-f031k6 \
Expand Down
Loading
Loading