mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3414629614
`ESP_WIFI_EAP_USER` and `ESP_WIFI_EAP_PASS` have to be defined because this board is used in the CI to compile the optional module `esp_wifi_enterprise`. |
||
---|---|---|
.. | ||
esp-ci-boards | ||
external_board_dir_1 | ||
external_board_dir_2 | ||
netdev-ci-boards/nrf52840-ci-eth | ||
main.c | ||
Makefile | ||
README.md |
Test for EXTERNAL_BOARD_DIRS
This test contains two directories containing external boards, namely
external_board_dir_1
and external_board_dir_2
. Each contains a symlink to
boards/native (so that this test does not need to maintain boards), the first
is named native1
and the second native2
. The variable EXTERNAL_BOARD_DIRS
is set to contain both directories.
This test succeeds if:
make info-boards-supported
listsnative native1 native2
- Building works for all three boards, e.g. by
a)
make BOARD=native
b)make BOARD=native1
c)make BOARD=native2