]> begriffs open source - freertos/shortlog
freertos
2013-10-14 Richard Barry(no commit message) V7.5.3
2013-10-14 Richard BarryRemove maths library dependency form SAMD20 project.
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-14 Richard BarryAdd workaround to XMC4000 silicon bug to Tasking Cortex...
2013-10-14 Richard BarryComplete XMC4000 Tasking project.
2013-10-12 Richard BarryFix broken link in Atmel Studio SAMD20 project.
2013-10-09 Richard BarryIncrease minimal stack size for the SAMD20 demo.
2013-10-09 Richard BarryComplete tidy up of SAMD20 demo.
2013-10-08 Richard BarryComplete SAMD20 demo - still needs tidy up.
2013-10-08 Richard BarryAdd some defensive programming in the default tickless...
2013-10-08 Richard BarryIntroduce the prvTaskExitError() function for all ARM_C...
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 BarryClear up a few compiler warnings.
2013-10-07 Richard BarryImprove DCHP handling by removing the yiaddr field...
2013-10-04 Richard BarryAdd traceMALLOC() and traceFREE() macros.
2013-10-03 Richard BarryComplete CLI demo on SAMD20.
2013-10-02 Richard BarryGet CLI functioning in SAMD20 demo.
2013-10-02 Richard BarryStarting point for the SAMD20 demo.
2013-10-01 Richard BarryFinalise XMC4000 GCC demos.
2013-10-01 Richard BarryFinalise XMC4000 IAR demos.
2013-10-01 Richard BarryFinalise XMC4000 Keil demos.
2013-09-17 Richard BarryAdd the configUSE_STATS_FORMATTING_FUNCTIONS parameter...
2013-09-17 Richard BarryRemove the math library as a build dependency in the...
2013-09-10 Richard BarryMove the #error message about running the CreateProject...
2013-09-10 Richard BarryAdd the uxQueueSpacesAvailable() API function.
2013-09-10 Richard BarryMake self monitoring in QueueSet.c more robust to preve...
2013-09-10 Richard BarryEnable RX62N_RDK project to build with the blink config...
2013-09-10 Richard BarryAdd #error into Tasking project to remind users that...
2013-09-10 Richard BarryUpdate Keil XMC1000 to later version.
2013-09-10 Richard BarryFinalise XMC1000 GCC demos.
2013-09-10 Richard BarryFinalise XMC1000 IAR demos.
2013-09-10 Richard BarryFinalise XMC1000 Keil demos.
2013-09-09 Richard BarryFinalise XMC4000 Dave/GCC demos.
2013-09-09 Richard BarryFinalise XMC4000 Keil demos.
2013-09-09 Richard BarryFinalise XMC4000 IAR demos.
2013-09-05 Richard BarryAdd build configurations for the XMC4400 and XMC4200...
2013-09-05 Richard BarryUpdate XMC4000 tasking project to use latest system...
2013-09-04 Richard BarryRename directories with XMC4500 in their name that...
2013-09-04 Richard BarryRename directories with XMC4500 in their name that...
2013-09-04 Richard BarryReworked XMC4500 IAR project to use latest system files...
2013-09-04 Richard BarryAdd XMC4200 and XMC4400 build configurations to the...
2013-09-04 Richard BarryAdd Dave project for the XMC4500.
2013-09-03 Richard BarryUpdate the Keil XMC4500 demo project to include build...
2013-09-02 Richard BarryMake the QueueSet.c standard demo task a little friendl...
2013-09-02 Richard BarryAdd a build configuration for the XMC1100 boot kit.
2013-09-02 Richard BarryUpdate RX600/Renesas compiler build configurations...
2013-09-02 Richard BarryUpdate RX600 blinky build configuration to include...
2013-09-01 Richard BarryContinue work on XMC1000 demos.
2013-09-01 Richard BarryMake Cortex-M0 set/clear interrupt flag from ISR functi...
2013-09-01 Richard BarryAdd additional configASSERTS() to some standard demo...
2013-08-31 Richard BarryRename CORTEX_M)_Infineion_Boot_Kits_IAR_Keil to CORTEX...
2013-08-31 Richard BarryAdd a GCC project to the the XMC1000 demo directory.
2013-08-31 Richard BarryMove files common to IAR and Keil projects from compile...
2013-08-31 Richard BarryContinue work on Get clock settings in Keil and IAR...
2013-08-30 Richard BarryContinue work on XCM1200 Keil demo.
2013-08-25 Richard BarryCreate full Keil project for XMC boot kit (not yet...
2013-08-25 Richard BarryStarting point for XMC1000 Keil demo.
2013-08-25 Richard BarryStarting point for Keil Cortex-M0 port.
2013-08-16 Richard BarryConvert double quotes in a command help string to singl...
2013-08-16 Richard BarryFix a few typos and remove the "register" keyword.
2013-08-14 Richard BarryAllow compilation when portALT_GET_RUN_TIME_COUNTER_VAL...
2013-07-24 Richard BarryUpdate version numbers.
2013-07-24 Richard BarryAdd additional critical section to the default tickless...
2013-07-23 Richard BarryUpdate version number.
2013-07-23 Richard BarryVoid a few unused return values and make casting more...
2013-07-23 Richard BarryUpdate the header file included in the PIC32 port_asm...
2013-07-23 Richard BarryUpdate the Cortex-M vPortValidateInterruptPriority...
2013-07-23 Richard BarryRemove duplicate definition from FreeRTOSConfig.h.
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.
next