very simple Freertos hello world

Dependencies:   mbed freertos_test FreeRTOS

Dependents:   freertos_test

Files at this revision

API Documentation at this revision

Comitter:
chalikias
Date:
Tue Mar 10 17:20:04 2020 +0000
Parent:
4:92f2a8e0020c
Child:
6:95206a6eb1ab
Commit message:
minor

Changed in this revision

freertos_test.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/freertos_test.lib	Tue Mar 10 17:20:04 2020 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/chalikias/code/freertos_test/#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"