Commit Graph

  • 576a25a098 Remove static qualifier from queue registry. Richard Barry 2008-05-24 18:47:38 +0000
  • 6391f4160b Tidy up ready for release. Richard Barry 2008-05-24 17:03:23 +0000
  • 4154eec4e1 Add queue registry code. Richard Barry 2008-05-23 19:24:05 +0000
  • 03a82c5bc8 Add #define configQUEUE_REGISTRY_SIZE 0 Richard Barry 2008-05-23 19:22:33 +0000
  • a4d3bf8f5d Add #define configQUEUE_REGISTRY_SIZE 0 Richard Barry 2008-05-23 18:52:26 +0000
  • 91c26c9868 Fix warnings that the latest GCC version spits out. Richard Barry 2008-05-23 18:51:39 +0000
  • ab37826715 Add in #define configQUEUE_REGISTRY_SIZE 0 Richard Barry 2008-05-23 18:50:47 +0000
  • a5f3797949 Add in example vQueueAddToRegistry() calls. Richard Barry 2008-05-23 18:49:59 +0000
  • 15881cdf39 Add IntQ tests. Richard Barry 2008-05-23 15:24:23 +0000
  • f689c709ab A little optimisation. Richard Barry 2008-05-23 15:16:25 +0000
  • b6aa1d6ca8 Add STM32 Keil demo. Richard Barry 2008-05-21 17:59:30 +0000
  • a87f9df3d8 ST CM3 drivers. Richard Barry 2008-05-21 17:56:31 +0000
  • bb64640f0a Change compiler optimisation. Richard Barry 2008-05-20 18:31:28 +0000
  • 98ebaac850 Change optimisation level. Richard Barry 2008-05-20 18:30:30 +0000
  • b8695fa787 Change optimisation level. Richard Barry 2008-05-20 18:29:10 +0000
  • eb9d172082 Remove compiler warnings. Richard Barry 2008-05-20 18:27:59 +0000
  • 0f7c3939e1 Remove compiler warnings. Richard Barry 2008-05-20 18:27:07 +0000
  • 9d1b078a8f Remove compiler warnings. Richard Barry 2008-05-20 18:26:09 +0000
  • 61a5a25a7f Remove compiler warnings. Richard Barry 2008-05-20 18:25:06 +0000
  • c24a713859 Remove compiler warnings. Richard Barry 2008-05-20 18:24:22 +0000
  • 01ce621748 Remove compiler warnings and insert missing return statement. Richard Barry 2008-05-20 18:23:44 +0000
  • b19ede773a Add volatile qualifier to loop counters used to detect stalled tasks. Richard Barry 2008-05-20 05:22:35 +0000
  • bea704342a Ensure emulated flop is not used. Richard Barry 2008-05-20 05:20:25 +0000
  • dd1ef6a777 Remove the critical sections as not all ports can yield from within critical sections. Richard Barry 2008-05-19 19:19:25 +0000
  • 2888b15b7e Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask ); Previously this was a private function. Richard Barry 2008-05-19 19:17:56 +0000
  • 5a2790a998 Change the way the critical sections are handled within interrupts so the critical sections can be nested. Richard Barry 2008-05-19 19:16:57 +0000
  • 4b9fe1e28a Add signed portBASE_TYPE xTaskIsTaskSuspended( xTaskHandle xTask ); Richard Barry 2008-05-19 19:15:38 +0000
  • fb3b17a37c Update the default macros used for critical sections within ISRs. Richard Barry 2008-05-19 19:12:57 +0000
  • b9b3e521f7 Bug fix - allocate 2 extra words at the bottom of the task stack to account for the back chain and saved LR. Richard Barry 2008-05-19 19:11:08 +0000
  • ecc072e58b Tidy up. Richard Barry 2008-05-18 19:57:01 +0000
  • 66fc3b8092 Update to use the kernel critical nesting. Richard Barry 2008-05-18 17:28:30 +0000
  • f3eb5028a3 Add new test file. Richard Barry 2008-05-18 16:25:20 +0000
  • 31bda54b75 Add new test file. Richard Barry 2008-05-18 16:23:10 +0000
  • f146124bca Add new test file. Richard Barry 2008-05-18 16:21:59 +0000
  • 0965823a67 Update demo to include a test of nesting interrupt accessing queues. Richard Barry 2008-05-18 16:21:12 +0000
  • 684b898abc Comment changes only. Richard Barry 2008-05-11 13:44:43 +0000
  • 6c275b9ca5 First commit of PPC405 version with floating point included. Richard Barry 2008-05-11 13:43:46 +0000
  • ba90821242 Add in new files for floating point and updates following the installation of the service pack. Richard Barry 2008-05-11 13:28:25 +0000
  • d7e9d4d397 Upgrade hardware version numbers following install of service pack. Richard Barry 2008-05-11 13:25:39 +0000
  • d184cdc09d Added flop files. Richard Barry 2008-05-11 13:24:06 +0000
  • dc897a35dd Added optional inclusion of floating point tasks. Richard Barry 2008-05-11 13:19:05 +0000
  • 45fceb4bdd Update to include the option of saving/restoring the floating point context. Richard Barry 2008-05-11 09:15:22 +0000
  • 6177c6e4a4 Add in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR() default (empty) macros. Richard Barry 2008-05-07 18:02:19 +0000
  • 5d27f3ccf7 Add in the portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR() macros. Richard Barry 2008-05-07 18:00:26 +0000
  • 676139e920 Raise the priority of the serial interrupt. Richard Barry 2008-05-07 17:59:17 +0000
  • 9d0e60493a 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 2008-05-07 17:58:20 +0000
  • 5a1129c315 Change the timer interrupt to use the kernel interrupt entry/exit macros. Richard Barry 2008-05-07 17:56:45 +0000
  • ad52311deb Remove the syscall calls as this is no longer how a context switch is performed. Richard Barry 2008-05-07 17:55:22 +0000
  • bd44f90e50 Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY constant. Richard Barry 2008-05-07 17:54:21 +0000
  • bafcf8901e Update to allow nesting. Richard Barry 2008-05-06 11:51:13 +0000
  • b7f66b9db6 Add the usual missing -1. Richard Barry 2008-05-05 08:41:25 +0000
  • 4304c07ebf Performance improvements. Richard Barry 2008-05-04 20:04:52 +0000
  • 0eae0f7549 Add nesting support. Richard Barry 2008-05-04 17:36:23 +0000
  • a9393b891d Remove inline keywords. Richard Barry 2008-05-01 17:16:26 +0000
  • 3f620024fc 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 2008-05-01 17:15:36 +0000
  • a918bd9825 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 2008-05-01 15:54:04 +0000
  • 019ab1b908 Remove inline keyword. Richard Barry 2008-05-01 09:06:26 +0000
  • 9c87f922b3 Remove inline keyword. Richard Barry 2008-05-01 08:58:48 +0000
  • 0d29807e93 Remove inline keyword. Richard Barry 2008-05-01 08:57:45 +0000
  • b08411ec5a Correct timer calculation. Richard Barry 2008-04-16 16:29:28 +0000
  • d7ca9ad0c3 Correct comments. Richard Barry 2008-04-16 14:26:03 +0000
  • 79cb62d95f made a copy V5.0.0 Richard Barry 2008-04-16 08:09:31 +0000
  • 7e529c281f Update to V5.0.0. Richard Barry 2008-04-16 08:00:30 +0000
  • 4c8425da01 Update to V5.0.0. Richard Barry 2008-04-16 07:52:16 +0000
  • e939542f32 Update to V5.0.0. Richard Barry 2008-04-16 07:47:02 +0000
  • 57a83227d0 Remove incorrect const qualifiers. Richard Barry 2008-04-13 17:03:23 +0000
  • 8ffe2b49e8 Minor tidy up. No functional difference. Richard Barry 2008-04-13 16:36:35 +0000
  • 98daf5a1b8 Add variable initialisation. Doesn't really make a difference, just neater. Richard Barry 2008-04-13 16:35:15 +0000
  • c95cae5a99 Add variable initialisation. Doesn't really make a difference, just neater. Richard Barry 2008-04-13 16:34:12 +0000
  • dc307b270b Add variable initialisation. Doesn't really make a difference, just neater. Richard Barry 2008-04-13 16:33:30 +0000
  • 360d357e15 Add variable initialisation. Doesn't really make a difference, just neater. Richard Barry 2008-04-13 16:32:41 +0000
  • 09bfc2d862 Add variable initialisation. Doesn't really make a difference, just neater. Richard Barry 2008-04-13 16:31:43 +0000
  • 9cea94ccce Add variable initialisation. Doesn't really make a difference, just neater. Richard Barry 2008-04-13 16:30:29 +0000
  • c1d5690da6 Remove unused assignment. Richard Barry 2008-04-13 16:29:40 +0000
  • 7920c29ad1 Update to use new QueueSendFromISR() semantics. Richard Barry 2008-04-13 16:28:17 +0000
  • 49c84f0d41 Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics. Richard Barry 2008-04-12 23:45:58 +0000
  • ac58b5b285 Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics. Richard Barry 2008-04-12 23:41:42 +0000
  • 8cf6a70c9e Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics. Richard Barry 2008-04-12 23:34:49 +0000
  • c1e9f859c8 Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics. Richard Barry 2008-04-12 23:34:13 +0000
  • f4dd20dffc Update to use new xQueueSendFromISR() and xSemaphoreGiveFromISR() function semantics. Richard Barry 2008-04-12 23:32:18 +0000
  • 7eb7201b46 Casting only. Richard Barry 2008-04-12 23:26:44 +0000
  • b24032d4b0 Efficiency improvement. Richard Barry 2008-04-12 23:26:01 +0000
  • a6053582fc Update the sys tick to be more efficient. Richard Barry 2008-04-12 23:25:17 +0000
  • af939eb0a9 Add in the configUSE_APPLICATION_TASK_HOOK macro. Richard Barry 2008-04-12 09:50:30 +0000
  • a9ed428422 Update prototypes and macros for the new xQueueSendFromISR() function and the task hook feature. Richard Barry 2008-04-12 09:48:40 +0000
  • da6d27b627 Introduce the application task hook feature. Richard Barry 2008-04-12 09:46:19 +0000
  • b73dafb1f4 Change the semantics of the xQueueGenericSendFromISR() function. Richard Barry 2008-04-12 09:45:02 +0000
  • 2bc9dfa3f8 Ensure the first task starts with interrupts enabled. Richard Barry 2008-04-06 14:42:35 +0000
  • ed543197e0 Ensure the first task starts with interrupts enabled. Richard Barry 2008-04-06 14:41:04 +0000
  • 24cb048892 Ensure the first task starts with interrupts enabled. Richard Barry 2008-04-06 14:38:27 +0000
  • ada4744871 Minor changes to the trace macros. Richard Barry 2008-04-06 09:37:26 +0000
  • 06e8e93eb5 Added traceTASK_SWITCHED_OUT macro. Richard Barry 2008-04-06 09:36:48 +0000
  • a3677612d2 Corrected SysTick interval calculation. Richard Barry 2008-04-06 09:26:51 +0000
  • 2ca3985a8c Corrected SysTick interval calculation. Richard Barry 2008-04-06 09:25:59 +0000
  • 7ed94acdff Corrected SysTick interval calculation. Richard Barry 2008-04-06 09:25:00 +0000
  • cfcad6e78a Corrected prototypes for newly added functions that had the 'signed' qualifier missing. Richard Barry 2008-04-06 09:23:58 +0000
  • 5cefef5074 Richard Barry 2008-04-05 18:10:28 +0000
  • 637619dcb7 Richard Barry 2008-04-05 15:09:10 +0000
  • d1b9463e29 Changes required to build with the latest Xilinx tools. Richard Barry 2008-03-30 21:18:54 +0000
  • bc7068a690 Add PPC405 port in V10.1 format. Richard Barry 2008-03-30 21:15:19 +0000