1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/insufficient_memory/README.md
Benjamin Valentin bff06a4d64 tools: add add_insufficient_memory_board.sh script
This adds a script that automatically compiles all examples & tests for a given
board and updates Makefile.ci if necessary.
2019-11-12 13:52:15 +01:00

415 B

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.