1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pthread_tls
Benjamin Valentin b5906c2aa4 tests/pthread*: blacklist boards with low RAM
The pthread tests dynamically allocate memory for the thread stacks.
Therefore while compilation succeeds, they will fail to run on these
low memory boards.

Static allocation of thread stacks is an option to make those tests work
for those boards (confirmed for `tests/pthread`), but it would
change the nature of the tests.
2019-10-21 15:33:48 +02:00
..
tests tests/pthread_tls: allow negative key values 2019-04-11 15:34:00 +02:00
main.c tests/pthread_tls: some cleanup 2017-11-08 09:00:21 +01:00
Makefile tests/pthread*: blacklist boards with low RAM 2019-10-21 15:33:48 +02:00
Makefile.ci tests: Added atmega328p to Makefile.ci 2019-10-21 12:54:46 +02:00