Multiple thread example based on mbed-os
Fork of rtos_basic by
This is a very basic of RTOS thread example using mbed-os. In this example, LED1 and LED2 are toggling with the interval of 500ms and 1000ms respectively. LED1 blinking is running in the while in main, meantime LED2 blinking is running in a thread. This shows how task(s) can operate independently.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
13:196d7844af97 | 2017-03-31 | tsungta | remove mbed_app.json since mbed-os lib is updated to mbed-os-5.4.2 |
12:7f932ecea853 | 2017-03-16 | tsungta | First commit |
11:0309bef74ba8 | 2017-02-15 | mbed_official | Revert update to mbed-os. |
10:dc33cd3f4eb9 | 2017-01-12 | mab5449 | Wait times updated; |
9:dd58814e2dcf | 2017-01-12 | mab5449 | Thread::wait is deprecated |
8:c1e1db61aee7 | 2017-01-12 | mab5449 | Updating to mbed OS |
7:8d9919175929 | 2016-11-22 | geky | Update to use start function |
6:209f4db62daf | 2013-06-04 | emilmont | Point to the latest libraries |
5:13d334f4998d | 2013-04-30 | emilmont | Update libraries |
4:de886240a4de | 2012-11-23 | emilmont | rtos library update |
3:c92e21f305d8 | 2012-11-23 | emilmont | Update to latest mbed and rtos libraries |
2:224bef5677b3 | 2012-08-03 | emilmont | Move the RTX configuration file in the RTX library |
1:491820ee784d | 2012-07-12 | emilmont | First implementation of the rtos_basic test |
0:b7777a15fb91 | 2012-07-12 | mbed_official | Empty template for rtos_basic example |