summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)V8.0.1Richard Barry2017-11-290-0/+0
* (no commit message)Richard Barry2014-05-020-0/+0
* Update version number ready for release.Richard Barry2014-04-241241-5929/+6497
* Add xQueueGetMutexHolder() to MPU functions.Richard Barry2014-04-242-0/+13
* Event Groups: Convert the 'clear bits from ISR' function into a pended functi...Richard Barry2014-04-237-29/+103
* Update demos that use FreeRTOS+FAT SL to have correct version numbers after t...Richard Barry2014-04-2316-133/+200
* Update IAR XMC4200 project to fix link error that resulted from updating the ...Richard Barry2014-04-236-83/+266
* Update FreeRTOS+FAT SL to version 1.0.1.Richard Barry2014-04-2341-763/+1166
* Ensure xNewLib_reent is reclaimed when a task is deleted.Richard Barry2014-04-091-2/+7
* Add test and correct code for the unusual case of a task using an event group...Richard Barry2014-03-313-3/+43
* Add the pcTimerGetTimerName() API function.Richard Barry2014-03-284-13/+21
* Add interrupt nesting test code into RX64M demo.Richard Barry2014-03-285-4399/+3386
* Add RSK definition and LED flash tasks into RX64M demo.Richard Barry2014-03-289-146/+355
* Update Cortex-A port layers to ensure the ICCRPR and ICCPMR registers are alw...Richard Barry2014-03-256-20/+20
* Started to create RX64M GCC project - building but not yet converted to new c...Richard Barry2014-03-2020-0/+39804
* Delete old RL78 launch configurations.Richard Barry2014-03-193-275/+0
* Add RL78/L1C configuration into e2studio demo.Richard Barry2014-03-1911-55/+2442
* RL78/L1C configuration added to the IAR RL78 demo projects.Richard Barry2014-03-197-19/+1217
* Working but incomplete RXv2 demo.Richard Barry2014-03-075-25/+84
* First pass at RXv2 port layer.Richard Barry2014-03-073-0/+643
* RXv1 tests running before updating to RXv2.Richard Barry2014-03-068-19/+823
* Start to create an RX64M demo.Richard Barry2014-03-0329-0/+21569
* Cast away a few unused return types to ensure lint/compilers don't generate w...Richard Barry2014-02-235-14/+14
* Add extra #error message as a configuration sanity check.Richard Barry2014-02-191-2/+8
* Minor updates to ensure all kernel aware debuggers are happy with V8.Richard Barry2014-02-193-7/+25
* Update version number to V8.0.0 (without the release candidate number).Richard Barry2014-02-181222-1285/+1288
* Add logic to determine the tick timer source and vector installation into the...Richard Barry2014-02-182-29/+76
* Add event group code to the PIC32MZ demo.Richard Barry2014-02-1810-31/+69
* Linting.Richard Barry2014-02-173-7/+7
* Add #define INCLUDE_eTaskGetState 1 to the demos that use the int queue test.Richard Barry2014-02-1724-104/+81
* Update final demos that use the trace recorder code to use the new version.Richard Barry2014-02-175-554/+356
* Update LPC1830 example to use the latest trace recorder code.Richard Barry2014-02-176-1173/+240
* Remove test of trace functions from the Win32/GCC build as it messes up the t...Richard Barry2014-02-171-22/+0
* Remove test of trace functions from the Win32 build as it messes up the trace...Richard Barry2014-02-172-91/+20
* Update trace recorder to include heap tracing and new v8 features.Richard Barry2014-02-1715-616/+1226
* Add event groups demo to SAM4E demo.Richard Barry2014-02-164-2/+22
* Add event group tests to IAR LM3S demo.Richard Barry2014-02-167-110/+514
* Make xEventGroupSetBitsFromISR() a function when configUSE_TRACE_FACILITY is ...Richard Barry2014-02-142-1/+18
* Follow instructions on http://blogs.msdn.com/b/vsproject/archive/2009/07/21/e...Richard Barry2014-02-111-1/+0
* Update the demo directory to use the version 8 type naming conventions.Richard Barry2014-02-11639-3470/+3127
* Replace xTaskIsTaskSuspended() call with eTaskGetState() call in IntQueue.c a...Richard Barry2014-02-111-5/+4
* Add a small amount of randomisation into the Zynq demo.Richard Barry2014-02-112-3/+47
* Add event groups demo to Zynq demo.Richard Barry2014-02-113-10/+74
* Update IAR RL78 demo regtest tasks to make use of SKZ instructions as the lat...Richard Barry2014-02-109-82/+90
* Make xTaskIsTaskSuspended() a private function as it should only be called fr...Richard Barry2014-02-106-96/+112
* Remove inclusion of now removed header file from the RZ/IAR LowLevelInitialis...Richard Barry2014-02-101-1/+0
* Third attempt: Improve how TimerDemo.c manages differences between the tick c...Richard Barry2014-02-101-2/+2
* Update the Win32/MingW demo to match the latest Win32/MSVC demo.Richard Barry2014-02-106-541/+190
* Add configCLEAR_TICK_INTERRUPT() to the IAR and RVDS Cortex-A9 ports.Richard Barry2014-02-049-10/+27
* Second attempt: Improve how TimerDemo.c manages differences between the tick ...Richard Barry2014-02-041-9/+23