Commit graph

  • 9d1ab2c90b Change default vector number to 16. Richard Barry 2008-09-22 13:11:32 +0000
  • aa7485ab0f BUG FIX: Changed *(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET; to *(portNVIC_INT_CTRL) = portNVIC_PENDSVSET; Richard Barry 2008-09-17 16:04:31 +0000
  • a91d3d8afe Note to users only. Richard Barry 2008-09-17 16:03:42 +0000
  • f8abff1e04 BUG FIX: Changed *(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET; to *(portNVIC_INT_CTRL) = portNVIC_PENDSVSET; Richard Barry 2008-09-17 16:01:56 +0000
  • 3b34009b75 Tidy up. Richard Barry 2008-09-17 15:58:45 +0000
  • 223bd9c75f BUG FIX: Changed *(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET; to *(portNVIC_INT_CTRL) = portNVIC_PENDSVSET; Richard Barry 2008-09-17 15:52:54 +0000
  • 8e264c901e Added dummy header files to allow the Cortex uIP demo to compile. Richard Barry 2008-09-01 13:20:52 +0000
  • 172114c49f Added a #error line to check that FreeRTOS.h is included before one of the subordinate header files. Richard Barry 2008-09-01 08:18:50 +0000
  • cb12d3a973 Added CodeWarrior definitions. Richard Barry 2008-09-01 08:08:44 +0000
  • 0a8889d62b Change comments only. Richard Barry 2008-08-27 07:47:55 +0000
  • a36ef26b0c Add bracket where appropriate. Richard Barry 2008-08-15 15:59:42 +0000
  • 8f33ce9c30 Use correct counter in reg test 2 task. Richard Barry 2008-08-14 13:59:59 +0000
  • 4c0c3038cc Add cleaned up eclipse workspace. Richard Barry 2008-08-14 13:28:18 +0000
  • 049459af87 Add URL to configuration pages on FreeRTOS.org site. Richard Barry 2008-08-14 13:19:20 +0000
  • 5d83f61228 Documentation only. Richard Barry 2008-08-14 12:57:30 +0000
  • 54dbbc3cdf Documentation only. Richard Barry 2008-08-14 12:55:54 +0000
  • be92c862be Minor mods only. Richard Barry 2008-08-14 11:13:34 +0000
  • 9c2512f54e Permit no more than two simultaneous occurrences of interrupts adding everything to queues instead of tasks. Richard Barry 2008-08-14 11:10:46 +0000
  • 5116051604 Remove initialisation of xQueueRegistry. Richard Barry 2008-08-14 11:09:26 +0000
  • e5d85bc87e Correct version number. Richard Barry 2008-08-14 11:08:36 +0000
  • aeea09e21e Minor changes only. Richard Barry 2008-08-14 11:07:50 +0000
  • 6eec108bdd Ensure a yield cannot be pended simultaneously with a critical section being entered. Richard Barry 2008-08-14 11:04:54 +0000
  • d427489391 Tidy up. Richard Barry 2008-08-13 08:06:49 +0000
  • 513b1a25e0 Use internal RAM only. Richard Barry 2008-08-13 08:03:47 +0000
  • a2bdba02ad Tidy up. Richard Barry 2008-08-13 08:01:54 +0000
  • 0dffe8d801 Increase stack sizes as we now have interrupts nesting 3 deep. Richard Barry 2008-08-11 14:51:09 +0000
  • cebb479b0a Add lwIP V1.3 files. Richard Barry 2008-08-11 14:49:32 +0000
  • bfdbfce22f Add in interrupt nesting and chache support. Richard Barry 2008-08-10 21:19:57 +0000
  • 60da4247dd Add interrupt nesting support, cache setup and reg test tasks. Richard Barry 2008-08-10 21:17:20 +0000
  • a943ccd85a Use internal RAM only for data. Richard Barry 2008-08-10 21:16:35 +0000
  • adf9eb9fb0 Remove white space only. Richard Barry 2008-08-10 21:15:14 +0000
  • f68aab980d Interrupt nesting and cache support added. Richard Barry 2008-08-10 21:14:08 +0000
  • 53a8d172df Com test now working. Richard Barry 2008-08-09 10:09:21 +0000
  • 3a8161372d Add serial test code (not yet complete). Richard Barry 2008-08-08 15:55:31 +0000
  • 3ea597543a Add ColdFire definitions. Richard Barry 2008-08-08 15:54:05 +0000
  • 431d1c009d Update to allow interrupt nesting (not yet complete). Richard Barry 2008-08-08 15:52:41 +0000
  • 181889d6b1 Basic demo up and running. Richard Barry 2008-08-08 12:50:22 +0000
  • 5ff84b9869 Basic demo up and running. Richard Barry 2008-08-08 12:47:06 +0000
  • 4953c7d030 First task starting. Richard Barry 2008-08-08 09:41:33 +0000
  • 3f2375c020 First task starting - woohoo! Richard Barry 2008-08-08 09:40:41 +0000
  • 78d3b371fd Stubs ready for ColdFire V2 demo. Richard Barry 2008-08-07 19:13:15 +0000
  • 35be76b9b7 Added function stubs. Richard Barry 2008-08-07 19:10:25 +0000
  • 216fcb10c9 Richard Barry 2008-08-07 19:03:24 +0000
  • 5d60a388e0 Richard Barry 2008-08-07 19:02:43 +0000
  • 1c3c04f121 Prepare for V2 port. Richard Barry 2008-08-07 18:51:34 +0000
  • b298b8a21b made a copy V5.0.3 Richard Barry 2008-07-31 11:07:44 +0000
  • a2d86ba1fb Add in the -fno-omit-frame-pointer compiler options as a compiler bug workaround. Richard Barry 2008-07-31 11:01:58 +0000
  • 16b6baf10c Update to V5.0.3. Richard Barry 2008-07-30 20:04:29 +0000
  • a1edce40d2 Add unsupported files. Richard Barry 2008-07-30 19:10:10 +0000
  • 2ff6ab158f Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks. Richard Barry 2008-07-30 09:39:03 +0000
  • 597fbaacde Improve efficiency even further. Introduce the configMAX_SYSCALL_INTERRUPT_PRIORITY feature. Richard Barry 2008-07-30 09:36:40 +0000
  • 56d5f4ac9b Just remove a comment. Richard Barry 2008-07-30 09:35:03 +0000
  • 6eed669d06 Ensure statics are handled correctly when portREMOVE_STATIC_QUALIFIER is defined. Richard Barry 2008-07-30 09:34:03 +0000
  • ae6d081ebe Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks. Richard Barry 2008-07-25 02:43:50 +0000
  • 512c86194f Add in the configMAX_SYSCALL_INTERRUPT_PRIORITY test tasks. Richard Barry 2008-07-25 02:42:33 +0000
  • 8b02e015ba Improve efficiency even further. Introduce the configMAX_SYSCALL_INTERRUPT_PRIORITY feature. Richard Barry 2008-07-25 02:40:35 +0000
  • 7580c6b817 Change ARM7 byte alignment to 8. Richard Barry 2008-07-25 02:35:50 +0000
  • 794b6546b2 Improve efficiency even further. Introduce the configMAX_SYSCALL_INTERRUPT_PRIORITY feature. Richard Barry 2008-07-25 02:34:31 +0000
  • 32592e1385 Improve efficiency even further. Introduce the configMAX_SYSCALL_INTERRUPT_PRIORITY feature. Richard Barry 2008-07-25 02:33:56 +0000
  • 3ab4d1f87f Change projects to split the dsPIC and PIC24 taskYIELD implementations. Richard Barry 2008-07-16 10:08:24 +0000
  • e4c0740eaa Change projects to split the dsPIC and PIC24 taskYIELD implementations. Richard Barry 2008-07-16 10:07:16 +0000
  • 5ba1afe8b5 Change projects to split the dsPIC and PIC24 taskYIELD implementations. Richard Barry 2008-07-16 10:06:41 +0000
  • b25bb7e4f5 Update project to latest MPLAB version (8?). Richard Barry 2008-07-16 09:58:15 +0000
  • 619cd7a43d Update project to use the new asm file for the port yield function, and remove the "user frame pointer" optimisation option. Richard Barry 2008-07-16 09:55:52 +0000
  • 3244fd67dc Change capitalization of include header. Richard Barry 2008-07-16 09:50:44 +0000
  • 91805dd051 Add the queue registry config parameter. Richard Barry 2008-07-16 09:49:31 +0000
  • c3acf82f70 asm version of the yield function. Moved from port.c. Richard Barry 2008-07-16 09:26:22 +0000
  • 090da3b518 Removed the manual context switch from the C file, this is now in an asm file instead. This is a workaround for a compiler bug but provides a better implementation anyway as less stack is used. Richard Barry 2008-07-16 09:12:54 +0000
  • d091cf740f Allow the static qualifier to be removed and rename a list so it does not then clash with the name used in tasks.c once the static has been removed. Richard Barry 2008-07-16 09:10:01 +0000
  • 1d4e319aa7 Ensure the queue registry gets initialised. Richard Barry 2008-07-16 09:08:32 +0000
  • ea07e0b934 Correct case of include file to build on Linux. Richard Barry 2008-07-11 07:36:55 +0000
  • e72748b18f Correct case of include file to build on Linux. Richard Barry 2008-07-11 07:36:17 +0000
  • eea5d82a8f Correct case of include file to build on Linux. Richard Barry 2008-07-11 07:33:08 +0000
  • 8a795bd375 Update the bInterfaceProtocol member of the descriptors to allow comms with Linux. Richard Barry 2008-06-25 07:15:35 +0000
  • 7d034a24be Correct PLL setting for the defined configCPU_CLOCK_HZ setting. Richard Barry 2008-06-21 17:35:41 +0000
  • 9000f24cd3 made a copy V5.0.2 Richard Barry 2008-05-30 17:13:24 +0000
  • 1e83961601 Update to V5.0.2 Richard Barry 2008-05-30 15:51:35 +0000
  • 48eff41955 Update to V5.0.2 Richard Barry 2008-05-30 15:49:36 +0000
  • 42ebfc5227 Update to V5.0.2 Richard Barry 2008-05-30 15:46:57 +0000
  • 4fcb98ef1d Update to V5.0.2 Richard Barry 2008-05-30 15:44:17 +0000
  • cd38538425 Update to V5.0.2 Richard Barry 2008-05-30 15:41:10 +0000
  • 90064444af Update to V5.0.2 Richard Barry 2008-05-30 15:34:42 +0000
  • 6128d1a86e Add new PPC405 demo. Richard Barry 2008-05-25 17:42:25 +0000
  • 642a74c5b4 Remove old PPC port. Richard Barry 2008-05-25 17:39:16 +0000
  • ac0630af91 Add -fno-strict-aliasing Richard Barry 2008-05-24 18:57:30 +0000
  • 192cc29ebc Add usage of portREMOVE_STATIC_QUALIFIER. Richard Barry 2008-05-24 18:56:04 +0000
  • 8ce7a79937 Add usage of portREMOVE_STATIC_QUALIFIER. Richard Barry 2008-05-24 18:52:12 +0000
  • 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