]> begriffs open source - freertos/history - Source/portable
Copy Tasking CM4F files from the project directory into their correct location in...
[freertos] / Source / portable /
2012-04-06 Richard BarryCopy Tasking CM4F files from the project directory...
2012-04-02 Richard BarryUpdate the CM3 MPU port so it builds with the changes...
2012-04-02 Richard BarryRename the Source/Portable/CCS4 directory to Source...
2012-04-01 Richard BarryRemove compiler warning in CCS MSP430X port.
2012-03-11 Richard BarryConvert mov instructions to movs instructions in the...
2012-03-11 Richard BarryAdd static qualifier to the function that starts the...
2012-03-11 Richard BarryAdd GCC Cortex-M4F port layer.
2012-02-24 Richard BarryAdded IAR port layer for the Cortex-M0.
2012-01-25 Richard BarryRevert the CM0 port layer exception handler names to...
2012-01-21 Richard BarryIn files added a few moments ago:
2012-01-21 Richard BarryMove the CM0 files to their correct location and remove...
2012-01-13 Richard BarryAdd a few lines to the RX ports that allow the vector...
2011-12-13 Richard BarryChange version numbers to V7.1.0.
2011-12-08 Richard BarryAdd two Cortex-M4F port layers.
2011-12-02 Richard BarryAdd proper copyright notice in headers to files where...
2011-11-22 Richard BarryFormatting changes only in TriCore porttrap.c.
2011-11-22 Richard BarryRemove debug code from the TriCore port.c file.
2011-11-17 Richard BarryLatest TriCore port files - these still contain some...
2011-10-28 Richard BarryAdded the portALIGNMENT_ASSERT_pxCurrentTCB macro.
2011-10-27 Richard BarryUpdate TriCore GCC port layer.
2011-10-24 Richard BarryMinor changes to the TriCore port made during test...
2011-10-17 Richard BarryFirst commit with TriCore port and demo - still a work...
2011-09-20 Richard BarryUpdate headers for the FreeRTOS V7.0.2 release.
2011-09-09 Richard BarryAdd warnings about mixing untested memory models in...
2011-09-09 Richard BarryTidy up the RL78 port layer.
2011-09-09 Richard BarryTidy up the RL78 port layer.
2011-09-09 Richard BarryReady the RL78 port for release.
2011-09-09 Richard BarryComplete the RL78 demo. main.c still requires document...
2011-09-06 Richard BarryAdd RL78 port layer. Note yet complete.
2011-09-02 Richard BarryAdded RX200 port layer.
2011-08-28 Richard BarryRemove redundant bit being set in the status register...
2011-08-28 Richard BarryModify the stack set up when ARM7/9 tasks are created...
2011-08-27 Richard BarryRemove obsolete comment.
2011-08-07 Richard BarryUpdate the names of some of the newly introduced API...
2011-08-01 Richard BarryRemove vTaskCleanUpResources() calls.
2011-07-27 Richard BarryMove new MicroBlaze V8 port from the project directory...
2011-07-25 Richard BarryUpdate PIC32 asm code ready for MPLAB compiler V2.
2011-05-13 Richard BarryUpdate version number to V7.0.1.
2011-05-13 Richard BarryMove the ehb instruction in the PIC32/MPLAB port layer.
2011-04-23 Richard BarryChange the RX62N port layer to allow it to be used...
2011-04-13 Richard BarryEnsure byte alignment is maintained in PIC32 port layer...
2011-04-08 Richard BarryUpdate headers for Version 7.0.0 release.
2011-04-05 Richard BarryEnsure that the configMAX_SYSCALL_INTERRUPT_PRIORITY...
2011-03-26 Richard BarryAdd a portNOP() implementation and relax the stack...
2011-03-12 Richard BarryUpdate the MSP430X CCS4 port layer.
2011-02-28 Richard BarryCorrect the configUSE_16_BIT_TICKS usage in the Win32...
2011-02-28 Richard BarryCorrect the configUSE_16_BIT_TICKS usage in the GCC...
2011-02-14 Richard BarryWIN32 simulator port: Allow the configTICK_RATE_HZ...
2011-02-06 Richard BarryMake changes required for MISRA 2004 compliance.
2011-01-29 Richard BarrySet the software interrupt priority to use configKERNEL...
2011-01-18 Richard BarryUpdate the MSP430X/IAR port layer to support the medium...
2011-01-14 Richard BarryUpdate to V6.1.1
2011-01-13 Richard BarryAdd the .align, .asmfunc and .endasmfunc directives...
2011-01-13 Richard BarryMake the tick ISR entry function use the __raw attribut...
2011-01-12 Richard BarryMake use of the EVEN assembler directive in the IAR...
2011-01-06 Richard BarryIntroduce option that permits a smaller printf() librar...
2011-01-05 Richard BarryA little extra commenting added to the Cortex M3 port...
2011-01-04 Richard BarryAllow the MSP430X IAR port layer to skip pre-loading...
2011-01-03 Richard BarryConvert the CCS4 MSP430X port layer to permit large...
2011-01-03 Richard BarryStart to adjust to support both small and large memory...
2011-01-02 Richard BarryMinor updates to the MSP430X CCS4 and IAR port layers.
2011-01-01 Richard BarryRemove unnecessary ';' characters from a couple of...
2011-01-01 Richard BarryAdd MSP430X CCS4 port layer.
2010-12-31 Richard BarryContinue development of the MSP430X port layer for...
2010-12-30 Richard BarryChange vTickISR() to vPortTickISR() in the MSP430X...
2010-12-29 Richard BarryTidy up the port layer for the MSP430X IAR port - still...
2010-12-29 Richard BarryContinue development of MSP430X port.
2010-12-28 Richard BarryContinue development of MSP430X port.
2010-12-28 Richard BarryStart work on official MSP430X port layer for IAR.
2010-12-23 Richard BarryAdd an cpsie i before the SVC call that starts the...
2010-12-08 Richard BarryChange the terminology from 'pseudo' to 'simulated...
2010-11-22 Richard BarryWin32 port:
2010-11-22 Richard BarryLowered the thread priorities used by the Win32 port...
2010-11-21 Richard BarryGreatly simplified the Win32 port by only allowing...
2010-11-21 Richard BarryJust changed the comments only for the Win32 port.c...
2010-11-21 Richard BarryChanged vPortCheckCorrectThreadIsRunning() in the Win32...
2010-11-21 Richard BarryAdded vPortCheckCorrectThreadIsRunning() function to...
2010-11-20 Richard BarryRemove the trace lines from the Win32 port.c.
2010-11-19 Richard BarryWork on Win32 port layer - removing the need to store...
2010-11-18 Richard BarryWin32 port.c - working ok in co-operative mode, but...
2010-11-16 Richard BarrySpell check Win32 port.c only.
2010-11-15 Richard BarryReplace waitable timer with sleep function in Win32...
2010-11-15 Richard BarryUpdated Win32 port layer so that end of interrupt event...
2010-11-14 Richard BarryStart of new Win32 emulator project. Currently working...
2010-09-23 Richard BarryUpdate to FreeRTOS V6.1.0 release candidate.
2010-09-23 Richard BarryReplace the hard coded interrupt priorities with the...
2010-09-22 Richard BarryReplace asm wrappers to interrupt handlers with functio...
2010-09-22 Richard BarryBack only.
2010-09-21 Richard BarryFormatting only.
2010-09-20 Richard BarryRX GCC port - Introduce macros that perform the interru...
2010-09-20 Richard BarryTemporarily revert the AVR32 port back to the V6.0...
2010-08-29 Richard BarryAdded a critical section around the call to vTaskIncrem...
2010-08-29 Richard BarryUpdate the IAR RX62N port files, which are now functional.
2010-08-29 Richard BarryStart point for RX62N port layer for IAR - not necessar...
2010-08-29 Richard BarryUpdate RX GCC port - including extracting all inline...
2010-08-26 Richard BarryCreate starting point for RX62N GCC port. Just a work...
2010-08-23 Richard BarryAdd a -1 to the calculation of the compare match value.
2010-08-22 Richard BarryJust tidy up the RX port files.
2010-08-20 Richard BarryImplemented portYIELD_FROM_ISR() for RX port.
2010-08-18 Richard BarryContinue work on RX600 port - work in progress - add...
next