This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
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.
2013-10-07 12:06:17 +00:00
..
DemosModifiedForLowTickRate Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
Trace_Recorder_Configuration Update the standard Win32 demo to use the latest version of the trace recorder code. 2013-06-05 16:26:04 +00:00
FreeRTOSConfig.h Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
main_blinky.c Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
main_full.c Clear up a few compiler warnings. 2013-10-07 12:06:17 +00:00
main.c Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
Run-time-stats-utils.c Add additional critical section to the default tickless implementations. 2013-07-24 09:45:17 +00:00
WIN32.sln Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
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. 2013-06-28 10:46:29 +00:00
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. 2013-06-28 10:46:29 +00:00