summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/GCC
Commit message (Expand)AuthorAgeFilesLines
* Update version number to V8.0.0 (without the release candidate number).rtel2014-02-1866-66/+66
* Make xTaskIsTaskSuspended() a private function as it should only be called fr...rtel2014-02-101-14/+0
* Complete GCC/Cortex-A9 port.rtel2014-02-042-23/+8
* vQueueAddToRegistry() now takes a const char * instead of a char *.rtel2014-01-281-4/+8
* Tidy up GCC Cortex-A port layer - still a work in progress.rtel2014-01-242-71/+48
* Continue work on GCC/Cortex-A port layer.rtel2014-01-242-25/+36
* Continue working on GCC/CA_9 port layer - tick interrupt now working but need...rtel2014-01-232-1/+3
* Carry on working on the Cortex-A/GCC port layer - still a work in progress.rtel2014-01-223-189/+209
* Beginnings of GCC Cortex-A port - not yet completely converted from IAR version.rtel2014-01-204-0/+1045
* Add additional NOP after EINT instruction in MSP430 ports.rtel2014-01-101-1/+1
* Map portTICK_RATE_MS to portTICK_PERIOD_MS.rtel2014-01-0526-29/+29
* Minor tidy ups that don't effect code generation, plus:rtel2014-01-053-3/+3
* Change version numbers ready for V8.0.0 release candidate 1 tag.rtel2013-12-3163-63/+63
* Add xEventGroupClearBitsFromISR() and xEventGroupGetBitsFromISR() functions.rtel2013-12-3125-39/+39
* Minor updates to demo projects to ensure correct building with V8 rc1.rtel2013-12-304-46/+46
* Revert some library files back to using standard types as they are not FreeRT...rtel2013-12-291-23/+23
* Replace standard types with stdint.h types.rtel2013-12-2958-1305/+1406
* Change the type used for strings and single characters from signed char to ju...rtel2013-12-271-8/+8
* Force the SysTick clock bit to be set in Cortex-M3 and Cortex-M4F bits if con...rtel2013-12-152-4/+14
* Update Cortex-M3 and Cortex-M4F ports to allow the SysTick to be clocked at a...rtel2013-12-122-20/+36
* Multiple tidy up, documentation corrections and typo corrections highlighted ...rtel2013-11-2830-109/+119
* Change version numbers in preparation for V7.6.0 release.richardbarry2013-11-0863-63/+63
* Ensure the definition of prvTaskExitError()does not result in a compiler warn...richardbarry2013-11-073-20/+38
* Update the Keil and IAR CM0 port layers to match the changes made to the GCC ...richardbarry2013-10-221-1/+1
* Improve how the scheduler is started in the GCC Cortex-M0 port.richardbarry2013-10-221-33/+23
* Update FreeRTOS version number to V7.5.3richardbarry2013-10-1463-63/+126
* Add some defensive programming in the default tickless mode in case the appli...richardbarry2013-10-082-4/+28
* Introduce the prvTaskExitError() function for all ARM_CMn ports.richardbarry2013-10-083-5/+94
* Clear up a few compiler warnings.richardbarry2013-10-071-1/+25
* Make Cortex-M0 set/clear interrupt flag from ISR functions nestable.richardbarry2013-09-014-24/+40
* Add additional critical section to the default tickless implementations.richardbarry2013-07-2463-79/+83
* Update version number.richardbarry2013-07-2363-63/+63
* Update the Cortex-M vPortValidateInterruptPriority() implementation to ensure...richardbarry2013-07-232-56/+106
* Rename xTaskGetSystemState() uxTaskGetSystemState().richardbarry2013-07-181-3/+3
* Minor updates and change version number for V7.5.0 release.richardbarry2013-07-1763-2327/+1697
* Update Cortex-M MPU version to include new API functions.richardbarry2013-07-131-1/+28
* Update RX ports to only include additional check on the existing IPL (so it i...richardbarry2013-07-132-31/+32
* Complete additions of portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for all RX c...richardbarry2013-07-112-4/+23
* Add portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the RX ports...richardbarry2013-07-092-4/+0
* Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 ...richardbarry2013-07-044-0/+236
* Refine the default tickless idle implementation in the Cortex-M3 port layers.richardbarry2013-06-302-87/+85
* Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.richardbarry2013-06-254-15/+0
* Update port layers to make better use of the xTaskIncrementTick() return value.richardbarry2013-06-082-38/+47
* Update ports that have their tick configuration in an application callback to...richardbarry2013-06-071-1/+1
* Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to the r...richardbarry2013-06-071-0/+18
* Convert mpre ports to use xTaskIncrementTick() in place of vTaskIncrementTick().richardbarry2013-06-068-35/+30
* Convert some ports to use xTaskIncrementTick() in place of vTaskIncrementTick().richardbarry2013-06-0616-72/+77
* Fix compiler warning in psp_test.c when compiled with ARM compiler.richardbarry2013-05-194-21/+25
* Update comments in Atmel Studio CreateProjectDirectoryStructure.bat files to ...richardbarry2013-05-091-4/+2
* Update version number ready to release the FAT file system demo.richardbarry2013-04-3063-63/+63