Commit Graph

  • de1094e980 Removed const from xTaskResumeFromISR() and xTaskResume() local variables as it upsets the call to the list function. Richard Barry 2007-07-28 18:35:03 +0000
  • 7a8eb507a7 Modifications to correct behaviour when a task is blocked without specifying a wake time, and also introduce the xTaskGetSchedulerState() function. Richard Barry 2007-07-28 16:33:07 +0000
  • 94c94d3c0e Updated AVR32 demos and added AVR32 UC3B demo. Richard Barry 2007-07-27 07:59:50 +0000
  • c3fa82b30c Added a demo for the STM32. V4.3.1 Richard Barry 2007-06-11 05:46:36 +0000
  • 45e7e5ac55 Add in first STM32 demo. Richard Barry 2007-06-11 05:36:39 +0000
  • 543ec864c4 Update in preparation for the V4.3.1 release. Richard Barry 2007-06-09 15:13:29 +0000
  • fc1d6ea442 Update in preparation for the V4.3.1 release. Richard Barry 2007-06-09 15:10:24 +0000
  • 42b2cbf237 Update in preparation for the V4.3.1 release. Richard Barry 2007-06-09 15:08:43 +0000
  • 8235f7a15f Update in preparation for the V4.3.1 release. Richard Barry 2007-06-09 15:05:10 +0000
  • 68a1ab1d04 Update in preparation for the V4.3.1 release. Richard Barry 2007-06-09 15:03:03 +0000
  • 8c7acafee2 Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt V4.3.0 Richard Barry 2007-06-05 10:05:16 +0000
  • 623aa3675f Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt Richard Barry 2007-06-05 09:56:16 +0000
  • 017740b75a Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt Richard Barry 2007-06-05 09:53:14 +0000
  • 67d0d1ec3b Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt Richard Barry 2007-06-05 09:44:58 +0000
  • 45410fcd3a Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt Richard Barry 2007-06-05 09:43:26 +0000
  • 9af97b86f8 Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt Richard Barry 2007-06-05 09:36:57 +0000
  • 22e434dfaf Richard Barry 2007-06-05 09:35:13 +0000
  • 014d7f5b8f Update to V4.3.0 as described in http://www.FreeRTOS.org/History.txt Richard Barry 2007-06-05 08:59:26 +0000
  • 5a3272cdca Accomodates wizC V14.00B and up with full optimisations. Richard Barry 2007-04-22 10:50:03 +0000
  • b36ba44e0d Add LPC2368 demo. Richard Barry 2007-04-05 13:47:25 +0000
  • d99625e75b Added AVR32 port and demos. V4.2.1 Richard Barry 2007-04-01 21:03:32 +0000
  • 0a6d59a611 V4.2.1 files. Richard Barry 2007-04-01 20:47:49 +0000
  • 6118595a07 Add AVR32 port and demo files. Richard Barry 2007-04-01 19:52:27 +0000
  • 504382bcb8 Add AVR32 port and demo files. Richard Barry 2007-04-01 19:46:26 +0000
  • 45d8ca15b5 Add AVR32 port and demo files. Richard Barry 2007-04-01 19:45:41 +0000
  • 06bbaed27a Add AVR32 port and demo files. Richard Barry 2007-04-01 19:44:02 +0000
  • b578c75c4e Get rid of compiler warnings. Richard Barry 2007-04-01 19:40:34 +0000
  • bf2b676eaa Add AVR32 port and demo files. Richard Barry 2007-04-01 19:37:01 +0000
  • b727359f1b Add AVR32 port and demo files. Richard Barry 2007-04-01 19:33:44 +0000
  • 4c3a1e29e0 Update include file from lpc2128.h to lpc21xx.h. Richard Barry 2007-03-26 12:04:12 +0000
  • 5d413a0078 Moved where LCD_Init() is called from so it cannot call vTaskDelay() before the scheduler is started. Richard Barry 2007-03-08 21:08:52 +0000
  • 17228aca47 Add an option for 8 byte alignment. Richard Barry 2007-03-07 17:52:10 +0000
  • 8b8a0eeff3 Added -fomit-frame-pointer option. Richard Barry 2007-02-09 21:34:04 +0000
  • 7ed4adb2c2 Added LM3S811 demos for GCC and IAR. Mods to tasks.c and queue.c. V4.2.0 Richard Barry 2007-02-09 09:55:29 +0000
  • 712bfdf9d2 Update version number to V4.2.0. Richard Barry 2007-02-08 10:02:18 +0000
  • 3306222630 GCC demo for the LM3S811 eval board from Luminary Micro. Richard Barry 2007-02-08 06:34:35 +0000
  • 41f3c50a16 New demo for M3 using LM3S811 and IAR tools. Richard Barry 2007-01-28 12:34:38 +0000
  • f20d072c4a Slight mod to take into account different definitions between SafeRTOS and FreeRTOS.org. Richard Barry 2007-01-28 12:18:03 +0000
  • 684b802b27 Modification to the behaviour of xQueueSend() and xQueueReceive() in the case that a blocked task times out (bug fix). Richard Barry 2007-01-28 10:20:56 +0000
  • edc1e01eab Bug fix in xTaskCheckForTimeOut() in the case where the tick count has incremented by exactly portMAX_DELAY ticks between two calls (i.e. extremely unlikely). Richard Barry 2007-01-12 08:10:04 +0000
  • 1b409bb001 Add STR750 GCC port. Plus a few other minor mods. See history file. V4.1.3 Richard Barry 2006-11-19 22:21:53 +0000
  • 761aa4aa7c Updated version numbers to V4.1.3. Richard Barry 2006-11-19 22:13:28 +0000
  • 3e92d8aca0 Updated version numbers to V4.1.3. Richard Barry 2006-11-19 19:38:30 +0000
  • 0958466903 Add the -fomit-frame-pointer option to GCC ARM7 builds. Richard Barry 2006-11-19 18:04:09 +0000
  • 09969dc53e Slight mods to comments in STR75X GCC port and demo files. Richard Barry 2006-11-19 13:41:31 +0000
  • 6ac900dc95 First version of STR75x RIDE port and demo. Richard Barry 2006-11-19 13:20:37 +0000
  • b2a52ede55 Changes from V4.1.2: Richard Barry 2006-10-28 10:41:34 +0000
  • 6083a3a3ad Ensure previous modification does not prevent compilation when INCLUDE_vTaskSuspend is set to false. Richard Barry 2006-10-28 09:47:41 +0000
  • 19a24602b8 Richard Barry 2006-10-28 09:23:09 +0000
  • 96d4684fa7 Changes from V4.1.2 Richard Barry 2006-10-22 20:28:16 +0000
  • 69cc9829c1 Add PIC24, dsPIC, STR750 ports. Include latest Coldfire files in the download. V4.1.2 Richard Barry 2006-10-22 08:16:09 +0000
  • f7f28ed01a Richard Barry 2006-10-20 15:57:59 +0000
  • f0c4accb88 Corrected the bug that the comments in the file state was corrected in V4.0.3. Richard Barry 2006-10-20 15:36:22 +0000
  • c1d020f689 Richard Barry 2006-10-20 15:32:33 +0000
  • d69aa52fe8 Richard Barry 2006-10-20 15:22:50 +0000
  • 6456c000bd Richard Barry 2006-10-20 15:12:17 +0000
  • 3021b1acc8 Change version numbers to V4.1.2 Richard Barry 2006-10-09 11:49:50 +0000
  • 3878b82c9b Add PIC24, dsPIC and Coldfire files. Richard Barry 2006-10-09 11:40:24 +0000
  • 2012647bef made a copy V4.1.1 Richard Barry 2006-09-24 10:45:45 +0000
  • 5561c55286 Update version number to V4.1.1. Richard Barry 2006-09-24 10:12:38 +0000
  • 51204ddced Add LM3S811 Keil/RVDS demo files. Richard Barry 2006-09-24 10:06:47 +0000
  • 7508aa6219 Added the PRESERVE8 directive to all asm functions. Richard Barry 2006-09-24 10:05:48 +0000
  • 4508e6fe73 Remove some casting to keep the Keil/RVDS compiler quiet. Richard Barry 2006-09-24 10:03:55 +0000
  • 8b6d48fdb3 made a copy V4.1.0 Richard Barry 2006-08-28 15:21:01 +0000
  • 155d8d1828 Update to V4.1.0. Richard Barry 2006-08-28 15:13:39 +0000
  • 7c183b2f1c Add in the critical nesting save and restore. Richard Barry 2006-08-28 10:19:21 +0000
  • 9269733ed0 New test files. Richard Barry 2006-08-28 10:06:16 +0000
  • e649f47e88 New test files. Richard Barry 2006-08-28 10:05:34 +0000
  • 97a570fa10 Changes to the AVR demo's. IAR demo updated with new critical section method. Richard Barry 2006-08-28 09:35:31 +0000
  • 41b142bae4 Add Rowley CrossFire LPC2138 demo files. Richard Barry 2006-08-27 14:12:15 +0000
  • b18929ef7d Changes ready for V4.1.0. Richard Barry 2006-08-27 14:09:54 +0000
  • ef97d79e48 made a copy V4.0.5 Richard Barry 2006-08-13 13:33:23 +0000
  • b7199e5967 Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode. Richard Barry 2006-08-13 09:27:54 +0000
  • 6cc711d33e Only include xTaskResumeFromISR under the condition: #if ( ( INCLUDE_xTaskResumeFromISR == 1 ) && ( INCLUDE_vTaskSuspend == 1 ) ) Richard Barry 2006-08-11 10:56:12 +0000
  • ab964f3c9d Updated to V4.0.5 Richard Barry 2006-08-11 10:42:06 +0000
  • d303ef9384 Link the sUsingPreemption variable to the constant configUSE_PREEMPTION. Richard Barry 2006-08-11 10:04:04 +0000
  • 58a357e6e6 Implement xTaskResumeFromISR. Richard Barry 2006-08-11 10:02:38 +0000
  • 430893f5f8 Run the peripheral clock at 48MHz. It was set to 96MHz which was too fast. Richard Barry 2006-08-10 20:15:54 +0000
  • df9b2abe91 Corrected the Rx frame length mask when obtaining the length from the rx descriptor. Richard Barry 2006-07-25 19:44:40 +0000
  • 17617c5451 Change to xTaskResumeFromISR() function only. This function is untested. Richard Barry 2006-07-03 19:39:42 +0000
  • d481cff89b Bug fix: The 'value' of the event list item is updated when the priority of a task is changed. Previously only the priority of the TCB itself was changed. Richard Barry 2006-07-03 19:34:28 +0000
  • bc141db940 Optimised vListInsert() in the case when the wake time is the maximum tick count value. Richard Barry 2006-07-03 19:32:59 +0000
  • 3dcbed5763 Update to V4.0.4. Add in STR912 port and demo. Richard Barry 2006-06-22 17:18:31 +0000
  • d631f99146 made a copy V4.0.3 Richard Barry 2006-06-08 09:25:43 +0000
  • 05023971cb Richard Barry 2006-06-08 09:16:29 +0000
  • c48d0500b3 made a copy V4.0.2 Richard Barry 2006-05-28 08:31:57 +0000
  • 946da76519 Richard Barry 2006-05-28 08:17:56 +0000
  • 416c6b9791 Removed file/folder Richard Barry 2006-05-27 16:55:23 +0000
  • f3bfa0b050 Richard Barry 2006-05-27 16:53:42 +0000
  • 210d5beaae New port files for Tern E-Engine. Richard Barry 2006-05-27 13:59:20 +0000
  • 4202a62517 New port files for HCS12 using GCC. Richard Barry 2006-05-27 13:58:02 +0000
  • 5411f64bff New Demo files for Tern E-Engine controller port. Richard Barry 2006-05-27 13:55:53 +0000
  • 215d93aa3d New demo files for HCS12 GCC port. Richard Barry 2006-05-27 13:53:15 +0000
  • 78d2cda27e made a copy V4.0.1 Richard Barry 2006-05-02 09:58:52 +0000
  • b6df57c7e3 First version under SVN is V4.0.1 Richard Barry 2006-05-02 09:39:15 +0000
  • 243393860c Created folder remotely Richard Barry 2006-05-02 09:34:17 +0000