]> begriffs open source - freertos/shortlog
freertos
2013-07-19 Richard Barry(no commit message) V7.5.0
2013-07-19 Richard BarryTidy up pre-processor as final act before tagging as...
2013-07-19 Richard BarryChanges to comments only.
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 BarryRemove large and unnecessary .docx files.
2013-07-16 Richard BarryUpdate FreeRTOS+Trace recorder code.
2013-07-15 Richard BarryLinting and MISRA checking
2013-07-14 Richard BarryTidy up comments only.
2013-07-14 Richard BarryVariable name change in the PIC32 port layer only.
2013-07-14 Richard BarryUpdate PIC32 serial.c slightly to add volatile qualifie...
2013-07-13 Richard BarryUpdate doxygen comments.
2013-07-13 Richard BarryFix compiler warning.
2013-07-13 Richard BarryUpdate Cortex-M MPU version to include new API functions.
2013-07-13 Richard BarryUpdate RX ports to only include additional check on...
2013-07-12 Richard BarryImplement portASSERT_IF_INTERRUPT_PRIORITY_INVALID...
2013-07-12 Richard BarryUpdate compiler version and add configASSERT() to PIC32...
2013-07-12 Richard BarryKernel optimisations.
2013-07-11 Richard BarryAdd comments to the portASSERT_IF_INTERRUPT_PRIORITY_IN...
2013-07-11 Richard BarryComplete additions of portASSERT_IF_INTERRUPT_PRIORITY_...
2013-07-10 Richard BarryRemove commented out code.
2013-07-09 Richard BarryAdd portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implemen...
2013-07-09 Richard BarryEnhance heap_4.c to prevent blocks accidentally being...
2013-07-04 Richard BarryCorrect comment only.
2013-07-04 Richard BarryAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implem...
2013-07-02 Richard BarryRemove compiler warnings.
2013-07-02 Richard BarryRemove compiler warnings.
2013-07-02 Richard BarryAdd the new configINCLUDE_STATS_FORMATTING_FUNCTIONS...
2013-07-02 Richard BarryAdd the new configINCLUDE_STATS_FORMATTING_FUNCTIONS...
2013-07-02 Richard BarryAdd new xTaskGetSystemState() API function to return...
2013-07-01 Richard BarryAdd additional comment only.
2013-07-01 Richard BarryAdd the queue overwrite demo to the RZ demo.
2013-06-30 Richard BarryRefine the default tickless idle implementation in...
2013-06-28 Richard BarryUpdate Win32 MSVC demo to include a simple blinky build...
2013-06-28 Richard BarryUpdate QueueOverwrite.c to include a call to xQueuePeek...
2013-06-27 Richard BarryAdd xQueueOverwriteFromISR() and update the QueueOverwr...
2013-06-27 Richard BarryAdd xQueueOverwrite() and a common demo task to demonst...
2013-06-26 Richard BarryAdd Newlib reent support.
2013-06-26 Richard BarryImprove efficiency and behaviour of vListInsertEnd().
2013-06-25 Richard BarryRemove reliance on strncpy() function.
2013-06-25 Richard BarryRemove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which...
2013-06-25 Richard BarrySlight correction to coding standard in heap_2.c and...
2013-06-25 Richard BarryImprove efficiency of memory allocation when the memory...
2013-06-25 Richard BarryRe-implement the LPC18xx and SmartFusion2 run time...
2013-06-24 Richard BarryReplace the #define that maps the uxRecursiveCallCount...
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-23 Richard BarryAdd extra debug comment into list.c.
2013-06-20 Richard BarryAdd retarget.c to RVDS project to ensure semihosting...
2013-06-20 Richard BarryAdd missing function prototype.
2013-06-20 Richard BarryUpdate RVDS port layer to match IAR port layer.
2013-06-20 Richard BarryRZ RVDS and IAR projects.
2013-06-20 Richard BarryRVDS ARM Cortex-A port layer.
2013-06-20 Richard BarryIAR ARM Cortex-A port layer.
2013-06-11 Richard BarryModify the GCC/AVR port to make use of the xTaskIncreme...
2013-06-11 Richard BarryUpdate RX100 project to e2studio V2 format.
2013-06-11 Richard BarryImprove the error detection in some of the standard...
2013-06-11 Richard BarryAdd the APPLICATION_DEFINED port type to the trcHardwar...
2013-06-08 Richard BarryUpdate port layers to make better use of the xTaskIncre...
2013-06-08 Richard BarryCheck in implementation of xTaskIncrementTick (replaced...
2013-06-08 Richard BarryAdd MPLAB X project for PIC24.
2013-06-07 Richard BarryUpdate include paths in Rowley MSP430 project file.
2013-06-07 Richard BarryAdd UV4 project to old RVDS LPC2129 UV2 directory.
2013-06-07 Richard BarryUpdate ports that have their tick configuration in...
2013-06-07 Richard BarryConvert the remaining ports to use xTaskIncrementTick...
2013-06-07 Richard BarryUpdate the PIC32 port to use xTaskIncrementTick() and...
2013-06-07 Richard BarryAdd configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTI...
2013-06-07 Richard BarryEnsure queue functions go into the privileged code...
2013-06-07 Richard BarryAdd configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTI...
2013-06-06 Richard BarryConvert more ports to use xTaskIncrementTick() in place...
2013-06-06 Richard BarryConvert mpre ports to use xTaskIncrementTick() in place...
2013-06-06 Richard BarryConvert some ports to use xTaskIncrementTick() in place...
2013-06-06 Richard BarryAdd default value for configUSE_TIME_SLICING
2013-06-06 Richard BarryUpdate RM48/TMS570 port to use xTaskIncrementTick in...
2013-06-06 Richard BarryEnsure RM48 demo compiles in co-operative mode.
2013-06-06 Richard BarryUpdate SAM4L_low_power_tick_management.c to use xTaskIn...
2013-06-06 Richard BarryTidy up the comments and use of static function prototy...
2013-06-06 Richard BarryPlace DSB instruction before WFI instruction in EFMG890...
2013-06-05 Richard BarryUpdate the standard Win32 demo to use the latest versio...
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 BarryRemove the Chan FATfs code as FreeRTOS now ships with...
2013-05-19 Richard BarryEnsure a queue or semaphore that is not empty cannot...
2013-05-19 Richard BarryUpdate the code that generates the run time stats strin...
2013-05-19 Richard BarryFix compiler warning in psp_test.c when compiled with...
2013-05-14 Richard BarryEnsure the SmartFusion2 interrupt driven UART drivers...
2013-05-13 Richard BarryMove SmartFusion configuration options into FreeRTOSCon...
2013-05-13 Richard BarryRename the SmartFusion2 demo directory.
2013-05-13 Richard BarryCombine the SmartFusion2 starter kit and development...
2013-05-12 Richard BarryUpdate SmartFustion2 starter kit partest.c.
2013-05-12 Richard BarryAdd SmartFusion2 demo for the SmartFustion2 development...
next