very simple Freertos hello world

Dependencies:   mbed freertos_test FreeRTOS

Dependents:   freertos_test

Revision:
5:9f58d90ad87b
Parent:
4:92f2a8e0020c
--- a/main.cpp	Thu Apr 20 14:45:32 2017 +0000
+++ b/main.cpp	Tue Mar 10 17:20:04 2020 +0000
@@ -7,6 +7,11 @@
 //                         nRF52-DK,BBC micro:bit,LPC1114FN28, NUCLEO-F030R8
 //                         NUCLEO-F746ZG, LPC800-MAX
 
+
+
+// Nikos 07/09/2019: Is using Cortex M3 version FreeRTOS, confirmed to to be compiled with cotexM3 CPUs
+// LPC1768, L152, F401, F103, Teensy3.1
+
 #include "mbed.h"
 #include "FreeRTOS.h"
 #include "task.h"