]> begriffs open source - freertos/shortlog
freertos
2013-02-20 Richard Barry(no commit message) V7.4.0
2013-02-19 Richard BarryPrepare for V7.4.0 release.
2013-02-18 Richard BarryUpdate PIC32 demo application to remove reliance on...
2013-02-18 Richard BarryCorrect spelling of xSuspendedTaskList in eTaskConfirmS...
2013-02-18 Richard BarryAdd default definition for configUSE_QUEUE_SETS.
2013-02-18 Richard BarryCommit demos that have been updated for testing purpose...
2013-02-13 Richard BarryUpdate the LPC1768 project to only copy across one...
2013-02-12 Richard BarryAdded more files to the Rowley and IAR LM3S demos to...
2013-02-12 Richard BarryAdjusted the wrap checks in the QueueSet test task.
2013-02-12 Richard BarryReduce RAM used by trace by updating trcConfig.h.
2013-02-12 Richard BarryImprove QueueSet.c test coverage by reading the queue...
2013-02-10 Richard BarryUpdate the FreeRTOS+Trace recorder and Win32 demo app.
2013-02-08 Richard BarryFix a few compiler warnings when compiling the QueueSet...
2013-02-08 Richard BarryAdd the queue set test to the SAM4S-EK Atmel Studio...
2013-02-08 Richard BarryContinue working on queue set implementation and testing.
2013-02-07 Richard BarryNext revision of queue set implementation.
2013-01-31 Richard Barryremove the additional line added to the MPU port.c...
2013-01-31 Richard BarryAdded INCLUDE_xSemaphoreGetMutexHolder() default.
2013-01-23 Richard BarryReplace the CLZ function with a CLZ intrinsic in the...
2012-12-31 Richard BarryMake changes necessary to allow the latest StateViewer...
2012-11-18 Richard BarryMove the call that sets xTimeNow inside the loop that...
2012-11-17 Richard BarryDefault configUSE_TICKLESS_IDLE to 0 when it is not...
2012-10-31 Richard BarryEnsure #error messages in FreeRTOSConfig.h files are...
2012-10-31 Richard BarryAdd warning suppression to IAR header.
2012-10-31 Richard BarrySlow configured clock in the RM48 and TMS570 demos...
2012-10-30 Richard BarryMake loop counters in flop_hercules.c 32-bit instead...
2012-10-29 Richard BarryRename CORTEX_R4_RM48_CCS5 directory as it also include...
2012-10-29 Richard BarryCorrect cut and paste error in partest.c file.
2012-10-29 Richard BarryMake CM3/4 tick configuration a weak function to allow...
2012-10-29 Richard BarryAllow IAR language extensions so __weak attribute can...
2012-10-29 Richard BarryWork around compiler bug in CCS5 by replacing the _call...
2012-10-29 Richard BarryComplete RM4x and TMS570 demo.
2012-10-22 Richard BarryRe-jig some of the new functions to correctly assign...
2012-10-16 Richard BarryPrepare for V7.3.0 release.
2012-10-16 Richard BarryMake the timer used for the PIC32 port layer user confi...
2012-10-16 Richard BarryAdd tickless idle support in Cortex-M ports.
2012-10-16 Richard BarryAdd tickless idle support in Cortex-M ports.
2012-10-14 Richard BarrySet the RM48 directory structure to match the FreeRTOS...
2012-10-14 Richard BarryUpdate FreeRTOS version used in RM48 demo.
2012-10-13 Richard BarryFirst pass at adding R4F floating point support.
2012-10-11 Richard BarryRM48 port layer without FPU saving completed.
2012-10-10 Richard BarryGet main_full.c working in the RM48 demo.
2012-10-10 Richard BarryRemove whitespace only.
2012-10-09 Richard BarryRM48 simply blinky demo working.
2012-10-04 Richard BarryAdded initial RM48 project files. These are not in...
2012-09-25 Richard BarryUpdate PIC32 port to make use of configUSE_PORT_OPTIMIS...
2012-09-24 Richard BarryCorrect #if( configMAX_PRIORITIES >= 32 ) check perform...
2012-09-24 Richard BarryReplace the need for taskCHECK_READY_LIST() by instead...
2012-09-24 Richard BarryRename listLIST_ITEM_CONTAINED to listLIST_ITEM_CONTAINER.
2012-09-24 Richard BarryAdded Cortex-M optimised code to the IAR, GCC and Keil...
2012-09-23 Richard BarryIntroduced configUSE_PORT_OPTIMISED_TASK_SELECTION...
2012-09-23 Richard BarryAdd eTaskStateGet() to FreeRTOS-MPU.
2012-09-22 Richard BarryAdded eTaskStateGet().
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-29 Richard BarryAdd demo for SAM3S-EK2.
2012-08-29 Richard BarrySave the SAM4S FreeRTOSConfig.h with the #error about...
2012-08-15 Richard BarryAdd SAM3X-EK demo.
2012-08-14 Richard BarryPut comments in the code that give a reference to peopl...
2012-08-14 Richard BarryPrepare for V7.2.0 release.
2012-08-12 Richard BarryRemove the remnants of the legacy trace functionality...
2012-08-12 Richard BarryAdd warning in Cortex-M3 and Cortex-M4 FreeRTOSConfig...
2012-08-12 Richard BarryAdd CreateProjectDirectoryStructure.bat to the SAM4...
2012-08-12 Richard BarryRemove the files from the SAM4S demo that are copied...
2012-08-11 Richard BarryAdd readme files to the various FreeRTOS+ directories.
2012-08-11 Richard BarryAdd FreeRTOS-Plus directory.
2012-08-11 Richard BarryStart to re-arrange files to include FreeRTOS+ in main...
2012-08-11 Richard BarryRemove test code from heap_4.c.
2012-08-11 Richard BarryUpdate MPS430X ports so the sleep mode bits are cleared...
2012-08-10 Richard BarryAdd heap_4.c.
2012-08-03 Richard BarryAdd vQueueDelete() to the MPU port.
2012-07-08 Richard BarryRenamed the CORTEX_M4_ATSAM4S_AVR_Studio directory...
2012-07-08 Richard BarryRemove the unused linker reference to the maths library.
2012-07-08 Richard BarryComplete first release candidate for the SAM4S-EK demo.
2012-07-05 Richard BarryIn the SAM4S demo, moved FreeRTOS into the ASF/thirdpar...
2012-07-05 Richard BarryChange the name of the SAM4 FreeRTOS-Source directory...
2012-07-03 Richard BarryCreate project for SAM4S. This is building but has...
2012-07-03 Richard BarryAdd in a couple of extra list macros for use with FreeR...
2012-07-03 Richard BarryAdd the macro xSemaphoreTakeFromISR().
2012-05-17 Richard BarryAdded INCLUDE_xQueueGetMutexHolder macro.
2012-05-08 Richard BarryPrepare for FreeRTOS V7.1.1 tag.
2012-05-08 Richard BarryPrepare for FreeRTOS V7.1.1 tag.
2012-05-08 Richard BarryPrepare for FreeRTOS V7.1.1 tag.
2012-05-01 Richard BarryUpdate the RX63N RDK project to use the correct PHY ID.
2012-04-24 Richard BarryChange the Win32 port layer so it doesn't use the trace...
2012-04-24 Richard BarryUpdate the RX63N RDK demo to use the latest (at the...
2012-04-24 Richard BarryUpdate the RX63N RSK demo to use the latest (at the...
2012-04-23 Richard BarryRemove older Renesas BSP files from the RX63N RSK demo...
2012-04-18 Richard BarryRX63N RDK Debug build configuration now building, but...
2012-04-18 Richard BarryBackup point only. YRDK RX63N building but not linking.
2012-04-18 Richard BarryUpdate the Renesas provided BSP files in the RDK RX63N...
2012-04-18 Richard BarryStarting point for YRDK RX63N demo.
2012-04-18 Richard BarryUpdate the TCP/IP update period from 500ms to the expec...
2012-04-16 Richard BarrySet the last return address at the bottom of the stack...
2012-04-16 Richard BarryChange the stack alignment when a task first starts...
2012-04-16 Richard BarryRemove unused .txt file from the XMC4500 uVision project.
2012-04-16 Richard BarryRemoved unused function from IAR CM4F port.c.
2012-04-16 Richard BarryAdded the FreeRTOS/WorkingCopy/Demo/CORTEX_M4F_Infineon...
2012-04-15 Richard BarryStarting point for XMC4500 IAR demo application.
2012-04-06 Richard BarryAdd #error statements in FreeRTOSConfig.h header files...
next