Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/main.cpp
- Revision:
- 67:49f266601d83
- Parent:
- 65:be025ac18fb5
- Child:
- 69:9e1ff95fd9c5
- Child:
- 70:7427f4959201
--- a/src/main.cpp Thu Sep 15 22:26:28 2016 +0000 +++ b/src/main.cpp Fri Sep 16 15:30:47 2016 +0000 @@ -114,6 +114,7 @@ // start the configuration handler Thread configHandler_thread(ConfigurationHandler, NULL, osPriorityNormal, 3072, NULL); + Thread outputTask_thread(OutputTask, NULL, osPriorityNormal, 3072, NULL); Thread controlTask_thread(ControlTask); @@ -138,9 +139,11 @@ Thread::wait(1000); +#if 0 // display free memory on the heap printf("\r\n"); __heapstats((__heapprt)fprintf,stdout); +#endif printf("\r\n"); Thread::wait(1000);