summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
...
* Change projects to split the dsPIC and PIC24 taskYIELD implementations.richardbarry2008-07-16
* asm version of the yield function. Moved from port.c.richardbarry2008-07-16
* Removed the manual context switch from the C file, this is now in an asm file...richardbarry2008-07-16
* Allow the static qualifier to be removed and rename a list so it does not the...richardbarry2008-07-16
* Ensure the queue registry gets initialised.richardbarry2008-07-16
* Update to V5.0.2richardbarry2008-05-30
* Add usage of portREMOVE_STATIC_QUALIFIER.RichardBarry2008-05-24
* Add usage of portREMOVE_STATIC_QUALIFIER.RichardBarry2008-05-24
* Remove static qualifier from queue registry.RichardBarry2008-05-24
* Add queue registry code.richardbarry2008-05-23
* A little optimisation.RichardBarry2008-05-23
* Remove compiler warnings.richardbarry2008-05-20
* Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask ); Previous...richardbarry2008-05-19
* Change the way the critical sections are handled within interrupts so the cri...richardbarry2008-05-19
* Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask );richardbarry2008-05-19
* Update the default macros used for critical sections within ISRs.richardbarry2008-05-19
* Bug fix - allocate 2 extra words at the bottom of the task stack to account f...richardbarry2008-05-19
* Update to use the kernel critical nesting.richardbarry2008-05-18
* Update to include the option of saving/restoring the floating point context.richardbarry2008-05-11
* Add in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FRO...richardbarry2008-05-07
* Add in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FRO...richardbarry2008-05-07
* Update to allow nesting.richardbarry2008-05-06
* Add the usual missing -1.richardbarry2008-05-05
* Performance improvements.richardbarry2008-05-04
* Add nesting support.richardbarry2008-05-04
* Remove inline keywords.richardbarry2008-05-01
* Added code to allow a vTaskPrioritySet() caller to pass in the current TCB as...richardbarry2008-05-01
* Update comments for vTaskSuspendAll() "API functions that have the potential ...richardbarry2008-05-01
* Remove inline keyword.richardbarry2008-05-01
* Remove inline keyword.richardbarry2008-05-01
* Remove inline keyword.richardbarry2008-05-01
* Correct timer calculation.richardbarry2008-04-16
* Correct comments.richardbarry2008-04-16
* Update to V5.0.0.richardbarry2008-04-16
* Remove incorrect const qualifiers.richardbarry2008-04-13
* Casting only.richardbarry2008-04-12
* Efficiency improvement.richardbarry2008-04-12
* Update the sys tick to be more efficient.richardbarry2008-04-12
* Update prototypes and macros for the new xQueueSendFromISR() function and the...richardbarry2008-04-12
* Introduce the application task hook feature.richardbarry2008-04-12
* Change the semantics of the xQueueGenericSendFromISR() function.richardbarry2008-04-12
* Ensure the first task starts with interrupts enabled.richardbarry2008-04-06
* Ensure the first task starts with interrupts enabled.richardbarry2008-04-06
* Ensure the first task starts with interrupts enabled.richardbarry2008-04-06
* Minor changes to the trace macros.richardbarry2008-04-06
* Added traceTASK_SWITCHED_OUT macro.richardbarry2008-04-06
* Corrected SysTick interval calculation.richardbarry2008-04-06
* Corrected SysTick interval calculation.richardbarry2008-04-06
* Corrected SysTick interval calculation.richardbarry2008-04-06
* Corrected prototypes for newly added functions that had the 'signed' qualifie...richardbarry2008-04-06