You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Demo/WIN32-MSVC
Richard Barry eaacbb099a Clear up a few compiler warnings.
Correct header comments in the UARTCommandConsole.c file used in the SmartFusion2 demo.
Exercise the new xQueueSpacesAvailable() function in the MSVC demo.
Add defaults for the new traceMALLOC and traceFREE trace macros.
Catch tasks trying to exit their functions in the Cortex-M0 ports.
Add additional comments to timers.c in response to a support forum question.
Initialise _impure_ptr prior to the first task being started.
Prior to V7.5.0 a yield pended in the tick hook would have occurred during the same tick interrupt.  Return pdTRUE from xTaskIncrementTick() if a yield is pending to revert to that behaviour.
11 years ago
..
DemosModifiedForLowTickRate Add additional critical section to the default tickless implementations. 12 years ago
Trace_Recorder_Configuration Update the standard Win32 demo to use the latest version of the trace recorder code. 12 years ago
FreeRTOSConfig.h Add additional critical section to the default tickless implementations. 12 years ago
Run-time-stats-utils.c Add additional critical section to the default tickless implementations. 12 years ago
WIN32.sln Add FreeRTOS-Plus directory. 13 years ago
WIN32.vcxproj Update Win32 MSVC demo to include a simple blinky build option. The demo as it was is now the "full/comprehensive" build option. 12 years ago
WIN32.vcxproj.filters Update Win32 MSVC demo to include a simple blinky build option. The demo as it was is now the "full/comprehensive" build option. 12 years ago
main.c Add additional critical section to the default tickless implementations. 12 years ago
main_blinky.c Add additional critical section to the default tickless implementations. 12 years ago
main_full.c Clear up a few compiler warnings. 11 years ago