]> git.sur5r.net Git - freertos/log
freertos
16 years agoRemove compiler warnings.
richardbarry [Tue, 20 May 2008 18:24:22 +0000 (18:24 +0000)]
Remove compiler warnings.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@367 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove compiler warnings and insert missing return statement.
richardbarry [Tue, 20 May 2008 18:23:44 +0000 (18:23 +0000)]
Remove compiler warnings and insert missing return statement.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@366 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd volatile qualifier to loop counters used to detect stalled tasks.
richardbarry [Tue, 20 May 2008 05:22:35 +0000 (05:22 +0000)]
Add volatile qualifier to loop counters used to detect stalled tasks.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@365 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEnsure emulated flop is not used.
richardbarry [Tue, 20 May 2008 05:20:25 +0000 (05:20 +0000)]
Ensure emulated flop is not used.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@364 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove the critical sections as not all ports can yield from within critical sections.
richardbarry [Mon, 19 May 2008 19:19:25 +0000 (19:19 +0000)]
Remove the critical sections as not all ports can yield from within critical sections.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@363 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask ); Previously this...
richardbarry [Mon, 19 May 2008 19:17:56 +0000 (19:17 +0000)]
Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask );  Previously this was a private function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@362 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoChange the way the critical sections are handled within interrupts so the critical...
richardbarry [Mon, 19 May 2008 19:16:57 +0000 (19:16 +0000)]
Change the way the critical sections are handled within interrupts so the critical sections can be nested.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@361 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask );
richardbarry [Mon, 19 May 2008 19:15:38 +0000 (19:15 +0000)]
Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask );

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@360 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate the default macros used for critical sections within ISRs.
richardbarry [Mon, 19 May 2008 19:12:57 +0000 (19:12 +0000)]
Update the default macros used for critical sections within ISRs.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@359 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoBug fix - allocate 2 extra words at the bottom of the task stack to account for the...
richardbarry [Mon, 19 May 2008 19:11:08 +0000 (19:11 +0000)]
Bug fix - allocate 2 extra words at the bottom of the task stack to account for the back chain and saved LR.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@358 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoTidy up.
RichardBarry [Sun, 18 May 2008 19:57:01 +0000 (19:57 +0000)]
Tidy up.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@357 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use the kernel critical nesting.
richardbarry [Sun, 18 May 2008 17:28:30 +0000 (17:28 +0000)]
Update to use the kernel critical nesting.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@356 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd new test file.
richardbarry [Sun, 18 May 2008 16:25:20 +0000 (16:25 +0000)]
Add new test file.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@355 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd new test file.
richardbarry [Sun, 18 May 2008 16:23:10 +0000 (16:23 +0000)]
Add new test file.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@354 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd new test file.
RichardBarry [Sun, 18 May 2008 16:21:59 +0000 (16:21 +0000)]
Add new test file.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@353 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate demo to include a test of nesting interrupt accessing queues.
richardbarry [Sun, 18 May 2008 16:21:12 +0000 (16:21 +0000)]
Update demo to include a test of nesting interrupt accessing queues.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@352 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoComment changes only.
richardbarry [Sun, 11 May 2008 13:44:43 +0000 (13:44 +0000)]
Comment changes only.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@351 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoFirst commit of PPC405 version with floating point included.
richardbarry [Sun, 11 May 2008 13:43:46 +0000 (13:43 +0000)]
First commit of PPC405 version with floating point included.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@350 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd in new files for floating point and updates following the installation of the...
richardbarry [Sun, 11 May 2008 13:28:25 +0000 (13:28 +0000)]
Add in new files for floating point and updates following the installation of the service pack.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@349 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpgrade hardware version numbers following install of service pack.
richardbarry [Sun, 11 May 2008 13:25:39 +0000 (13:25 +0000)]
Upgrade hardware version numbers following install of service pack.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@348 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdded flop files.
richardbarry [Sun, 11 May 2008 13:24:06 +0000 (13:24 +0000)]
Added flop files.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@347 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdded optional inclusion of floating point tasks.
richardbarry [Sun, 11 May 2008 13:19:05 +0000 (13:19 +0000)]
Added optional inclusion of floating point tasks.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@346 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to include the option of saving/restoring the floating point context.
richardbarry [Sun, 11 May 2008 09:15:22 +0000 (09:15 +0000)]
Update to include the option of saving/restoring the floating point context.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@345 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR...
richardbarry [Wed, 7 May 2008 18:02:19 +0000 (18:02 +0000)]
Add in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR() default (empty) macros.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@344 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR...
richardbarry [Wed, 7 May 2008 18:00:26 +0000 (18:00 +0000)]
Add in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR() macros.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@343 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRaise the priority of the serial interrupt.
richardbarry [Wed, 7 May 2008 17:59:17 +0000 (17:59 +0000)]
Raise the priority of the serial interrupt.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@342 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoMove the call to start the high frequency timer to inside a task to ensure it does...
richardbarry [Wed, 7 May 2008 17:58:20 +0000 (17:58 +0000)]
Move the call to start the high frequency timer to inside a task to ensure it does not trigger before the scheduler has started.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@341 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoChange the timer interrupt to use the kernel interrupt entry/exit macros.
richardbarry [Wed, 7 May 2008 17:56:45 +0000 (17:56 +0000)]
Change the timer interrupt to use the kernel interrupt entry/exit macros.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@340 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove the syscall calls as this is no longer how a context switch is performed.
richardbarry [Wed, 7 May 2008 17:55:22 +0000 (17:55 +0000)]
Remove the syscall calls as this is no longer how a context switch is performed.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@339 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd in the configMAX_SYSCALL_INTERRUPT_PRIORITY constant.
richardbarry [Wed, 7 May 2008 17:54:21 +0000 (17:54 +0000)]
Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY constant.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@338 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to allow nesting.
richardbarry [Tue, 6 May 2008 11:51:13 +0000 (11:51 +0000)]
Update to allow nesting.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@337 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd the usual missing -1.
richardbarry [Mon, 5 May 2008 08:41:25 +0000 (08:41 +0000)]
Add the usual missing -1.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@336 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoPerformance improvements.
richardbarry [Sun, 4 May 2008 20:04:52 +0000 (20:04 +0000)]
Performance improvements.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@335 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd nesting support.
richardbarry [Sun, 4 May 2008 17:36:23 +0000 (17:36 +0000)]
Add nesting support.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@334 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove inline keywords.
richardbarry [Thu, 1 May 2008 17:16:26 +0000 (17:16 +0000)]
Remove inline keywords.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@333 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdded code to allow a vTaskPrioritySet() caller to pass in the current TCB as well...
richardbarry [Thu, 1 May 2008 17:15:36 +0000 (17:15 +0000)]
Added code to allow a vTaskPrioritySet() caller to pass in the current TCB as well as NULL to indicate that the priority of the calling task is being changed.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@332 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate comments for vTaskSuspendAll() "API functions that have the potential to cause...
richardbarry [Thu, 1 May 2008 15:54:04 +0000 (15:54 +0000)]
Update comments for vTaskSuspendAll() "API functions that have the potential to cause a context switch (for example, vTaskDelayUntil(), xQueueSend(), etc.) must not be called while the scheduler is suspended".

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@331 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove inline keyword.
richardbarry [Thu, 1 May 2008 09:06:26 +0000 (09:06 +0000)]
Remove inline keyword.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@330 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove inline keyword.
richardbarry [Thu, 1 May 2008 08:58:48 +0000 (08:58 +0000)]
Remove inline keyword.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@329 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove inline keyword.
richardbarry [Thu, 1 May 2008 08:57:45 +0000 (08:57 +0000)]
Remove inline keyword.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@328 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrect timer calculation.
richardbarry [Wed, 16 Apr 2008 16:29:28 +0000 (16:29 +0000)]
Correct timer calculation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@327 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrect comments.
richardbarry [Wed, 16 Apr 2008 14:26:03 +0000 (14:26 +0000)]
Correct comments.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@326 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to V5.0.0. V5.0.0
richardbarry [Wed, 16 Apr 2008 08:00:30 +0000 (08:00 +0000)]
Update to V5.0.0.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@324 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to V5.0.0.
RichardBarry [Wed, 16 Apr 2008 07:52:16 +0000 (07:52 +0000)]
Update to V5.0.0.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@323 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to V5.0.0.
richardbarry [Wed, 16 Apr 2008 07:47:02 +0000 (07:47 +0000)]
Update to V5.0.0.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@322 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove incorrect const qualifiers.
richardbarry [Sun, 13 Apr 2008 17:03:23 +0000 (17:03 +0000)]
Remove incorrect const qualifiers.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@321 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoMinor tidy up. No functional difference.
richardbarry [Sun, 13 Apr 2008 16:36:35 +0000 (16:36 +0000)]
Minor tidy up.  No functional difference.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@320 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd variable initialisation. Doesn't really make a difference, just neater.
richardbarry [Sun, 13 Apr 2008 16:35:15 +0000 (16:35 +0000)]
Add variable initialisation.  Doesn't really make a difference, just neater.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@319 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd variable initialisation. Doesn't really make a difference, just neater.
richardbarry [Sun, 13 Apr 2008 16:34:12 +0000 (16:34 +0000)]
Add variable initialisation.  Doesn't really make a difference, just neater.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@318 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd variable initialisation. Doesn't really make a difference, just neater.
richardbarry [Sun, 13 Apr 2008 16:33:30 +0000 (16:33 +0000)]
Add variable initialisation.  Doesn't really make a difference, just neater.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@317 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd variable initialisation. Doesn't really make a difference, just neater.
richardbarry [Sun, 13 Apr 2008 16:32:41 +0000 (16:32 +0000)]
Add variable initialisation.  Doesn't really make a difference, just neater.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@316 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd variable initialisation. Doesn't really make a difference, just neater.
richardbarry [Sun, 13 Apr 2008 16:31:43 +0000 (16:31 +0000)]
Add variable initialisation.  Doesn't really make a difference, just neater.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@315 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd variable initialisation. Doesn't really make a difference, just neater.
richardbarry [Sun, 13 Apr 2008 16:30:29 +0000 (16:30 +0000)]
Add variable initialisation.  Doesn't really make a difference, just neater.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@314 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove unused assignment.
richardbarry [Sun, 13 Apr 2008 16:29:40 +0000 (16:29 +0000)]
Remove unused assignment.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@313 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new QueueSendFromISR() semantics.
richardbarry [Sun, 13 Apr 2008 16:28:17 +0000 (16:28 +0000)]
Update to use new QueueSendFromISR() semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@312 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:45:58 +0000 (23:45 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@311 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:41:42 +0000 (23:41 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@310 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:34:49 +0000 (23:34 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@309 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:34:13 +0000 (23:34 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@308 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
richardbarry [Sat, 12 Apr 2008 23:32:18 +0000 (23:32 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@307 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCasting only.
richardbarry [Sat, 12 Apr 2008 23:26:44 +0000 (23:26 +0000)]
Casting only.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@306 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEfficiency improvement.
richardbarry [Sat, 12 Apr 2008 23:26:01 +0000 (23:26 +0000)]
Efficiency improvement.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@305 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate the sys tick to be more efficient.
richardbarry [Sat, 12 Apr 2008 23:25:17 +0000 (23:25 +0000)]
Update the sys tick to be more efficient.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@304 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd in the configUSE_APPLICATION_TASK_HOOK macro.
richardbarry [Sat, 12 Apr 2008 09:50:30 +0000 (09:50 +0000)]
Add in the configUSE_APPLICATION_TASK_HOOK macro.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@303 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate prototypes and macros for the new xQueueSendFromISR() function and the task...
richardbarry [Sat, 12 Apr 2008 09:48:40 +0000 (09:48 +0000)]
Update prototypes and macros for the new xQueueSendFromISR() function and the task hook feature.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@302 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoIntroduce the application task hook feature.
richardbarry [Sat, 12 Apr 2008 09:46:19 +0000 (09:46 +0000)]
Introduce the application task hook feature.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@301 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoChange the semantics of the xQueueGenericSendFromISR() function.
richardbarry [Sat, 12 Apr 2008 09:45:02 +0000 (09:45 +0000)]
Change the semantics of the xQueueGenericSendFromISR() function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@300 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEnsure the first task starts with interrupts enabled.
richardbarry [Sun, 6 Apr 2008 14:42:35 +0000 (14:42 +0000)]
Ensure the first task starts with interrupts enabled.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@299 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEnsure the first task starts with interrupts enabled.
richardbarry [Sun, 6 Apr 2008 14:41:04 +0000 (14:41 +0000)]
Ensure the first task starts with interrupts enabled.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@298 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoEnsure the first task starts with interrupts enabled.
richardbarry [Sun, 6 Apr 2008 14:38:27 +0000 (14:38 +0000)]
Ensure the first task starts with interrupts enabled.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@297 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoMinor changes to the trace macros.
richardbarry [Sun, 6 Apr 2008 09:37:26 +0000 (09:37 +0000)]
Minor changes to the trace macros.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@296 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdded traceTASK_SWITCHED_OUT macro.
richardbarry [Sun, 6 Apr 2008 09:36:48 +0000 (09:36 +0000)]
Added traceTASK_SWITCHED_OUT macro.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@295 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrected SysTick interval calculation.
richardbarry [Sun, 6 Apr 2008 09:26:51 +0000 (09:26 +0000)]
Corrected SysTick interval calculation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@294 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrected SysTick interval calculation.
richardbarry [Sun, 6 Apr 2008 09:25:59 +0000 (09:25 +0000)]
Corrected SysTick interval calculation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@293 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrected SysTick interval calculation.
richardbarry [Sun, 6 Apr 2008 09:25:00 +0000 (09:25 +0000)]
Corrected SysTick interval calculation.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@292 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrected prototypes for newly added functions that had the 'signed' qualifier missing.
richardbarry [Sun, 6 Apr 2008 09:23:58 +0000 (09:23 +0000)]
Corrected prototypes for newly added functions that had the 'signed' qualifier missing.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@291 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@290 1d2547de-c912-0410...
richardbarry [Sat, 5 Apr 2008 18:10:28 +0000 (18:10 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@290 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@289 1d2547de-c912-0410...
richardbarry [Sat, 5 Apr 2008 15:09:10 +0000 (15:09 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@289 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoChanges required to build with the latest Xilinx tools.
richardbarry [Sun, 30 Mar 2008 21:18:54 +0000 (21:18 +0000)]
Changes required to build with the latest Xilinx tools.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@288 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd PPC405 port in V10.1 format.
richardbarry [Sun, 30 Mar 2008 21:15:19 +0000 (21:15 +0000)]
Add PPC405 port in V10.1 format.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@287 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoRemove PPC files that are in the EDK V7 format.
RichardBarry [Sun, 30 Mar 2008 18:41:43 +0000 (18:41 +0000)]
Remove PPC files that are in the EDK V7 format.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@286 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoReturn the lock counts to their original intended behaviour.
RichardBarry [Sat, 29 Mar 2008 20:50:38 +0000 (20:50 +0000)]
Return the lock counts to their original intended behaviour.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@285 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoSmall mods, and update file headers. V4.8.0
richardbarry [Wed, 26 Mar 2008 13:04:38 +0000 (13:04 +0000)]
Small mods, and update file headers.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@283 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate version numbers to V4.8.0
richardbarry [Tue, 25 Mar 2008 21:22:13 +0000 (21:22 +0000)]
Update version numbers to V4.8.0

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@282 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoAdd extra const qualifiers and casts for linting purposes.
richardbarry [Tue, 25 Mar 2008 18:30:09 +0000 (18:30 +0000)]
Add extra const qualifiers and casts for linting purposes.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@280 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@279 1d2547de-c912-0410...
richardbarry [Mon, 24 Mar 2008 13:01:33 +0000 (13:01 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@279 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoCorrect function prototype.
richardbarry [Mon, 24 Mar 2008 13:00:38 +0000 (13:00 +0000)]
Correct function prototype.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@278 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:59:16 +0000 (12:59 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@277 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:51:24 +0000 (12:51 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@276 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:44:23 +0000 (12:44 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@275 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:43:05 +0000 (12:43 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@274 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 12:35:40 +0000 (12:35 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@273 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use the new port layer.
richardbarry [Mon, 24 Mar 2008 12:32:38 +0000 (12:32 +0000)]
Update to use the new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@272 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@271 1d2547de-c912-0410...
richardbarry [Mon, 24 Mar 2008 11:51:42 +0000 (11:51 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@271 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 11:51:09 +0000 (11:51 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@270 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 11:45:23 +0000 (11:45 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@269 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 11:31:41 +0000 (11:31 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@268 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoUpdate to use new port layer.
richardbarry [Mon, 24 Mar 2008 10:46:56 +0000 (10:46 +0000)]
Update to use new port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@267 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agogit-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@266 1d2547de-c912-0410...
richardbarry [Mon, 24 Mar 2008 10:18:07 +0000 (10:18 +0000)]
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@266 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

16 years agoIntroduce configKERNEL_INTERRUPT_PRIORITY and make some performance optimisations.
richardbarry [Mon, 24 Mar 2008 10:17:30 +0000 (10:17 +0000)]
Introduce configKERNEL_INTERRUPT_PRIORITY and make some performance optimisations.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@265 1d2547de-c912-0410-9cb9-b8ca96c0e9e2