]> begriffs open source - freertos/history - FreeRTOS-Plus
Add back some files essential for the PIC32MZ build.
[freertos] / FreeRTOS-Plus /
2015-04-27 Richard BarryChange some data types in heap_4.c to allow it to be...
2015-04-24 Richard BarryRename /Demo/MSP430FR5969_LaunchPad to /Demo/MSP430X_MS...
2015-04-13 Richard BarryUpdate TimerDemo.c to test the new vTimerSetTimerID...
2015-04-13 Richard BarryAdd the errno definitions used by FreeRTOS+TCP and...
2015-03-21 Richard BarryUpdate version number ready for V8.2.1 release.
2015-01-26 Richard BarryKernel updates:
2015-01-16 Richard BarryAdd the beginnings of a Microblaze project for the...
2015-01-16 Richard BarryUpdate version number in preparation for official V8...
2015-01-15 Richard BarryDemo app changes:
2015-01-07 Richard BarryRemove casting from configMAX_PRIORITIES setting in...
2014-12-24 Richard BarryRelease candidate - this will be tagged as FreeRTOS...
2014-12-21 Richard BarryUpdate version numbers in preparation for V8.2.0 releas...
2014-12-21 Richard BarryKernel changes:
2014-12-18 Richard Barry+ Update demos that use FreeRTOS+Trace to work with...
2014-12-15 Richard Barry+ New feature added: Task notifications.
2014-09-02 Richard BarryUpdate version number to 8.1.2 after moving the default...
2014-08-29 Richard BarryUpdate version number to 8.1.1 for patch release that...
2014-08-16 Richard Barry***IMMINENT RELEASE NOTICE***
2014-08-16 Richard BarryRemove some irrelevant CyaSSL files.
2014-08-04 Richard BarryGeneral maintenance - changing comments and correcting...
2014-07-18 Richard BarryUpdate CyaSSL to latest version.
2014-06-20 Richard BarryUpdate FreeRTOS+ components and demos to use typedef...
2014-04-24 Richard BarryUpdate version number ready for release.
2014-04-23 Richard BarryUpdate FreeRTOS+FAT SL to version 1.0.1.
2014-02-18 Richard BarryUpdate version number to V8.0.0 (without the release...
2014-02-17 Richard BarryUpdate final demos that use the trace recorder code...
2014-02-17 Richard BarryUpdate LPC1830 example to use the latest trace recorder...
2014-02-17 Richard BarryUpdate trace recorder to include heap tracing and new...
2014-01-25 Richard BarryFixes to FreeRTOS+UDP trace macro parameters and placem...
2013-12-31 Richard BarryChange version numbers ready for V8.0.0 release candida...
2013-12-30 Richard BarryUpdate FreeRTOS+ more demos that use FreeRTOS+CLI to...
2013-12-30 Richard BarryUpdate FreeRTOS+ demos that use FreeRTOS+CLI to remove...
2013-12-27 Richard BarryChange 'signed char *pcTaskName) to 'char *pcTaskName...
2013-12-27 Richard BarryRemove unnecessary 'signed char *' casts from strings...
2013-12-14 Richard BarryUpdate the ucQueueNumber member of the queue structure...
2013-11-17 Richard BarryTidy up SAM4E NetworkInterface.c.
2013-11-17 Richard BarryMake SAM4E network driver a little more robust.
2013-11-17 Richard BarryUpdate version numbers in FreeRTOS-Plus demo files.
2013-11-17 Richard BarryAdd basic SAM4E driver.
2013-11-08 Richard BarryChange version numbers in preparation for V7.6.0 release.
2013-10-29 Richard BarryUpdate the FreeRTOS+ Win32 MSVC demos to account for...
2013-10-26 Richard BarryAdd missing header file to the UDP BufferAllocation_1...
2013-10-23 Richard BarrySecond attempt - Ensure the private port number wrap...
2013-10-23 Richard BarryEnsure the private port number wrap check is inside...
2013-10-14 Richard BarryUpdate FreeRTOS version number to V7.5.3
2013-10-14 Richard BarryAdd a configASSERT() that checks the gateway address...
2013-10-08 Richard BarryEnsure the statically configured gateway address is...
2013-10-07 Richard BarryTake out nonsensical #if configMAC_INTERRUPT_PRIORITY...
2013-10-07 Richard BarryUpdate FreeRTOS_FD_SET() to check there is enough space...
2013-10-07 Richard BarryMake corrections to the interrupt priority configuratio...
2013-10-07 Richard BarryImprove DCHP handling by removing the yiaddr field...
2013-08-16 Richard BarryConvert double quotes in a command help string to singl...
2013-07-24 Richard BarryUpdate version numbers.
2013-07-18 Richard BarryRename xTaskGetSystemState() uxTaskGetSystemState().
2013-07-18 Richard BarryFor consistency change the name of configINCLUDE_STATS_...
2013-07-17 Richard BarryMinor updates and change version number for V7.5.0...
2013-07-16 Richard BarryCorrect compiler warnings in trace recorder code.
2013-07-16 Richard BarryUpdate FreeRTOS+Trace recorder code.
2013-07-02 Richard BarryAdd the new configINCLUDE_STATS_FORMATTING_FUNCTIONS...
2013-06-25 Richard BarryRe-implement the LPC18xx and SmartFusion2 run time...
2013-06-23 Richard BarryUpdate trace recorder code in the LPC18xx project.
2013-06-23 Richard BarryRemove old trace recorder source from LPC18xx project.
2013-06-23 Richard BarrySplit the LPC18xx FreeRTOS+UDP drivers between those...
2013-06-23 Richard BarryRemove DemoIPTrace.h from LPC18xx demo as it should...
2013-06-23 Richard BarryBack out changes to LPC18xx UDP demo.
2013-06-11 Richard BarryAdd the APPLICATION_DEFINED port type to the trcHardwar...
2013-06-05 Richard BarryRemove compiler warnings from the trace recorder code.
2013-06-05 Richard BarryUpdate the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulat...
2013-06-05 Richard BarryUpdate to latest FreeRTOS+Trace recorder code.
2013-06-03 Richard BarryUpdate the FreeRTOS+UDP LPC18xx MAC driver to use the...
2013-06-03 Richard BarryUpdate LPC18xx FreeRTOS+UDP demo to use LPCOpen USB...
2013-05-21 Richard BarrySlight modification to license blub text in header...
2013-05-19 Richard BarryFix compiler warning in psp_test.c when compiled with...
2013-05-09 Richard BarryMinor cosmetics to comments.
2013-05-01 Richard BarryUpdate version numbers in a couple of files that got...
2013-04-30 Richard BarryUpdate version number ready to release the FAT file...
2013-04-30 Richard BarryAdd FAT SL code and demo project.
2013-04-30 Richard BarryClarify license blurb at the top of the FreeRTOS+UDP...
2013-04-18 Richard BarryUpdate version numbers to V7.4.1.
2013-04-18 Richard BarryChange version number in common files within the FreeRT...
2013-04-18 Richard BarryAdd FreeRTOS-Plus directory with new directory structur...
2013-04-18 Richard BarryRemove subdirectories of FreeRTOS-Plus in preparation...
2013-02-18 Richard BarryUpdate PIC32 demo application to remove reliance on...
2013-02-10 Richard BarryUpdate the FreeRTOS+Trace recorder and Win32 demo app.
2012-09-05 Richard BarryAllow mutex type semaphores to be given from an interru...
2012-08-31 Richard BarryImprove command input string handling in FreeRTOS+CLI...
2012-08-14 Richard BarryPrepare for V7.2.0 release.
2012-08-11 Richard BarryAdd readme files to the various FreeRTOS+ directories.
2012-08-11 Richard BarryAdd FreeRTOS-Plus directory.