]>
begriffs open source - freertos/log
Richard Barry [Fri, 30 May 2008 17:13:24 +0000 (17:13 +0000)]
made a copy
Richard Barry [Fri, 30 May 2008 15:51:35 +0000 (15:51 +0000)]
Update to V5.0.2
Richard Barry [Fri, 30 May 2008 15:49:36 +0000 (15:49 +0000)]
Update to V5.0.2
Richard Barry [Fri, 30 May 2008 15:46:57 +0000 (15:46 +0000)]
Update to V5.0.2
Richard Barry [Fri, 30 May 2008 15:44:17 +0000 (15:44 +0000)]
Update to V5.0.2
Richard Barry [Fri, 30 May 2008 15:41:10 +0000 (15:41 +0000)]
Update to V5.0.2
Richard Barry [Fri, 30 May 2008 15:34:42 +0000 (15:34 +0000)]
Update to V5.0.2
Richard Barry [Sun, 25 May 2008 17:42:25 +0000 (17:42 +0000)]
Add new PPC405 demo.
Richard Barry [Sun, 25 May 2008 17:39:16 +0000 (17:39 +0000)]
Remove old PPC port.
Richard Barry [Sat, 24 May 2008 18:57:30 +0000 (18:57 +0000)]
Add -fno-strict-aliasing
Richard Barry [Sat, 24 May 2008 18:56:04 +0000 (18:56 +0000)]
Add usage of portREMOVE_STATIC_QUALIFIER.
Richard Barry [Sat, 24 May 2008 18:52:12 +0000 (18:52 +0000)]
Add usage of portREMOVE_STATIC_QUALIFIER.
Richard Barry [Sat, 24 May 2008 18:47:38 +0000 (18:47 +0000)]
Remove static qualifier from queue registry.
Richard Barry [Sat, 24 May 2008 17:03:23 +0000 (17:03 +0000)]
Tidy up ready for release.
Richard Barry [Fri, 23 May 2008 19:24:05 +0000 (19:24 +0000)]
Add queue registry code.
Richard Barry [Fri, 23 May 2008 19:22:33 +0000 (19:22 +0000)]
Add #define configQUEUE_REGISTRY_SIZE 0
Richard Barry [Fri, 23 May 2008 18:52:26 +0000 (18:52 +0000)]
Add #define configQUEUE_REGISTRY_SIZE 0
Richard Barry [Fri, 23 May 2008 18:51:39 +0000 (18:51 +0000)]
Fix warnings that the latest GCC version spits out.
Richard Barry [Fri, 23 May 2008 18:50:47 +0000 (18:50 +0000)]
Add in #define configQUEUE_REGISTRY_SIZE 0
Richard Barry [Fri, 23 May 2008 18:49:59 +0000 (18:49 +0000)]
Add in example vQueueAddToRegistry() calls.
Richard Barry [Fri, 23 May 2008 15:24:23 +0000 (15:24 +0000)]
Add IntQ tests.
Richard Barry [Fri, 23 May 2008 15:16:25 +0000 (15:16 +0000)]
A little optimisation.
Richard Barry [Wed, 21 May 2008 17:59:30 +0000 (17:59 +0000)]
Add STM32 Keil demo.
Richard Barry [Wed, 21 May 2008 17:56:31 +0000 (17:56 +0000)]
ST CM3 drivers.
Richard Barry [Tue, 20 May 2008 18:31:28 +0000 (18:31 +0000)]
Change compiler optimisation.
Richard Barry [Tue, 20 May 2008 18:30:30 +0000 (18:30 +0000)]
Change optimisation level.
Richard Barry [Tue, 20 May 2008 18:29:10 +0000 (18:29 +0000)]
Change optimisation level.
Richard Barry [Tue, 20 May 2008 18:27:59 +0000 (18:27 +0000)]
Remove compiler warnings.
Richard Barry [Tue, 20 May 2008 18:27:07 +0000 (18:27 +0000)]
Remove compiler warnings.
Richard Barry [Tue, 20 May 2008 18:26:09 +0000 (18:26 +0000)]
Remove compiler warnings.
Richard Barry [Tue, 20 May 2008 18:25:06 +0000 (18:25 +0000)]
Remove compiler warnings.
Richard Barry [Tue, 20 May 2008 18:24:22 +0000 (18:24 +0000)]
Remove compiler warnings.
Richard Barry [Tue, 20 May 2008 18:23:44 +0000 (18:23 +0000)]
Remove compiler warnings and insert missing return statement.
Richard Barry [Tue, 20 May 2008 05:22:35 +0000 (05:22 +0000)]
Add volatile qualifier to loop counters used to detect stalled tasks.
Richard Barry [Tue, 20 May 2008 05:20:25 +0000 (05:20 +0000)]
Ensure emulated flop is not used.
Richard Barry [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.
Richard Barry [Mon, 19 May 2008 19:17:56 +0000 (19:17 +0000)]
Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask ); Previously this was a private function.
Richard Barry [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.
Richard Barry [Mon, 19 May 2008 19:15:38 +0000 (19:15 +0000)]
Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask );
Richard Barry [Mon, 19 May 2008 19:12:57 +0000 (19:12 +0000)]
Update the default macros used for critical sections within ISRs.
Richard Barry [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.
Richard Barry [Sun, 18 May 2008 19:57:01 +0000 (19:57 +0000)]
Tidy up.
Richard Barry [Sun, 18 May 2008 17:28:30 +0000 (17:28 +0000)]
Update to use the kernel critical nesting.
Richard Barry [Sun, 18 May 2008 16:25:20 +0000 (16:25 +0000)]
Add new test file.
Richard Barry [Sun, 18 May 2008 16:23:10 +0000 (16:23 +0000)]
Add new test file.
Richard Barry [Sun, 18 May 2008 16:21:59 +0000 (16:21 +0000)]
Add new test file.
Richard Barry [Sun, 18 May 2008 16:21:12 +0000 (16:21 +0000)]
Update demo to include a test of nesting interrupt accessing queues.
Richard Barry [Sun, 11 May 2008 13:44:43 +0000 (13:44 +0000)]
Comment changes only.
Richard Barry [Sun, 11 May 2008 13:43:46 +0000 (13:43 +0000)]
First commit of PPC405 version with floating point included.
Richard Barry [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.
Richard Barry [Sun, 11 May 2008 13:25:39 +0000 (13:25 +0000)]
Upgrade hardware version numbers following install of service pack.
Richard Barry [Sun, 11 May 2008 13:24:06 +0000 (13:24 +0000)]
Added flop files.
Richard Barry [Sun, 11 May 2008 13:19:05 +0000 (13:19 +0000)]
Added optional inclusion of floating point tasks.
Richard Barry [Sun, 11 May 2008 09:15:22 +0000 (09:15 +0000)]
Update to include the option of saving/restoring the floating point context.
Richard Barry [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.
Richard Barry [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.
Richard Barry [Wed, 7 May 2008 17:59:17 +0000 (17:59 +0000)]
Raise the priority of the serial interrupt.
Richard Barry [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.
Richard Barry [Wed, 7 May 2008 17:56:45 +0000 (17:56 +0000)]
Change the timer interrupt to use the kernel interrupt entry/exit macros.
Richard Barry [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.
Richard Barry [Wed, 7 May 2008 17:54:21 +0000 (17:54 +0000)]
Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY constant.
Richard Barry [Tue, 6 May 2008 11:51:13 +0000 (11:51 +0000)]
Update to allow nesting.
Richard Barry [Mon, 5 May 2008 08:41:25 +0000 (08:41 +0000)]
Add the usual missing -1.
Richard Barry [Sun, 4 May 2008 20:04:52 +0000 (20:04 +0000)]
Performance improvements.
Richard Barry [Sun, 4 May 2008 17:36:23 +0000 (17:36 +0000)]
Add nesting support.
Richard Barry [Thu, 1 May 2008 17:16:26 +0000 (17:16 +0000)]
Remove inline keywords.
Richard Barry [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.
Richard Barry [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".
Richard Barry [Thu, 1 May 2008 09:06:26 +0000 (09:06 +0000)]
Remove inline keyword.
Richard Barry [Thu, 1 May 2008 08:58:48 +0000 (08:58 +0000)]
Remove inline keyword.
Richard Barry [Thu, 1 May 2008 08:57:45 +0000 (08:57 +0000)]
Remove inline keyword.
Richard Barry [Wed, 16 Apr 2008 16:29:28 +0000 (16:29 +0000)]
Correct timer calculation.
Richard Barry [Wed, 16 Apr 2008 14:26:03 +0000 (14:26 +0000)]
Correct comments.
Richard Barry [Wed, 16 Apr 2008 08:00:30 +0000 (08:00 +0000)]
Update to V5.0.0.
Richard Barry [Wed, 16 Apr 2008 07:52:16 +0000 (07:52 +0000)]
Update to V5.0.0.
Richard Barry [Wed, 16 Apr 2008 07:47:02 +0000 (07:47 +0000)]
Update to V5.0.0.
Richard Barry [Sun, 13 Apr 2008 17:03:23 +0000 (17:03 +0000)]
Remove incorrect const qualifiers.
Richard Barry [Sun, 13 Apr 2008 16:36:35 +0000 (16:36 +0000)]
Minor tidy up. No functional difference.
Richard Barry [Sun, 13 Apr 2008 16:35:15 +0000 (16:35 +0000)]
Add variable initialisation. Doesn't really make a difference, just neater.
Richard Barry [Sun, 13 Apr 2008 16:34:12 +0000 (16:34 +0000)]
Add variable initialisation. Doesn't really make a difference, just neater.
Richard Barry [Sun, 13 Apr 2008 16:33:30 +0000 (16:33 +0000)]
Add variable initialisation. Doesn't really make a difference, just neater.
Richard Barry [Sun, 13 Apr 2008 16:32:41 +0000 (16:32 +0000)]
Add variable initialisation. Doesn't really make a difference, just neater.
Richard Barry [Sun, 13 Apr 2008 16:31:43 +0000 (16:31 +0000)]
Add variable initialisation. Doesn't really make a difference, just neater.
Richard Barry [Sun, 13 Apr 2008 16:30:29 +0000 (16:30 +0000)]
Add variable initialisation. Doesn't really make a difference, just neater.
Richard Barry [Sun, 13 Apr 2008 16:29:40 +0000 (16:29 +0000)]
Remove unused assignment.
Richard Barry [Sun, 13 Apr 2008 16:28:17 +0000 (16:28 +0000)]
Update to use new QueueSendFromISR() semantics.
Richard Barry [Sat, 12 Apr 2008 23:45:58 +0000 (23:45 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
Richard Barry [Sat, 12 Apr 2008 23:41:42 +0000 (23:41 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
Richard Barry [Sat, 12 Apr 2008 23:34:49 +0000 (23:34 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
Richard Barry [Sat, 12 Apr 2008 23:34:13 +0000 (23:34 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
Richard Barry [Sat, 12 Apr 2008 23:32:18 +0000 (23:32 +0000)]
Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics.
Richard Barry [Sat, 12 Apr 2008 23:26:44 +0000 (23:26 +0000)]
Casting only.
Richard Barry [Sat, 12 Apr 2008 23:26:01 +0000 (23:26 +0000)]
Efficiency improvement.
Richard Barry [Sat, 12 Apr 2008 23:25:17 +0000 (23:25 +0000)]
Update the sys tick to be more efficient.
Richard Barry [Sat, 12 Apr 2008 09:50:30 +0000 (09:50 +0000)]
Add in the configUSE_APPLICATION_TASK_HOOK macro.
Richard Barry [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.
Richard Barry [Sat, 12 Apr 2008 09:46:19 +0000 (09:46 +0000)]
Introduce the application task hook feature.
Richard Barry [Sat, 12 Apr 2008 09:45:02 +0000 (09:45 +0000)]
Change the semantics of the xQueueGenericSendFromISR() function.
Richard Barry [Sun, 6 Apr 2008 14:42:35 +0000 (14:42 +0000)]
Ensure the first task starts with interrupts enabled.
Richard Barry [Sun, 6 Apr 2008 14:41:04 +0000 (14:41 +0000)]
Ensure the first task starts with interrupts enabled.