]> git.sur5r.net Git - freertos/history - Source/portable
Add two Cortex-M4F port layers.
[freertos] / Source / portable /
2011-12-08 richardbarryAdd two Cortex-M4F port layers.
2011-12-02 richardbarryAdd proper copyright notice in headers to files where...
2011-11-22 richardbarryFormatting changes only in TriCore porttrap.c.
2011-11-22 richardbarryRemove debug code from the TriCore port.c file.
2011-11-17 richardbarryLatest TriCore port files - these still contain some...
2011-10-28 richardbarryAdded the portALIGNMENT_ASSERT_pxCurrentTCB macro.
2011-10-27 richardbarryUpdate TriCore GCC port layer.
2011-10-24 richardbarryMinor changes to the TriCore port made during test...
2011-10-17 richardbarryFirst commit with TriCore port and demo - still a work...
2011-09-20 richardbarryUpdate headers for the FreeRTOS V7.0.2 release. V7.0.2
2011-09-09 richardbarryAdd warnings about mixing untested memory models in...
2011-09-09 richardbarryTidy up the RL78 port layer.
2011-09-09 richardbarryTidy up the RL78 port layer.
2011-09-09 richardbarryReady the RL78 port for release.
2011-09-09 richardbarryComplete the RL78 demo. main.c still requires document...
2011-09-06 richardbarryAdd RL78 port layer. Note yet complete.
2011-09-02 richardbarryAdded RX200 port layer.
2011-08-28 richardbarryRemove redundant bit being set in the status register...
2011-08-28 richardbarryModify the stack set up when ARM7/9 tasks are created...
2011-08-27 richardbarryRemove obsolete comment.
2011-08-07 richardbarryUpdate the names of some of the newly introduced API...
2011-08-01 richardbarryRemove vTaskCleanUpResources() calls.
2011-07-27 richardbarryMove new MicroBlaze V8 port from the project directory...
2011-07-25 richardbarryUpdate PIC32 asm code ready for MPLAB compiler V2.
2011-05-13 richardbarryUpdate version number to V7.0.1. V7.0.1
2011-05-13 richardbarryMove the ehb instruction in the PIC32/MPLAB port layer.
2011-04-23 richardbarryChange the RX62N port layer to allow it to be used...
2011-04-13 richardbarryEnsure byte alignment is maintained in PIC32 port layer...
2011-04-08 richardbarryUpdate headers for Version 7.0.0 release.
2011-04-05 richardbarryEnsure that the configMAX_SYSCALL_INTERRUPT_PRIORITY...
2011-03-26 richardbarryAdd a portNOP() implementation and relax the stack...
2011-03-12 richardbarryUpdate the MSP430X CCS4 port layer.
2011-02-28 richardbarryCorrect the configUSE_16_BIT_TICKS usage in the Win32...
2011-02-28 richardbarryCorrect the configUSE_16_BIT_TICKS usage in the GCC...
2011-02-14 richardbarryWIN32 simulator port: Allow the configTICK_RATE_HZ...
2011-02-06 richardbarryMake changes required for MISRA 2004 compliance.
2011-01-29 richardbarrySet the software interrupt priority to use configKERNEL...
2011-01-18 richardbarryUpdate the MSP430X/IAR port layer to support the medium...
2011-01-14 richardbarryUpdate to V6.1.1
2011-01-13 richardbarryAdd the .align, .asmfunc and .endasmfunc directives...
2011-01-13 richardbarryMake the tick ISR entry function use the __raw attribut...
2011-01-12 richardbarryMake use of the EVEN assembler directive in the IAR...
2011-01-06 richardbarryIntroduce option that permits a smaller printf() librar...
2011-01-05 richardbarryA little extra commenting added to the Cortex M3 port...
2011-01-04 richardbarryAllow the MSP430X IAR port layer to skip pre-loading...
2011-01-03 richardbarryConvert the CCS4 MSP430X port layer to permit large...
2011-01-03 richardbarryStart to adjust to support both small and large memory...
2011-01-02 richardbarryMinor updates to the MSP430X CCS4 and IAR port layers.
2011-01-01 richardbarryRemove unnecessary ';' characters from a couple of...
2011-01-01 richardbarryAdd MSP430X CCS4 port layer.
2010-12-31 richardbarryContinue development of the MSP430X port layer for...
2010-12-30 richardbarryChange vTickISR() to vPortTickISR() in the MSP430X...
2010-12-29 richardbarryTidy up the port layer for the MSP430X IAR port - still...
2010-12-29 richardbarryContinue development of MSP430X port.
2010-12-28 richardbarryContinue development of MSP430X port.
2010-12-28 richardbarryStart work on official MSP430X port layer for IAR.
2010-12-23 richardbarryAdd an cpsie i before the SVC call that starts the...
2010-12-08 richardbarryChange the terminology from 'pseudo' to 'simulated...
2010-11-22 richardbarryWin32 port:
2010-11-22 richardbarryLowered the thread priorities used by the Win32 port...
2010-11-21 richardbarryGreatly simplified the Win32 port by only allowing...
2010-11-21 richardbarryJust changed the comments only for the Win32 port.c...
2010-11-21 richardbarryChanged vPortCheckCorrectThreadIsRunning() in the Win32...
2010-11-21 RichardBarryAdded vPortCheckCorrectThreadIsRunning() function to...
2010-11-20 richardbarryRemove the trace lines from the Win32 port.c.
2010-11-19 richardbarryWork on Win32 port layer - removing the need to store...
2010-11-18 richardbarryWin32 port.c - working ok in co-operative mode, but...
2010-11-16 richardbarrySpell check Win32 port.c only.
2010-11-15 richardbarryReplace waitable timer with sleep function in Win32...
2010-11-15 richardbarryUpdated Win32 port layer so that end of interrupt event...
2010-11-14 richardbarryStart of new Win32 emulator project. Currently working...
2010-09-23 richardbarryUpdate to FreeRTOS V6.1.0 release candidate.
2010-09-23 richardbarryReplace the hard coded interrupt priorities with the...
2010-09-22 richardbarryReplace asm wrappers to interrupt handlers with functio...
2010-09-22 richardbarryBack only.
2010-09-21 richardbarryFormatting only.
2010-09-20 richardbarryRX GCC port - Introduce macros that perform the interru...
2010-09-20 richardbarryTemporarily revert the AVR32 port back to the V6.0...
2010-08-29 richardbarryAdded a critical section around the call to vTaskIncrem...
2010-08-29 richardbarryUpdate the IAR RX62N port files, which are now functional.
2010-08-29 richardbarryStart point for RX62N port layer for IAR - not necessar...
2010-08-29 richardbarryUpdate RX GCC port - including extracting all inline...
2010-08-26 richardbarryCreate starting point for RX62N GCC port. Just a work...
2010-08-23 richardbarryAdd a -1 to the calculation of the compare match value.
2010-08-22 richardbarryJust tidy up the RX port files.
2010-08-20 richardbarryImplemented portYIELD_FROM_ISR() for RX port.
2010-08-18 richardbarryContinue work on RX600 port - work in progress - add...
2010-08-18 richardbarryContinue work on RX600 port - work in progress.
2010-08-13 richardbarryContinue work on RX600 port - work in progress. Added...
2010-08-13 richardbarryContinue work on RX600 port - work in progress.
2010-08-13 richardbarryContinue work on RX600 port - work in progress.
2010-08-12 richardbarryStarting point for new port - a project that will build...
2010-08-11 richardbarryJust tidy up indentation in SuperH port.c.
2010-07-20 richardbarryChanged how the calculation of xFreeBytesRemaining...
2010-06-13 richardbarryCreate an updated AVR32 UC3A project.
2010-05-17 richardbarryAdd Cortus port to produce V6.0.5.
2010-03-29 richardbarryModify Cortus save and restore macros to save and resto...
2010-03-28 richardbarrySimplify the Cortus port - removing the interrupt stack...
2010-03-26 richardbarryWork in progress on the Cortus port.
2010-03-24 richardbarryChange name of constant to match coding standard.
next