mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 00:03:42 +00:00
In FreeRTOS_Plus_TCP_Echo_Posix/console.c: - Add missing xSemaphoreGive() call in console_print() to prevent mutex starvation after vprintf completes - Fix uncrustify formatting: indent preprocessor directives (#if/#else/#endif), add space between #if and condition, remove space in empty xSemaphoreCreateMutex()
Directories: + The FreeRTOS-Plus/Demo directory contains a demo application for every most of the FreeRTOS+ components. Lots of the demo applications use the FreeRTOS Windows simulator for easy evaluation. Be aware that FreeRTOS is much slower and not deterministic when executed in a simulated environment. + See http://www.freertos.org/plus