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
2021-11-15 17:41:54 +01:00
..
add_insufficient_memory_board.sh Merge pull request #15347 from bergzand/pr/tools/sh2bash 2020-10-30 16:47:38 +01:00
create_makefile.ci.sh tools/insufficient_memory: add create_makefile.ci.sh 2021-11-15 17:41:54 +01:00
Makefile.for_sh tools: add add_insufficient_memory_board.sh script 2019-11-12 13:52:15 +01:00
README.md tools: add add_insufficient_memory_board.sh script 2019-11-12 13:52:15 +01:00

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.