]> git.sur5r.net Git - freertos/history - Source/portable/GCC
Update Cortex M3 ports to ensure 8 byte alignment.
[freertos] / Source / portable / GCC /
2009-11-15 richardbarryUpdate Cortex M3 ports to ensure 8 byte alignment. V6.0.1
2009-11-15 richardbarryCorrect byte alignment on CM3 port layers.
2009-11-14 richardbarryChange the function that sets up the initial stack...
2009-10-15 richardbarryCorrect the auto reload value.
2009-10-13 richardbarryChange to the file headers only.
2009-10-13 richardbarryTidy up only.
2009-10-13 richardbarryCorrect compiler warnings when a certain configuration...
2009-10-10 richardbarryAdd missing cast where one of the static MPU blocks...
2009-10-06 richardbarryAdd clobber lists to inline asm code.
2009-10-05 richardbarryAdd xPortGetFreeHeapSize() function.
2009-10-05 richardbarryRemove unnecessary use of portLONG, portCHAR and portSHORT.
2009-10-04 richardbarryRemove unnecessary use of portLONG, portCHAR and portSHORT.
2009-10-04 richardbarryTidy up, starting to get ready for next release.
2009-10-03 richardbarryReinstate privileged only RAM region when a task is...
2009-09-29 richardbarrySet ARM byte alignment to 8.
2009-09-28 richardbarryAdd CM3 MPU port.
2009-08-09 richardbarryUpdate to V5.4.2. See http://www.freertos.org/History... V5.4.2
2009-08-06 richardbarryRename Nios2 to NiosII.
2009-08-06 richardbarryCorrect spelling error in comment only.
2009-08-06 richardbarryAdded new Nios2 port layer.
2009-07-25 richardbarryUpdate to V5.4.1 V5.4.1
2009-07-12 richardbarryEnsure LPC1768 demos are correct prior to V5.4.0 release.
2009-07-07 richardbarryUpdate version number.
2009-06-30 richardbarryAdd support for double precision floating point.
2009-06-30 richardbarryAdd PPC440 port layer code.
2009-06-21 richardbarryPrepare for V5.3.1 release.
2009-06-20 richardbarryReplaced asm statements with __asm for building with...
2009-05-30 richardbarryPrepare for V5.3.0 release.
2009-03-14 RichardBarryReady for V5.2.0 release. V5.2.0
2009-02-09 richardbarryUpdate to V5.1.2. V5.1.2
2008-11-20 richardbarryReady for V5.1.1 release.
2008-10-24 richardbarryUpdate ready for V5.1.0 release.
2008-10-19 richardbarryUpdate to allow low power mode to be used with the...
2008-09-22 richardbarryUse the low force register.
2008-09-22 richardbarryPrepare for V5.0.4 release.
2008-09-22 richardbarryChange the default vector used for context switching.
2008-09-17 richardbarryTidy up.
2008-09-17 richardbarryBUG FIX: Changed
2008-08-14 richardbarryMinor changes only.
2008-08-14 RichardBarryEnsure a yield cannot be pended simultaneously with...
2008-08-10 richardbarryInterrupt nesting and cache support added.
2008-08-08 RichardBarryUpdate to allow interrupt nesting (not yet complete).
2008-08-08 richardbarryBasic demo up and running.
2008-08-08 richardbarryFirst task starting.
2008-08-07 RichardBarryAdded function stubs.
2008-08-07 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code...
2008-08-07 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code...
2008-08-07 richardbarryPrepare for V2 port.
2008-07-30 richardbarryUpdate to V5.0.3.
2008-07-25 richardbarryImprove efficiency even further. Introduce the configM...
2008-05-30 richardbarryUpdate to V5.0.2
2008-05-20 richardbarryRemove compiler warnings.
2008-05-19 richardbarryBug fix - allocate 2 extra words at the bottom of the...
2008-05-11 richardbarryUpdate to include the option of saving/restoring the...
2008-05-01 richardbarryRemove inline keyword.
2008-04-16 richardbarryCorrect timer calculation.
2008-04-16 richardbarryUpdate to V5.0.0.
2008-04-12 richardbarryUpdate the sys tick to be more efficient.
2008-04-06 richardbarryEnsure the first task starts with interrupts enabled.
2008-04-06 richardbarryCorrected SysTick interval calculation.
2008-03-30 richardbarryChanges required to build with the latest Xilinx tools.
2008-03-26 richardbarrySmall mods, and update file headers. V4.8.0
2008-03-25 richardbarryUpdate version numbers to V4.8.0
2008-03-24 richardbarrygit-svn-id: https://svn.code.sf.net/p/freertos/code...
2008-03-23 richardbarryPerformance optimisation.
2008-03-07 RichardBarryCheck in before attempting to remove absolute paths...
2008-03-07 richardbarryGet preeprocessor working correctly.
2008-03-07 RichardBarryRenaming .s to .S.
2008-03-07 richardbarryClear the interrupt prior to servicing the interrupt...
2008-03-06 richardbarryComment ready for release.
2008-03-05 richardbarryRename PPC405 to PPC405_Xilinx.
2008-03-05 richardbarryPPC405 work in progress.
2008-03-05 richardbarryPPC405 work in progress.
2008-02-25 richardbarryMore work in progress (PPC).
2008-02-25 richardbarryBasic cooperative reg test tasks working.
2008-02-25 richardbarryWork in progress, for backup purposes only.
2008-02-24 richardbarryAdd initial PPC405 files - this is a work in progress... V4.7.2
2008-02-21 richardbarryUpdate to V4.7.2.
2008-02-06 richardbarryRemove obsolete comment.
2008-02-03 richardbarryUpdate to V4.7.1 V4.7.1
2007-12-05 richardbarryUpdate to V4.7.0. V4.7.0
2007-12-01 RichardBarryCounting semaphore demo added.
2007-11-05 RichardBarryUpdate to V4.6.1 - including PIC32MX port. V4.6.1
2007-10-28 richardbarryChanges between V4.5.0 and V4.6.0 released October...
2007-10-28 richardbarryChanged the way the ARM7/9 GCC ports enter interrupts...
2007-10-26 RichardBarry+ The macro portENTER_SWITCHING_ISR() no longer attempt...
2007-09-17 richardbarryUpdate to V4.5.0 files and directory structure. V4.5.0
2007-07-29 richardbarryUpdate to V4.4.0.
2007-07-27 RichardBarryUpdated AVR32 demos and added AVR32 UC3B demo.
2007-06-09 richardbarryUpdate in preparation for the V4.3.1 release.
2007-06-05 richardbarryUpdate to V4.3.0 as described in http://www.FreeRTOS... V4.3.0
2007-04-05 richardbarryAdd LPC2368 demo.
2007-04-01 richardbarryV4.2.1 files. V4.2.1
2007-04-01 richardbarryAdd AVR32 port and demo files.
2007-02-08 richardbarryUpdate version number to V4.2.0. V4.2.0
2006-11-19 richardbarryUpdated version numbers to V4.1.3.
2006-11-19 richardbarrySlight mods to comments in STR75X GCC port and demo...
2006-11-19 richardbarryFirst version of STR75x RIDE port and demo.
2006-10-09 richardbarryChange version numbers to V4.1.2
2006-10-09 richardbarryAdd PIC24, dsPIC and Coldfire files.
next