summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/WIN32-MSVC
Commit message (Expand)AuthorAgeFilesLines
* Kernel changes:rtel2014-12-192-5/+8
* + Update demos that use FreeRTOS+Trace to work with the latest trace recorder...rtel2014-12-181-0/+6
* + New feature added: Task notifications.rtel2014-12-157-400/+363
* Demo project only:rtel2014-09-125-4/+14
* Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_...rtel2014-09-026-6/+6
* Update version number to 8.1.1 for patch release that re-enables mutexes to b...rtel2014-08-296-6/+6
* Core kernel code:rtel2014-08-292-2/+5
* ***IMMINENT RELEASE NOTICE***rtel2014-08-166-6/+6
* Update the MSVC simulator demo to demonstrate heap_5 allocator and pdTICKS_TO...rtel2014-07-035-30/+87
* Update version number ready for release.rtel2014-04-246-30/+30
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-186-6/+6
* Remove test of trace functions from the Win32 build as it messes up the trace...rtel2014-02-172-91/+20
* Follow instructions on http://blogs.msdn.com/b/vsproject/archive/2009/07/21/e...rtel2014-02-111-1/+0
* Update the demo directory to use the version 8 type naming conventions.rtel2014-02-117-535/+192
* Minor tidy ups that don't effect code generation, plus:rtel2014-01-051-35/+34
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-316-6/+6
* Add the event group interrupt tests to the Win32 demo projects.rtel2013-12-312-4/+7
* Revert some library files back to using standard types as they are not FreeRT...rtel2013-12-293-5/+5
* Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOv...rtel2013-12-271-2/+2
* Continue to remove unnecessary 'signed char *' casts from strings that are no...rtel2013-12-271-1/+6
* Start to remove unnecessary 'signed char *' casts from strings that are now j...rtel2013-12-274-55/+60
* Update the ucQueueNumber member of the queue structure (used with FreeRTOS+Tr...rtel2013-12-141-5/+5
* Add additional event group tests - and update implementation as required by t...richardbarry2013-11-224-1/+16
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-086-6/+6
* Ensure the Win32 demo runs in co-operative mode.richardbarry2013-11-083-14/+58
* Set the MSVC Win32 demo back to create the simply blinky demo by default.richardbarry2013-10-291-1/+1
* Update the main Win32 MSVC demo to account for the changes to the Win32 port ...richardbarry2013-10-293-17/+14
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-146-6/+12
* Clear up a few compiler warnings.richardbarry2013-10-071-1/+72
* Add additional critical section to the default tickless implementations.richardbarry2013-07-246-6/+6
* Update version number.richardbarry2013-07-236-6/+6
* Remove duplicate definition from FreeRTOSConfig.h.richardbarry2013-07-231-2/+0
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-176-222/+162
* Update Win32 MSVC demo to include a simple blinky build option. The demo as ...richardbarry2013-06-286-349/+846
* Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate i...richardbarry2013-06-271-0/+3
* Add xQueueOverwrite() and a common demo task to demonstrate its use.richardbarry2013-06-273-64/+99
* Update the standard Win32 demo to use the latest version of the trace recorde...richardbarry2013-06-056-182/+327
* Update Win32 simulator so it references the FreeRTOS+Trace code from the upda...richardbarry2013-05-092-17/+17
* Update version number ready to release the FAT file system demo.richardbarry2013-04-304-4/+4
* Update version numbers to V7.4.1.richardbarry2013-04-184-8/+8
* Add volatile keyword to GenQTest loop counter for consistency.richardbarry2013-04-141-0/+0
* Prepare for V7.4.0 release.richardbarry2013-02-194-88/+112
* Commit demos that have been updated for testing purposes before they are upda...richardbarry2013-02-181-0/+0
* Added more files to the Rowley and IAR LM3S demos to test building the newer ...richardbarry2013-02-123-4/+8
* Adjusted the wrap checks in the QueueSet test task.richardbarry2013-02-125-7/+13
* Reduce RAM used by trace by updating trcConfig.h.richardbarry2013-02-122-5/+5
* Improve QueueSet.c test coverage by reading the queue set from an ISR to forc...richardbarry2013-02-128-4/+1098
* Continue working on queue set implementation and testing.richardbarry2013-02-082-2/+5
* Next revision of queue set implementation.richardbarry2013-02-075-23/+34
* Added INCLUDE_xSemaphoreGetMutexHolder() default.richardbarry2013-01-312-0/+2