]> begriffs open source - freertos/commit
Next revision of queue set implementation.
authorRichard Barry <ribarry@amazon.com>
Thu, 7 Feb 2013 15:10:25 +0000 (15:10 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 7 Feb 2013 15:10:25 +0000 (15:10 +0000)
commit4e5090e06167f2b79c952ef0d140353f4ae9440e
treea082c50affa7fd301c92693a638b967411c74086
parentb5b518571e81605e1aad898d4cd32a18a47438df
Next revision of queue set implementation.
Make conditional compilation syntax and commenting consistent.
Add common demo tasks to demonstrate queue sets.
12 files changed:
FreeRTOS/Demo/Common/Minimal/QueueSet.c [new file with mode: 0644]
FreeRTOS/Demo/Common/Minimal/integer.c
FreeRTOS/Demo/Common/include/QueueSet.h [new file with mode: 0644]
FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
FreeRTOS/Demo/WIN32-MSVC/WIN32.suo
FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj
FreeRTOS/Demo/WIN32-MSVC/WIN32.vcxproj.filters
FreeRTOS/Demo/WIN32-MSVC/main.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c