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
Gaurav Aggarwal c4b1afc4ef Add Xtensa port
The project file is for Xtensa Xplorer simulator.
Also add tests for one size stream buffer.
7 years ago
..
AbortDelay.c Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint comments, which are not required now EventGroupHandle_t is type safe. 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 Add the option to specify a stack size in the standard demo MessageBuffer tests. 7 years ago
MessageBufferDemo.c Add Xtensa port 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 Add Xtensa port 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.