1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/thread_exit
Marian Buschsieweke 0e90e6195f
tests: Updated Updated BOARD_INSUFFICIENT_MEMORY
Added arduino-nano to BOARD_INSUFFICIENT_MEMORY/BOARD_BLACKLIST following suit
of how arduino-uno is marked, as arduino-nano is mostly an Uno in a different
form factor.
2019-03-14 15:39:54 +01:00
..
tests tests: move testrunner import up 2018-08-13 14:11:24 +02:00
main.c tests/thread_exti: fix typo 2016-06-28 17:39:21 +02:00
Makefile tests: Updated Updated BOARD_INSUFFICIENT_MEMORY 2019-03-14 15:39:54 +01:00
README.md tests/thread_exti: add minimal README 2016-06-28 17:39:24 +02:00

Expected result

You should see the following sequence at the console

main: starting main: exiting 2nd: starting 3rd: starting 3rd: exiting 2nd: exiting 4th: starting 4th: exiting