1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/board_microbit
Gaëtan Harter a9e7e1b1d0
tests: do not unconditionally set BOARD
Remove unconditionally setting 'BOARD' to an hardwritten value.
The definition must be moved before including 'Makefile.tests_common' as
it defines 'BOARD ?= native'.
2019-08-14 17:11:34 +02:00
..
main.c timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
Makefile tests: do not unconditionally set BOARD 2019-08-14 17:11:34 +02:00
README.md tests: added micro:bit specific test app 2016-11-09 12:01:09 +01:00

Background

The BBC micro:bit board comes with its own little utility library, that makes some of the boards unique feature like the 5x5 LED matrix usable to RIOT.

This test application is therefore specialized for only that board and its purpose is to test and showcase the board specific utility library.

Expected result

When running this application, you should see the string Welcome RIOT @ micro:bit! scrolling by on the boards LED matrix.