]> begriffs open source - freertos/commit
Add default definition for configUSE_QUEUE_SETS.
authorRichard Barry <ribarry@amazon.com>
Mon, 18 Feb 2013 11:20:29 +0000 (11:20 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 18 Feb 2013 11:20:29 +0000 (11:20 +0000)
commitdcc90bb6d9a81cbdd44f6de65fde5f437096afae
tree0eeae313b823bf2a3ecb82bc5e3b048dfbcfe40d
parent2b835ccb4861919c757f836dd36af8be1bf5717e
Add default definition for configUSE_QUEUE_SETS.
Add eTaskConfirmSleepModeStatus() (not yet tested).
Only call prvQueueUnregisterQueue() when a queue or semaphore is deleted if configQUEUE_REGISTRY_SIZE > 0.
Back out change that checks the configUSE_PORT_OPTMISED_TASK_SELECTION value before uxPriorityUsedOnEntry is set in vTaskPrioritySet as it generated more warnings (with other compilers) than it fixed.
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c