summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove some irrelevant CyaSSL files.Richard Barry2014-08-16128-78413/+1
* Demo application related:Richard Barry2014-08-1637-120/+259
* General maintenance - changing comments and correcting spellings only.Richard Barry2014-08-045-3/+14
* Common demo tasks:Richard Barry2014-08-0421-596/+213
* Cortex-A5 IAR port:Richard Barry2014-08-031-6/+5
* Cortex-A5 IAR port baseline prior to removing all SAMA5 specifics to make it ...Richard Barry2014-08-034-14/+15
* Continue working on the GIC-less Cortex-A5 port for IAR:Richard Barry2014-07-293-19/+26
* Carry on working on SAMA5D3 demo:Richard Barry2014-07-2914-85/+205
* SAMA5D3 demo: Add CDC driver code and use CDC to create a simple command con...Richard Barry2014-07-2350-509/+8851
* Update CyaSSL to latest version.Richard Barry2014-07-18445-25369/+161562
* Re-test Zynq demo now it is using the latest tools.Richard Barry2014-07-145-9/+12
* Add back Zynq demo - this time using SDK V14.2.Richard Barry2014-07-14381-0/+269762
* Remove Zynq demo project ready to recreate the project using the 14.2 version...Richard Barry2014-07-1481-182982/+0
* Add 'full' demo to the SAMA5 Xplained demo - but so far without interrupt nes...Richard Barry2014-07-1211-39/+1270
* Rename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSConfig setting to specif...Richard Barry2014-07-124-0/+4
* SAMA5D3 Xplained demo blinky running.Richard Barry2014-07-1215-368/+112
* Add new port layer for Cortex-A devices without the means to mask interrupt p...Richard Barry2014-07-124-0/+856
* Start of SAMA5D3 XPlained demo.Richard Barry2014-07-09277-0/+67714
* Make the parameters to vPortDefineHeapRegions() const.Richard Barry2014-07-045-6/+44
* Update the MSVC simulator demo to demonstrate heap_5 allocator and pdTICKS_TO...Richard Barry2014-07-035-30/+87
* Simply some of the alignment calculations in heap_4.c to match those used in ...Richard Barry2014-07-033-38/+50
* Check in the portable.h version required to use heap_5.c.Richard Barry2014-07-021-0/+21
* Check in the new memory allocator that allows the heap to span multiple blocks.Richard Barry2014-07-021-0/+519
* Update FreeRTOS+ components and demos to use typedef names introduced in Free...Richard Barry2014-06-2066-395/+395
* Update timer demo in PIC32MZ demo to remove multiple extern definition create...Richard Barry2014-06-161-1/+0
* Implementation of mutex held counting in tasks.c - needs optimisation before ...Richard Barry2014-06-161-20/+64
* Default the definition of portASSERT_IF_IN_ISR() to nothing if it is not defi...Richard Barry2014-06-167-26/+79
* Add code to assert() if non ISR safe API function is called from ISR in Taski...Richard Barry2014-06-152-0/+17
* Add code to assert() if non ISR safe API function is called from ISR in IAR a...Richard Barry2014-06-147-5/+62
* Simplify the assert that checks if a non-ISR safe function is called from an ...Richard Barry2014-06-131-12/+9
* Add additional comments to the Zynq lwIP demo.Richard Barry2014-06-132-2/+16
* Added portASSERT_IF_IN_INTERRUPT() macro to the GCC Cortex A9 port layer.Richard Barry2014-06-121-4/+15
* Zynq demo: Fix Xilinx network driver by deferring the function that allocate...Richard Barry2014-06-127-36/+78
* Remove some of the lwip asserts to allow use with 64-bit alignment.Richard Barry2014-06-102-2/+4
* Switch to using the private watchdog as the run time stats timer in the Zynq ...Richard Barry2014-06-107-20/+56
* Reorganise Zynq project after spitting lwIP example into a separate configura...Richard Barry2014-06-0955-155/+88
* Move the Zynq's lwIP example from the Full demo into its own configuration as...Richard Barry2014-06-099-53/+273
* Update lwIP byte alignment to make Zynq pings more reliable.Richard Barry2014-06-094-17/+33
* Update RL78 GCC demo application after testing with fixed compiler.Richard Barry2014-06-0513-88/+52
* Check in RL78 GCC port layer now it has been verified with the fixed compiler.Richard Barry2014-06-054-0/+690
* Complete RX64M GCC demo.Richard Barry2014-06-0423-356/+1538
* Reverse order of projdefs.h and FreeRTOSConfig.h includes in FreeRTOS.h to al...Richard Barry2014-06-044-31/+76
* Add -nomessage command line option to RX64M demo to suppress warning about th...Richard Barry2014-05-295-27/+28
* Ensure demo app files are using FreeRTOS V8 names - a few were missed previou...Richard Barry2014-05-2960-422/+422
* A few additional casts to keep the Renesas RX compiler happy.Richard Barry2014-05-293-5/+6
* Add lwIP driver into Zynq demo - not yet fully functional.Richard Barry2014-05-2355-10/+12399
* Add brackets in lwIP assert statement to prevent compiler warnings.Richard Barry2014-05-231-1/+1
* Add some missing volatiles to __asm statements in the CA9 GCC port.Richard Barry2014-05-193-52/+52
* Update version number ready for release.Richard Barry2014-04-241241-5929/+6497
* Add xQueueGetMutexHolder() to MPU functions.Richard Barry2014-04-242-0/+13