Commit Graph

  • 151882a872 Replace absolute path to the asm files with the correct relative path. Richard Barry 2008-10-25 16:33:11 +00:00
  • 758b1c7c59 Update ready for V5.1.0 release. Richard Barry 2008-10-24 18:07:39 +00:00
  • f147249a11 Remove the stale JC Wren demo as a WEB link to the latest version is now used in its place. Richard Barry 2008-10-24 17:53:16 +00:00
  • f93deff134 New contributed port uploaded. Richard Barry 2008-10-24 17:15:03 +00:00
  • b2303011c3 New contributed port uploaded. Richard Barry 2008-10-24 15:52:56 +00:00
  • 842a7244cf New unsupported port added. Richard Barry 2008-10-24 15:48:13 +00:00
  • cefe46cdbe Change to use UART1. Richard Barry 2008-10-24 15:21:16 +00:00
  • 4c8a5cfdad Change to use UART1. Richard Barry 2008-10-24 15:19:35 +00:00
  • 9157e9cfef Add missing file. Richard Barry 2008-10-24 09:52:56 +00:00
  • 31d448cbf9 Richard Barry 2008-10-24 07:39:06 +00:00
  • 53b376b6b8 Remove the two separate ports, instead use two demo apps that use a conditional compilation to select the method of interrupt management to use. Richard Barry 2008-10-23 19:16:29 +00:00
  • a91c6302e7 Remove the two separate ports, instead use two demo apps that use a conditional compilation to select the method of interrupt management to use. Richard Barry 2008-10-23 19:14:45 +00:00
  • eee1043e33 Set up to work in both ARM and THUMB modes. Richard Barry 2008-10-23 15:59:50 +00:00
  • cf638edfaf Setup to work with both ARM and THUMB modes. Richard Barry 2008-10-23 15:58:17 +00:00
  • 8347299546 Remove demo that used the now defunct Keil compiler. Richard Barry 2008-10-23 11:23:13 +00:00
  • c59af80374 Add demo for the Keil RVDS compiler. Richard Barry 2008-10-23 11:08:14 +00:00
  • 6ae55f3d6d Remove files that use the now defunct Keil compiler. Richard Barry 2008-10-23 11:06:20 +00:00
  • ce7301b3e3 Change from using the old Keil compiler definition to the new RVDS compiler definition. Richard Barry 2008-10-23 11:04:23 +00:00
  • 36815b949f First ARM7 port that uses the RVDS compiler. Richard Barry 2008-10-23 11:03:25 +00:00
  • cfa31e4205 Fix compiler warning only. Richard Barry 2008-10-21 13:28:53 +00:00
  • 6bf7776dec Continue Coldfire MCF52221 CodeWarrior demo. Richard Barry 2008-10-21 13:27:58 +00:00
  • 58f3f932ee First working MCF52221 demo. Richard Barry 2008-10-21 10:18:47 +00:00
  • 094be62ef0 Continue ColdeFire/CodeWarrior development. Richard Barry 2008-10-20 17:21:22 +00:00
  • de519dd34e Update to allow low power mode to be used with the RTOS. Richard Barry 2008-10-19 18:52:04 +00:00
  • 549dcfa148 Add code to the idle hook to test low power mode operation. Richard Barry 2008-10-19 18:51:16 +00:00
  • 0463a4814b Add code to the idle hook to test low power mode operation. Richard Barry 2008-10-19 18:11:38 +00:00
  • 86edfb7dd4 Update ISR functions to be compliant with low power mode operation. Richard Barry 2008-10-19 18:10:52 +00:00
  • 518d5e538a Update to allow low power mode to be used with the RTOS. Richard Barry 2008-10-19 18:08:53 +00:00
  • 3c4c58dc6d Update to allow low power mode to be used with the RTOS. Richard Barry 2008-10-19 17:45:21 +00:00
  • 5bccc20356 Update to allow low power mode to be used with the RTOS. Richard Barry 2008-10-19 17:44:56 +00:00
  • f9e47722ce Correct portSTACK_GROWTH value. Richard Barry 2008-10-19 11:06:38 +00:00
  • a18e5c0bc5 Add header file back - with corrected case. Richard Barry 2008-10-17 14:18:36 +00:00
  • 317d2004dd Delete a header file so the case can be changed. Richard Barry 2008-10-17 14:17:52 +00:00
  • 5c189beb42 Correct the .bss end setting. Richard Barry 2008-10-17 14:16:38 +00:00
  • 60c87c8364 Removed bin files that were checked in in error. Richard Barry 2008-10-17 14:08:24 +00:00
  • 709b7ee223 Start of a new ColdFire/CodeWarrior demo. Richard Barry 2008-10-17 14:07:17 +00:00
  • 8e219f83f0 Remove some compiler warnings generated by CodeWarrior. Richard Barry 2008-10-17 13:23:28 +00:00
  • 285fa0420a Remove some compiler warnings generated by CodeWarrior. Richard Barry 2008-10-17 13:21:18 +00:00
  • de5a4b3fb5 Added include path for V2 ColdFire/CodeWarrior. Richard Barry 2008-10-17 13:19:50 +00:00
  • 5e89d113be New port files for V2 ColdFire/CodeWarrior added. Richard Barry 2008-10-17 13:18:49 +00:00
  • 40f4287921 New file to separate out the stack checking macros which are a bit ugly to have in the main tasks.c file. Richard Barry 2008-10-09 00:54:10 +00:00
  • 4f631de793 Update the stack checking functions so they work for stacks that grow up from high memory (PIC24). Richard Barry 2008-10-09 00:53:02 +00:00
  • c873e088bf Added JC Wren demos. Richard Barry 2008-09-26 09:03:58 +00:00
  • 0773e6b805 Change to use interrupt priority definitions that use shifted values from 0 to 7, rather than the full numeric value. Richard Barry 2008-09-24 13:09:59 +00:00
  • e12614df23 Change to use interrupt priority definitions that use shifted values from 0 to 7, rather than the full numeric value. Richard Barry 2008-09-24 13:08:28 +00:00
  • b6690dfc9a Switch from post increment to pre increment on values sent to queues. This allows the test to execute on systems where interrupt level critical sections cannot nest. Richard Barry 2008-09-24 13:06:39 +00:00
  • 603ec6a42b Change the force register from low to heigh. Richard Barry 2008-09-22 18:10:28 +00:00
  • 799cccac42 Use the low force register. Richard Barry 2008-09-22 18:08:29 +00:00
  • 130e2f2c0a Prepare for V5.0.4 release. Richard Barry 2008-09-22 15:48:40 +00:00
  • 1d0cf84e80 Change the default vector used for context switching. Richard Barry 2008-09-22 13:48:45 +00:00
  • 36471ef3e8 Change init value for a variable that was generating compiler warnings on one of the more pedantic compilers. Richard Barry 2008-09-22 13:44:31 +00:00
  • c3a33e5e7c Improve example code for xTaskCreate(). Richard Barry 2008-09-22 13:43:07 +00:00
  • 10edc1088a Added extra compiler specific structure packing options. Richard Barry 2008-09-22 13:18:08 +00:00
  • aa2ffbfde5 Added extra compiler specific structure packing options. Richard Barry 2008-09-22 13:16:59 +00:00
  • d6ec78a568 Added extra compiler specific options. Richard Barry 2008-09-22 13:14:05 +00:00
  • ed240e58a1 Add assert required for linking. Richard Barry 2008-09-22 13:13:03 +00:00
  • 9d1ab2c90b Change default vector number to 16. Richard Barry 2008-09-22 13:11:32 +00:00
  • aa7485ab0f BUG FIX: Changed *(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET; to *(portNVIC_INT_CTRL) = portNVIC_PENDSVSET; Richard Barry 2008-09-17 16:04:31 +00:00
  • a91d3d8afe Note to users only. Richard Barry 2008-09-17 16:03:42 +00:00
  • f8abff1e04 BUG FIX: Changed *(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET; to *(portNVIC_INT_CTRL) = portNVIC_PENDSVSET; Richard Barry 2008-09-17 16:01:56 +00:00
  • 3b34009b75 Tidy up. Richard Barry 2008-09-17 15:58:45 +00:00
  • 223bd9c75f BUG FIX: Changed *(portNVIC_INT_CTRL) |= portNVIC_PENDSVSET; to *(portNVIC_INT_CTRL) = portNVIC_PENDSVSET; Richard Barry 2008-09-17 15:52:54 +00:00
  • 8e264c901e Added dummy header files to allow the Cortex uIP demo to compile. Richard Barry 2008-09-01 13:20:52 +00:00
  • 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 +00:00
  • cb12d3a973 Added CodeWarrior definitions. Richard Barry 2008-09-01 08:08:44 +00:00
  • 0a8889d62b Change comments only. Richard Barry 2008-08-27 07:47:55 +00:00
  • a36ef26b0c Add bracket where appropriate. Richard Barry 2008-08-15 15:59:42 +00:00
  • 8f33ce9c30 Use correct counter in reg test 2 task. Richard Barry 2008-08-14 13:59:59 +00:00
  • 4c0c3038cc Add cleaned up eclipse workspace. Richard Barry 2008-08-14 13:28:18 +00:00
  • 049459af87 Add URL to configuration pages on FreeRTOS.org site. Richard Barry 2008-08-14 13:19:20 +00:00
  • 5d83f61228 Documentation only. Richard Barry 2008-08-14 12:57:30 +00:00
  • 54dbbc3cdf Documentation only. Richard Barry 2008-08-14 12:55:54 +00:00
  • be92c862be Minor mods only. Richard Barry 2008-08-14 11:13:34 +00:00
  • 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 +00:00
  • 5116051604 Remove initialisation of xQueueRegistry. Richard Barry 2008-08-14 11:09:26 +00:00
  • e5d85bc87e Correct version number. Richard Barry 2008-08-14 11:08:36 +00:00
  • aeea09e21e Minor changes only. Richard Barry 2008-08-14 11:07:50 +00:00
  • 6eec108bdd Ensure a yield cannot be pended simultaneously with a critical section being entered. Richard Barry 2008-08-14 11:04:54 +00:00
  • d427489391 Tidy up. Richard Barry 2008-08-13 08:06:49 +00:00
  • 513b1a25e0 Use internal RAM only. Richard Barry 2008-08-13 08:03:47 +00:00
  • a2bdba02ad Tidy up. Richard Barry 2008-08-13 08:01:54 +00:00
  • 0dffe8d801 Increase stack sizes as we now have interrupts nesting 3 deep. Richard Barry 2008-08-11 14:51:09 +00:00
  • cebb479b0a Add lwIP V1.3 files. Richard Barry 2008-08-11 14:49:32 +00:00
  • bfdbfce22f Add in interrupt nesting and chache support. Richard Barry 2008-08-10 21:19:57 +00:00
  • 60da4247dd Add interrupt nesting support, cache setup and reg test tasks. Richard Barry 2008-08-10 21:17:20 +00:00
  • a943ccd85a Use internal RAM only for data. Richard Barry 2008-08-10 21:16:35 +00:00
  • adf9eb9fb0 Remove white space only. Richard Barry 2008-08-10 21:15:14 +00:00
  • f68aab980d Interrupt nesting and cache support added. Richard Barry 2008-08-10 21:14:08 +00:00
  • 53a8d172df Com test now working. Richard Barry 2008-08-09 10:09:21 +00:00
  • 3a8161372d Add serial test code (not yet complete). Richard Barry 2008-08-08 15:55:31 +00:00
  • 3ea597543a Add ColdFire definitions. Richard Barry 2008-08-08 15:54:05 +00:00
  • 431d1c009d Update to allow interrupt nesting (not yet complete). Richard Barry 2008-08-08 15:52:41 +00:00
  • 181889d6b1 Basic demo up and running. Richard Barry 2008-08-08 12:50:22 +00:00
  • 5ff84b9869 Basic demo up and running. Richard Barry 2008-08-08 12:47:06 +00:00
  • 4953c7d030 First task starting. Richard Barry 2008-08-08 09:41:33 +00:00
  • 3f2375c020 First task starting - woohoo! Richard Barry 2008-08-08 09:40:41 +00:00
  • 78d3b371fd Stubs ready for ColdFire V2 demo. Richard Barry 2008-08-07 19:13:15 +00:00
  • 35be76b9b7 Added function stubs. Richard Barry 2008-08-07 19:10:25 +00:00
  • 216fcb10c9 Richard Barry 2008-08-07 19:03:24 +00:00
  • 5d60a388e0 Richard Barry 2008-08-07 19:02:43 +00:00