]> git.sur5r.net Git - freertos/history - FreeRTOS/Source/portable
xTaskGetTaskHandle() changed to xTaskGetHandle().
[freertos] / FreeRTOS / Source / portable /
2016-04-15 rtelxTaskGetTaskHandle() changed to xTaskGetHandle().
2016-03-31 rtelRemove compiler warning by ensure prvInitialiseMutex...
2016-03-30 rtelUpdate version number to 9.0.0rc2. V9.0.0rc2
2016-03-29 rtelMake the pcObjectGetName() API function naming consiste...
2016-03-29 rtelCreate minor optimisations (just an asm instruction...
2016-03-26 rtelUpdate the documentation contained in the header files...
2016-03-22 rtelNotes:
2016-03-02 rtelAdd Pearl Gecko demo.
2016-02-18 rtelUpdate version number ready for version 9 release candi...
2016-02-18 rtelPrepare for a FreeRTOS V9 release candidate:
2016-02-14 rtelCore kernel code changes:
2016-02-09 rtelKernel source code:
2016-01-31 rtelAdded a build configuration for the Wonder Gecko starte...
2016-01-18 rtelRename DummyTCB_t to StaticTCB_t.
2015-12-21 rtelFreeRTOS source updates:
2015-11-22 rtelFreeRTOS Source files:
2015-11-22 rtelFreeRTOS source changes:
2015-11-20 rtelKernel changes:
2015-10-16 rtelUpdate version number ready for the V8.2.3 release.
2015-10-16 rtelPreparing for maintenance release:
2015-10-15 rtelPreparing for maintenance release -
2015-10-05 rtelDemo tasks:
2015-10-03 rtelChanges in common files:
2015-09-25 rtelBaseline new RX projects before refining and tidying...
2015-09-23 rtelFreeRTOS source:
2015-09-13 rtelModify RZ/T e2studio directory structure to accommodate...
2015-09-12 rtelAdd PIC32MEC14xx port and demo application.
2015-09-12 rtelSimplify and improve GIC-less Cortex-R4 port.
2015-09-11 rtelCommon source code:
2015-09-07 rtelInitial RZ/T port and demo - work in progress, currentl...
2015-08-12 rtelFinal preparation for new release:
2015-08-05 rtelUpdate version numbers in preparation for new release.
2015-08-04 rtelCommon scheduler code:
2015-07-30 rtelPreparing for the next release...
2015-07-26 rtelMSP430:
2015-06-25 rtelCorrect calculation of xHeapStructSize in heap_4 and...
2015-06-24 rtelMicroblaze: Add a port optimised task selection implem...
2015-05-20 rtelKernel changes to improve power saving:
2015-04-28 rtelFinalise MSP43FR5969 IAR and CCS demos (hopefully).
2015-04-27 rtelChange some data types in heap_4.c to allow it to be...
2015-04-24 rtelRename /Demo/MSP430FR5969_LaunchPad to /Demo/MSP430X_MS...
2015-04-13 rtelAdd the errno definitions used by FreeRTOS+TCP and...
2015-03-21 rtelUpdate version number ready for V8.2.1 release.
2015-03-21 rtelKernel changes:
2015-03-20 rtelMinor updates relating to formatting and comments only.
2015-03-10 rtelWork-in-progress check in of MicroBlaze Kintex7 demo.
2015-03-04 rtelKernel code:
2015-02-17 rtelCorrect typeo that broke the Win32 port.
2015-02-11 rtelKernel updates:
2015-01-16 rtelUpdate version number in preparation for official V8...
2015-01-15 rtelDemo app changes:
2014-12-21 rtelUpdate version numbers in preparation for V8.2.0 releas...
2014-12-21 rtelKernel changes:
2014-12-19 rtelKernel changes:
2014-12-18 rtel+ Update demos that use FreeRTOS+Trace to work with...
2014-12-15 rtel+ New feature added: Task notifications.
2014-10-15 rtelCore kernel code:
2014-10-08 rtelCore kernel files:
2014-09-02 rtelUpdate version number to 8.1.2 after moving the default... V8.1.2
2014-08-29 rtelUpdate version number to 8.1.1 for patch release that...
2014-08-16 rtel***IMMINENT RELEASE NOTICE***
2014-08-16 rtelDemo application related:
2014-08-04 rtelGeneral maintenance - changing comments and correcting...
2014-08-03 rtelCortex-A5 IAR port:
2014-08-03 rtelCortex-A5 IAR port baseline prior to removing all SAMA5...
2014-07-29 rtelContinue working on the GIC-less Cortex-A5 port for...
2014-07-12 rtelRename ARM_CAx_No_GIC ARM_CA5_No_GIC and add FreeRTOSCo...
2014-07-12 rtelAdd new port layer for Cortex-A devices without the...
2014-07-04 rtelMake the parameters to vPortDefineHeapRegions() const.
2014-07-03 rtelSimply some of the alignment calculations in heap_4...
2014-07-02 rtelCheck in the new memory allocator that allows the heap...
2014-06-16 rtelDefault the definition of portASSERT_IF_IN_ISR() to...
2014-06-15 rtelAdd code to assert() if non ISR safe API function is...
2014-06-14 rtelAdd code to assert() if non ISR safe API function is...
2014-06-13 rtelSimplify the assert that checks if a non-ISR safe funct...
2014-06-12 rtelAdded portASSERT_IF_IN_INTERRUPT() macro to the GCC...
2014-06-05 rtelCheck in RL78 GCC port layer now it has been verified...
2014-06-04 rtelReverse order of projdefs.h and FreeRTOSConfig.h includ...
2014-05-19 rtelAdd some missing volatiles to __asm statements in the...
2014-04-24 rtelUpdate version number ready for release. V8.0.1
2014-04-24 rtelAdd xQueueGetMutexHolder() to MPU functions.
2014-04-23 rtelEvent Groups: Convert the 'clear bits from ISR' functio...
2014-03-25 rtelUpdate Cortex-A port layers to ensure the ICCRPR and...
2014-03-07 rtelFirst pass at RXv2 port layer.
2014-02-23 rtelCast away a few unused return types to ensure lint...
2014-02-18 rtelUpdate version number to V8.0.0 (without the release...
2014-02-18 rtelAdd logic to determine the tick timer source and vector...
2014-02-17 rtelLinting.
2014-02-10 rtelMake xTaskIsTaskSuspended() a private function as it...
2014-02-04 rtelAdd configCLEAR_TICK_INTERRUPT() to the IAR and RVDS...
2014-02-04 rtelComplete GCC/Cortex-A9 port.
2014-01-28 rtelvQueueAddToRegistry() now takes a const char * instead...
2014-01-25 rtelIntroduce xTimerPendFunctionCall().
2014-01-24 rtelTidy up GCC Cortex-A port layer - still a work in progress.
2014-01-24 rtelContinue work on GCC/Cortex-A port layer.
2014-01-23 rtelContinue working on GCC/CA_9 port layer - tick interrup...
2014-01-22 rtelCarry on working on the Cortex-A/GCC port layer - still...
2014-01-20 rtelBeginnings of GCC Cortex-A port - not yet completely...
2014-01-17 rtelAdd extern 'C' to FreeRTOS.h.
2014-01-13 rtelIntroduce configENABLE_BACKWARD_COMPATIBILITY to allow...
next