very simple Freertos hello world

Dependencies:   mbed freertos_test FreeRTOS

Dependents:   freertos_test

Revision:
4:92f2a8e0020c
Parent:
3:d577dbef65a2
Child:
5:9f58d90ad87b
--- a/main.cpp	Sun Sep 13 11:33:05 2015 +0000
+++ b/main.cpp	Thu Apr 20 14:45:32 2017 +0000
@@ -1,6 +1,11 @@
 // N.C. Freertos mbed minimal example based on below:
 // https://developer.mbed.org/users/rgrover1/code/FreeRTOS/
 // http://www.radekdostal.com/content/freertos-610-minimal-example
+// 20/04/2017 update: Compiled for  and NUCLEO-F104RB, without errors
+// Complile without errors: LPC1768,NUCLEO-F104RB,F401RE,L152RE
+// Compilation Errors for: EA LPC11U35, TG-LPC11U35-501 nRF51822, FRDM-K25Z,
+//                         nRF52-DK,BBC micro:bit,LPC1114FN28, NUCLEO-F030R8
+//                         NUCLEO-F746ZG, LPC800-MAX
 
 #include "mbed.h"
 #include "FreeRTOS.h"