mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4f4616bb35
There is actually a make target to list the applications in the repo. Let's just use that. |
||
---|---|---|
.. | ||
add_insufficient_memory_board.sh | ||
create_makefile.ci.sh | ||
Makefile.for_sh | ||
README.md |
add_insufficient_memory_board.sh
Usage: add_insufficient_memory_board.sh <board_name>
Updates Makefile.ci
to include <board_name>
if the memory of the board is not sufficient for the test/example.
For this the script will build every test and example to see if the result would fit into the memory of the specified
board. If not the corresponding Makefile.ci
is updated automatically.