Multiple thread example based on mbed-os

Fork of rtos_basic by mbed official

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.

History

remove mbed_app.json since mbed-os lib is updated to mbed-os-5.4.2 default tip

2017-03-31, by tsungta [Fri, 31 Mar 2017 02:47:46 +0000] rev 13

remove mbed_app.json since mbed-os lib is updated to mbed-os-5.4.2


First commit

2017-03-16, by tsungta [Thu, 16 Mar 2017 07:05:59 +0000] rev 12

First commit


Revert update to mbed-os.

2017-02-15, by mbed_official [Wed, 15 Feb 2017 14:04:02 -0600] rev 11

Revert update to mbed-os.


Wait times updated;

2017-01-12, by mab5449 [Thu, 12 Jan 2017 23:35:40 +0000] rev 10

Wait times updated;


Thread::wait is deprecated

2017-01-12, by mab5449 [Thu, 12 Jan 2017 23:21:50 +0000] rev 9

Thread::wait is deprecated


Updating to mbed OS

2017-01-12, by mab5449 [Thu, 12 Jan 2017 22:58:45 +0000] rev 8

Updating to mbed OS


Update to use start function

2016-11-22, by geky [Tue, 22 Nov 2016 18:04:36 +0000] rev 7

Update to use start function


Point to the latest libraries

2013-06-04, by emilmont [Tue, 04 Jun 2013 16:01:32 +0100] rev 6

Point to the latest libraries


Update libraries

2013-04-30, by emilmont [Tue, 30 Apr 2013 10:51:40 +0000] rev 5

Update libraries


rtos library update

2012-11-23, by emilmont [Fri, 23 Nov 2012 10:17:39 +0000] rev 4

rtos library update