]> begriffs open source - freertos/shortlog
freertos
2014-01-01 Richard Barry(no commit message) V8.0.0-rc1 V8.0.0rc1
2013-12-31 Richard BarryMinor comment corrections prior to tagging.
2013-12-31 Richard BarryChange version numbers ready for V8.0.0 release candida...
2013-12-31 Richard BarryAdd link to upgrading information.
2013-12-31 Richard BarryAdd the event group interrupt tests to the Win32 demo...
2013-12-31 Richard BarryComment the event groups standard demo files.
2013-12-31 Richard BarryAdd xEventGroupClearBitsFromISR() and xEventGroupGetBit...
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-30 Richard BarryUpdate demos that use FreeRTOS+CLI to remove casting...
2013-12-30 Richard BarryMinor updates to demo projects to ensure correct buildi...
2013-12-30 Richard BarryRemove casting from definition of configMAX_PRIORITIES...
2013-12-30 Richard BarryMinor updates to demo projects to ensure correct buildi...
2013-12-29 Richard BarryRevert some library files back to using standard types...
2013-12-29 Richard BarryReplace use of legacy portTYPE macros from old demos...
2013-12-29 Richard BarryReplace standard types with stdint.h types.
2013-12-27 Richard BarryChange 'signed char *pcTaskName) to 'char *pcTaskName...
2013-12-27 Richard BarryRemove unnecessary 'signed char *' casts from strings...
2013-12-27 Richard BarryContinue to remove unnecessary 'signed char *' casts...
2013-12-27 Richard BarryStart to remove unnecessary 'signed char *' casts from...
2013-12-27 Richard BarryChange the type used for strings and single characters...
2013-12-24 Richard BarryAdd additional const qualifiers.
2013-12-24 Richard BarryDon't free xQueue->ucHead if it is NULL.
2013-12-23 Richard BarryMove the event groups single tasks test out of the...
2013-12-23 Richard BarryAdd coverage test markers.
2013-12-23 Richard BarryIn process of module testing event_groups.c.
2013-12-20 Richard BarryChange some task priorities in the MingW simulator...
2013-12-19 Richard BarryUpdate GCC/Eclipse Win32 simulator port to make better...
2013-12-15 Richard BarryForce the SysTick clock bit to be set in Cortex-M3...
2013-12-15 Richard BarryChange the configCPU_CLOCK_HZ setting in the SAM4E...
2013-12-14 Richard BarryUpdate the ucQueueNumber member of the queue structure...
2013-12-13 Richard BarryIntroduce prvResetNextTaskUnblockTime() to encapsulate...
2013-12-12 Richard BarryChange the way one thread deletes another in the Window...
2013-12-12 Richard BarryUpdate Cortex-M3 and Cortex-M4F ports to allow the...
2013-12-12 Richard BarryAdd trace macros into the event groups implementation.
2013-12-11 Richard BarryComment typo correction only.
2013-12-11 Richard BarryComplete STM32L low power demo.
2013-12-11 Richard BarryRemove [unused] touch library files from the STM32L...
2013-12-10 Richard BarryRemove unused files from STM32L discovery board demo...
2013-12-10 Richard BarryTidy up STM32L low power demo and add 'comprehensive...
2013-12-10 Richard BarryRemove duplication of comments at the top of the file.
2013-12-10 Richard BarrySTM32L discovery demo is now demonstrating three low...
2013-12-08 Richard BarryMinor change to SAM4L_low_power_tick_management.c to...
2013-11-28 Richard BarrySpelling corrections in comments only.
2013-11-28 Richard BarryMultiple tidy up, documentation corrections and typo...
2013-11-27 Richard BarryContinue work on new event groups functionality - fixup...
2013-11-24 Richard BarryAdd additional asserts() to ensure certain operations...
2013-11-22 Richard BarryChecked in header file missed form previous checkin.
2013-11-22 Richard BarryAdd additional event group tests - and update implement...
2013-11-21 Richard BarryAdd event groups test/demo tasks.
2013-11-21 Richard BarryAdd event_groups.c and associated functions in other...
2013-11-21 Richard BarryContinue work on STM32L demo.
2013-11-20 Richard BarryAdd STM32L Discovery board project as a starting point...
2013-11-18 Richard BarryChange backslashes to forward slashes for all PIC projects.
2013-11-17 Richard BarryTidy up SAM4E NetworkInterface.c.
2013-11-17 Richard BarryChange conf_eth.h to provide additional Rx buffers...
2013-11-17 Richard BarryFinal tidy up before V7.6.0 zip file creation.
2013-11-17 Richard BarryMake SAM4E network driver a little more robust.
2013-11-17 Richard BarryAdd link to documentation page inside main_full() of...
2013-11-17 Richard BarryAdd additional comments to SAM4E demo.
2013-11-17 Richard BarryUpdate version numbers in FreeRTOS-Plus demo files.
2013-11-17 Richard BarryAdd basic SAM4E driver.
2013-11-16 Richard BarryAdd graphics to the SAM4E demo.
2013-11-16 Richard BarryAdd UDP related commands to SAM4E demo.
2013-11-16 Richard BarryAdd standard demo tasks to SAM4E demo.
2013-11-16 Richard BarryAdd SAM4E-EK demo with UDP and CLI. Not yet complete.
2013-11-12 Richard BarryReorder the license text wording so the exception text...
2013-11-12 Richard BarryCorrect build of helper function for ports where the...
2013-11-11 Richard BarryUpdate the SAM4L low power demo to use the ASF enable...
2013-11-08 Richard BarryChange version numbers in preparation for V7.6.0 release.
2013-11-08 Richard BarryEnsure the Win32 demo runs in co-operative mode.
2013-11-07 Richard BarryAdd configASSERT()s to ensure counting semaphores are...
2013-11-07 Richard BarryEnsure the definition of prvTaskExitError()does not...
2013-11-07 Richard BarryChange behaviour when configUSE_PREEMPTION is 0 (preemp...
2013-11-07 Richard BarryAdd ehb instructions back into PIC32 port layer (upon...
2013-11-07 Richard BarryUpdate some standard demo task implementations so they...
2013-11-07 Richard BarryUpdate semtest.c to use xSemaphoreCreateBinary() in...
2013-11-07 Richard BarryAdd xSemaphoreCreateBinary() so vSemaphoreCreate()...
2013-11-07 Richard BarryEnsure PIC32MX MPLAB 8 project builds with XC.
2013-11-07 Richard BarryUpdate PIC32 MPLAB8 project so it builds with the new...
2013-11-07 Richard BarryUpdate PIC32MX demo:
2013-10-29 Richard BarrySet the MSVC Win32 demo back to create the simply blink...
2013-10-29 Richard BarryUpdate the Eclipse/MingW project to account for the...
2013-10-29 Richard BarryUpdate the FreeRTOS+ Win32 MSVC demos to account for...
2013-10-29 Richard BarryUpdate the main Win32 MSVC demo to account for the...
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-22 Richard BarryRemove the SVC handler from the XMC1000 demo as it...
2013-10-22 Richard BarryUpdate the Keil and IAR CM0 port layers to match the...
2013-10-22 Richard BarryRemove the SVC handler from the SAMD20 FreeRTOSConfig...
2013-10-22 Richard BarryImprove how the scheduler is started in the GCC Cortex...
2013-10-22 Richard BarryAdded an additional configASSERT() to test the new...
2013-10-22 Richard BarryAdded a little intelligence to eTaskGetState() so it...
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.
next