1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/external_board_native/README.md
Gaëtan Harter 633f050d1f
tests/external_board_native: show an example of external board
Add an example that implements an external board based on native.
It relies on 'BOARDSDIR' and uses common files from 'RIOT/boards'
through 'RIOTBOARDS'.

This application also works with the docker integration.
2019-12-16 15:35:05 +01:00

15 lines
537 B
Markdown

Example with an external board
==============================
This tests an external board implementation.
The goal is to show using an external board that still needs to use the
'RIOT/boards' directory.
To allow automated testing by `murdock` this board is named 'native'.
As it wants to extend native, which is not a common board, some hacks must be
done as the 'board' module is implemented directly by the 'RIOT/boards/native'.
If you are running an 'ubuntu-bionic' you could even compile the example in
docker and run the test.