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
Marian Buschsieweke 93f8f8cd84
tests/external_board_native: Extended readme
Added a note to explain why the deprecated variable BOARDSDIR is still used.
2020-04-29 18:32:39 +02:00
..
external_boards/native tests/external_board_native: show an example of external board 2019-12-16 15:35:05 +01:00
tests tests/external_board_native: show an example of external board 2019-12-16 15:35:05 +01:00
main.c tests/external_board_native: show an example of external board 2019-12-16 15:35:05 +01:00
Makefile tests/external_board_native: require arch_native 2019-12-30 17:15:08 +01:00
README.md tests/external_board_native: Extended readme 2020-04-29 18:32:39 +02:00

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.

Note: This test uses still the deprecated BOARDSDIR variable instead of the new EXTERNAL_BOARD_DIRS variable. This is by intent so that the CI can verify backward compatibility is still working as intended.