summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo
Commit message (Expand)AuthorAgeFilesLines
* Update version number.richardbarry2013-07-23829-830/+830
* Remove duplicate definition from FreeRTOSConfig.h.richardbarry2013-07-231-2/+0
* Rename xTaskGetSystemState() uxTaskGetSystemState().richardbarry2013-07-1838-38/+38
* For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS t...richardbarry2013-07-1838-38/+38
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-17845-34181/+22948
* Remove large and unnecessary .docx files.richardbarry2013-07-163-0/+0
* Update PIC32 serial.c slightly to add volatile qualifier and update to coding...richardbarry2013-07-141-8/+17
* Fix compiler warning.richardbarry2013-07-131-1/+1
* Update compiler version and add configASSERT() to PIC32 MPLAB X project.richardbarry2013-07-129-83/+103
* Remove commented out code.richardbarry2013-07-101-2/+0
* Correct comment only.richardbarry2013-07-041-2/+2
* Remove compiler warnings.richardbarry2013-07-022-1/+6
* Remove compiler warnings.richardbarry2013-07-023-23/+22
* Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter ...richardbarry2013-07-0240-1/+231
* Add the queue overwrite demo to the RZ demo.richardbarry2013-07-018-35/+50
* Update Win32 MSVC demo to include a simple blinky build option. The demo as ...richardbarry2013-06-286-349/+846
* Update QueueOverwrite.c to include a call to xQueuePeekFromISR().richardbarry2013-06-281-1/+8
* Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate i...richardbarry2013-06-273-12/+85
* Add xQueueOverwrite() and a common demo task to demonstrate its use.richardbarry2013-06-275-64/+379
* Re-implement the LPC18xx and SmartFusion2 run time stats implementation to us...richardbarry2013-06-252-38/+46
* Add extra debug comment into list.c.richardbarry2013-06-231-0/+1304
* Add retarget.c to RVDS project to ensure semihosting is not used.richardbarry2013-06-205-8/+152
* RZ RVDS and IAR projects.richardbarry2013-06-2087-0/+37133
* Update RX100 project to e2studio V2 format.richardbarry2013-06-112-120/+126
* Improve the error detection in some of the standard demo tasks.richardbarry2013-06-113-111/+134
* Add MPLAB X project for PIC24.richardbarry2013-06-0816-0/+839
* Update include paths in Rowley MSP430 project file.richardbarry2013-06-072-47/+51
* Add UV4 project to old RVDS LPC2129 UV2 directory.richardbarry2013-06-072-0/+1653
* Update ports that have their tick configuration in an application callback to...richardbarry2013-06-074-36/+16
* Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to allow...richardbarry2013-06-075-62/+42
* Ensure RM48 demo compiles in co-operative mode.richardbarry2013-06-061-2/+7
* Update SAM4L_low_power_tick_management.c to use xTaskIncrementTick() in place...richardbarry2013-06-061-12/+7
* Tidy up the comments and use of static function prototypes in the SAM4L_low_p...richardbarry2013-06-061-7/+14
* Place DSB instruction before WFI instruction in EFMG890F128 demo.richardbarry2013-06-061-0/+1
* Update the standard Win32 demo to use the latest version of the trace recorde...richardbarry2013-06-056-182/+327
* Remove the Chan FATfs code as FreeRTOS now ships with a proprietary file system.richardbarry2013-05-19101-45479/+23
* Ensure the SmartFusion2 interrupt driven UART drivers are not passed a zero l...richardbarry2013-05-142-11/+14
* Move SmartFusion configuration options into FreeRTOSConfig.h.richardbarry2013-05-136-23/+44
* Rename the SmartFusion2 demo directory.richardbarry2013-05-1372-0/+0
* Combine the SmartFusion2 starter kit and development kits demos into a single...richardbarry2013-05-1372-120310/+22
* Update SmartFustion2 starter kit partest.c.richardbarry2013-05-122-9/+5
* Add SmartFusion2 demo for the SmartFustion2 development kit.richardbarry2013-05-1268-0/+77087
* Convert SmartFusion2 CLI to use the interrupt UART driver functions instead o...richardbarry2013-05-127-112/+222
* SmartFusion2 CLI working with polled UART, about to convert to interrupt driv...richardbarry2013-05-107-75/+81
* Update comments in Atmel Studio CreateProjectDirectoryStructure.bat files to ...richardbarry2013-05-094-44/+27
* Update flop.c and FreeRTOS.h to include a macro (and a default null implement...richardbarry2013-05-091-0/+20
* Update Win32 simulator so it references the FreeRTOS+Trace code from the upda...richardbarry2013-05-092-17/+17
* SmartFusion2: Change linker file to run from NVM. Add in FreeRTOS+CLI and F...richardbarry2013-05-0721-37/+2382
* Blinky and full demos working on SmartFusion2.richardbarry2013-05-0611-69/+4445
* Starting point for SmartFustion2 starter kit demo.richardbarry2013-05-0548-0/+67678