Commits on Source (2)
-
Niccolò Betto authored
-
Niccolò Betto authored
Timed wait tests run a loop that puts a thread into timed wait for 3 seconds. They can either timeout, in which case they will blink once, or they can be waken up by pressing the user button, in which case the led will blink twice.
Showing
- CMakeLists.txt 9 additions, 0 deletionsCMakeLists.txt
- libs/miosix-kernel 1 addition, 1 deletionlibs/miosix-kernel
- src/tests/timedwait/test-condtimedwait.cpp 94 additions, 0 deletionssrc/tests/timedwait/test-condtimedwait.cpp
- src/tests/timedwait/test-threadtimedwait.cpp 104 additions, 0 deletionssrc/tests/timedwait/test-threadtimedwait.cpp
src/tests/timedwait/test-condtimedwait.cpp
0 → 100644
src/tests/timedwait/test-threadtimedwait.cpp
0 → 100644