Diego Elio Pettenò
|
34b4993d63
|
Add license to some obvious files.
|
2020-07-06 19:16:25 +01:00 |
Damien George
|
28185bb81b
|
tests/thread: Fix stack size test so tests run reliably on baremetal.
|
2017-02-01 17:21:35 +11:00 |
Damien George
|
5b7789d519
|
tests/thread: Make stack-size test run correctly and reliable on uPy.
|
2016-06-28 11:28:52 +01:00 |
Damien George
|
3545ef8bb4
|
tests/thread: Remove need to sleep to wait for completion in some tests.
Use a lock and a counter instead, and busy wait for all threads to
complete. This makes test run faster and they no longer rely on the time
module.
|
2016-06-28 11:09:31 +01:00 |
Damien George
|
2d5ea38b49
|
tests: Add 3 more tests for _thread module.
|
2016-06-28 11:09:31 +01:00 |