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-lwIP
Richard Barry d3e053568d MSP430:
Add additional NOPs as required by hardware manual.

Microblaze:
Previously a task inherited the exception enable state from the context from which xTaskCreate() was called.  Now tasks all have exceptions enabled if they are enabled in the hardware.

Windows/GCC:
Improve the implementation of portGET_HIGHEST_PRIORITY.

Common code:
Simplify the pointer use in xQueueGenericCreate()

Demo apps: 
Remove jpg images that were used to create web pages.
Fix capitalisation issues in some demos where some header files are incldued with the wrong case, preventing building on Linux.
Remove the Microblaze demos that are using obsolete tools.
Update main_blinky for the Windows port demo to include a software timer example.
2015-07-26 16:41:12 +00:00
..
lwIP_Apps MSP430: 2015-07-26 16:41:12 +00:00
FreeRTOSConfig.h Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-processor defined conditional compilation. 2013-12-30 08:02:11 +00:00
main.c Update the demo directory to use the version 8 type naming conventions. 2014-02-11 12:04:59 +00:00
WIN32.sln Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
WIN32.vcxproj Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
WIN32.vcxproj.filters Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00