1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/dist/tools/insufficient_memory
Marian Buschsieweke 022dde89b7
dist/tools/insufficient_memory: handle address space wraps
When a region wraps around the address space, the application typically
is way too large to fit into the 16 bit address space of 16 bit or
8 bit platforms. Hence, classify this as "too big" in the tools.
2023-05-15 21:56:46 +02:00
..
add_insufficient_memory_board.sh dist/tools/insufficient_memory: handle address space wraps 2023-05-15 21:56:46 +02:00
create_makefile.ci.sh dist/tools/insufficient_memory: handle address space wraps 2023-05-15 21:56:46 +02: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.