You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
Richard Barry a3148ba638 xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher priority task woken' parameter is provided - making its behaviour consistent with event objects.
Ensure tasks that are blocked indefinitely on a direct to task notification return their state as eBlocked, previously was returned as eSuspended - making its behaviour consistent with event objects.
Fix typo in stream_buffer.c where "size_t xBytesAvailable ); PRIVILEGED_FUNCTION" had the semicolon in the wrong place.
Add testing of Stream Buffers to the AbortDelay.c tests.
Guard inclusion of C code when FreeRTOSConfig.h is included from an assembly file in the ARM7_LPC2129_IAR demo.
Fix minor typos in the Windows demo comment blocks.
7 years ago
..
AbortDelay.c xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher priority task woken' parameter is provided - making its behaviour consistent with event objects. 7 years ago
BlockQ.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
EventGroupsDemo.c Import the code coverage test additions from the (unpublished) Visual Studio project to the (published) MingW/Eclipse project. 7 years ago
GenQTest.c Import the code coverage test additions from the (unpublished) Visual Studio project to the (published) MingW/Eclipse project. 7 years ago
IntQueue.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
IntSemTest.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
MessageBufferAMP.c Start moving code coverage tests from VisualStudio (not checked in) to the MingW project (checked in) by creating a second build configuration in the Windows Eclipse project that includes the code coverage command line options. Additionally make minor code updates to ensure configASSERT() is not defined, and the application runs for a finite time, when the code coverage build configuration is used. 7 years ago
MessageBufferDemo.c Fix regressions introduced by introduction of configMESSAGE_BUFFER_LENGTH_TYPE constant - specifically enabling big endian support and updates to xStreamBufferNextMessageLengthBytes. 7 years ago
PollQ.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
QPeek.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
QueueOverwrite.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
QueueSet.c Complete testing of changes that allow xQueueOverwrite() to be used on a queue that is part of a queue set. 7 years ago
QueueSetPolling.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
StaticAllocation.c Import the code coverage test additions from the (unpublished) Visual Studio project to the (published) MingW/Eclipse project. 7 years ago
StreamBufferDemo.c Import the code coverage test additions from the (unpublished) Visual Studio project to the (published) MingW/Eclipse project. 7 years ago
StreamBufferInterrupt.c Fix buffer clean up in \FreeRTOS_Plus_TCP_Minimal_Windows_Simulator\demo_logging.c. 7 years ago
TaskNotify.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
TimerDemo.c xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher priority task woken' parameter is provided - making its behaviour consistent with event objects. 7 years ago
blocktim.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
comtest.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
comtest_strings.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
countsem.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
crflash.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
crhook.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
death.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
dynamic.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
flash.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
flash_timer.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
flop.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
integer.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
readme.txt Prepare for a FreeRTOS V9 release candidate: 9 years ago
recmutex.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
semtest.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago
sp_flop.c Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. 7 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This directory contains the implementation of the "common demo tasks".  These
are test tasks and demo tasks that are used by nearly all the demo applications.