Commit graph

  • 5c64e1fad9 Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. Richard Barry 2009-10-05 08:33:08 +00:00
  • 26f0258688 Remove unnecessary use of portLONG, portCHAR and portSHORT. Richard Barry 2009-10-04 18:34:36 +00:00
  • 804d114420 Add PRIVILEGED_FUNCTION qualifiers to port files. Richard Barry 2009-10-04 18:18:32 +00:00
  • 334bd8b66c Remove files accidentally added to repository. Richard Barry 2009-10-04 18:01:57 +00:00
  • ee5608ddc2 Tidy up, starting to get ready for next release. Richard Barry 2009-10-04 17:59:49 +00:00
  • a7462db433 Update to fit using later Keil version. Richard Barry 2009-10-04 14:56:54 +00:00
  • 1b3ceba83f Just remove compiler warning. Richard Barry 2009-10-04 10:59:01 +00:00
  • 2b2324a7e7 Add R32C contributed port. Richard Barry 2009-10-04 10:08:25 +00:00
  • 8c5f57a134 Correct spelling mistake only. Richard Barry 2009-10-03 19:57:25 +00:00
  • d138104369 Reinstate privileged only RAM region when a task is running that does not otherwise make use of the MPU. Richard Barry 2009-10-03 19:56:09 +00:00
  • 5eeea3373f First Red Suite project for FreeRTOS MPU. Richard Barry 2009-10-03 18:53:16 +00:00
  • c9b5c1332a Formatting only. Richard Barry 2009-09-30 20:18:36 +00:00
  • b5f93ce546 Update to latest Rowley version. Richard Barry 2009-09-30 20:17:17 +00:00
  • cf717acaae First version that includes the FreeRTOS-MPU implementation. Richard Barry 2009-09-30 20:16:26 +00:00
  • 291ea26bfe First version that includes the FreeRTOS-MPU implementation. Richard Barry 2009-09-30 20:12:31 +00:00
  • 6b7397ee92 Prepare for V6. Richard Barry 2009-09-29 20:11:12 +00:00
  • b7da8d7a1b Remove the portBYTE_ALIGNMENT_MASK definitions as they are now in the common portable.h file. Richard Barry 2009-09-29 20:07:44 +00:00
  • ad441634f0 Allow auto switching between creating tasks in ARM mode and THUMB mode. Richard Barry 2009-09-29 20:03:55 +00:00
  • afaa3321ba Allow auto switching between creating tasks in ARM mode and THUMB mode. Richard Barry 2009-09-29 20:03:09 +00:00
  • b500ab8be2 Allow auto switching between creating tasks in ARM mode and THUMB mode. Richard Barry 2009-09-29 20:02:16 +00:00
  • 2cb1578b30 Set ARM byte alignment to 8. Richard Barry 2009-09-29 20:01:17 +00:00
  • 2d958d3d2c Set ARM byte alignment to 8. Richard Barry 2009-09-29 19:58:05 +00:00
  • 98ed4f2a20 Update for V6. Richard Barry 2009-09-29 19:49:54 +00:00
  • 7dacae2ae9 New file added for V6. Richard Barry 2009-09-29 19:40:13 +00:00
  • c3473a1e49 Update to latest Rowley version. Richard Barry 2009-09-29 19:37:19 +00:00
  • 3c09399524 Ensure the user is forced to select an option through the use of a #error directive. Richard Barry 2009-09-29 19:34:04 +00:00
  • 1f12f80eb7 Ensure compiles using latest Yagarto. Richard Barry 2009-09-29 19:32:27 +00:00
  • a961f6daa3 Just checking in a file that was automatically updated by the IDE. Richard Barry 2009-09-29 19:30:14 +00:00
  • 13f92818a7 Update to latest IAR version. Richard Barry 2009-09-29 18:19:22 +00:00
  • bb17e05f63 Update to latest IAR version. Richard Barry 2009-09-29 18:18:47 +00:00
  • a9f422ed7c Update to latest IAR version. Richard Barry 2009-09-29 18:14:14 +00:00
  • b0f9c55325 Update to latest IAR version. Richard Barry 2009-09-29 18:13:38 +00:00
  • 87c8d2f87a Update to latest IAR version. Richard Barry 2009-09-29 17:46:10 +00:00
  • b7e0d0753a Update to latest IAR version. Richard Barry 2009-09-29 17:29:33 +00:00
  • 46b1b9f99d Update to latest IAR version. Richard Barry 2009-09-29 04:55:49 +00:00
  • c5c32913c9 Inline the asm function in the ISR wrapper. Richard Barry 2009-09-28 18:50:32 +00:00
  • e30b39e09f Auto updated file by the IDE. Richard Barry 2009-09-28 18:25:48 +00:00
  • 00462893c9 Use noinline attribute on C portion of asm functions, increase warning level and fix warnings output by new level. Richard Barry 2009-09-28 18:23:17 +00:00
  • 75c6804bb1 Test with latest IAR and Keil versions. Richard Barry 2009-09-28 18:15:32 +00:00
  • 07990a8c0c Added a couple of extra compiler options better for use with the latest Yagarto release. Richard Barry 2009-09-28 18:05:54 +00:00
  • d7ca9be54d Added a couple of extra compiler options better for use with the latest Yagarto release. Richard Barry 2009-09-28 18:01:57 +00:00
  • 8a6518c3b3 Test with latest IAR version. Richard Barry 2009-09-28 17:52:42 +00:00
  • b04f886ebd Updated for use with latest Yagarto release. Richard Barry 2009-09-28 17:15:51 +00:00
  • 5f896f1640 Added CM3 MPU demo. Richard Barry 2009-09-28 14:26:40 +00:00
  • 4640196beb Add CM3 MPU port. Richard Barry 2009-09-28 14:23:45 +00:00
  • 531faedf63 Update to use the latest Yagarto and change the C handler part of the interrupt routines to use the noinline attribute. Richard Barry 2009-09-18 20:27:00 +00:00
  • 7ff79ca26b Update to use the latest Yagarto and change the C handler part of the interrupt routines to use the noinline attribute. Richard Barry 2009-09-18 14:08:36 +00:00
  • 6bdf14c33f Update to use the latest Yagarto and change the C handler part of the interrupt routines to use the noinline attribute. Richard Barry 2009-09-18 14:04:40 +00:00
  • 9a76bc39cb Update to use Yagarto compiler and use the noinline attribute on the serial port handler function. Richard Barry 2009-09-18 13:55:43 +00:00
  • 4b7c5b07c1 Correct unintended duplication and slight wording change. Richard Barry 2009-08-20 13:49:12 +00:00
  • b401621a85 Correct the name of the new Cortex M3 demo directory. Richard Barry 2009-08-12 16:17:33 +00:00
  • 2d4ed1801b Update libdriver for Rowley demos. Richard Barry 2009-08-12 16:12:31 +00:00
  • 19216099d0 Add LM3Sxxx Rowley demo. Richard Barry 2009-08-12 16:10:55 +00:00
  • 7625ea3312 V5.4.2 Richard Barry 2009-08-09 19:23:33 +00:00
  • ed06a0400a Update to V5.4.2. See http://www.freertos.org/History.txt . Richard Barry 2009-08-09 19:10:57 +00:00
  • 1831418ec8 Prepare for release. Richard Barry 2009-08-09 14:03:25 +00:00
  • 5a5be9567c Start to prepare for release. Richard Barry 2009-08-09 14:02:07 +00:00
  • a4708c9fc8 Increase frequency to 99MHz. Richard Barry 2009-08-09 13:03:17 +00:00
  • fb01731f41 Initial IAR LPC1768 demo. Work in progress at this point. Richard Barry 2009-08-09 12:19:17 +00:00
  • 87bb2c58b2 Formatting only. Richard Barry 2009-08-09 12:11:16 +00:00
  • 790bacc8f2 Remove compiler warnings. Richard Barry 2009-08-09 12:10:34 +00:00
  • e9830a7ee3 Remove unused structure definition. Richard Barry 2009-08-09 12:09:18 +00:00
  • 27135c4a1c Just remove compiler warning. Richard Barry 2009-08-09 12:07:49 +00:00
  • 44b4467b26 Add simple USB CDC task. Richard Barry 2009-08-07 15:30:57 +00:00
  • df338c84c3 Add simple USB CDC task. Richard Barry 2009-08-07 15:30:18 +00:00
  • a83d9d93e8 Add a basic USB CDC example using LPCUSB. Richard Barry 2009-08-07 14:35:24 +00:00
  • d2a29ece23 Update new project file. Richard Barry 2009-08-06 20:31:17 +00:00
  • 3f3a091728 Correct the IF EXIST part of the batch file. Richard Barry 2009-08-06 20:20:22 +00:00
  • d2a9f9624b Rename Nios2 to NiosII. Richard Barry 2009-08-06 20:15:39 +00:00
  • ddb7c49f3c Add batch file to create the NiosII project directory structure. Richard Barry 2009-08-06 20:08:34 +00:00
  • 523ffada03 Add new NiosII demo project. Richard Barry 2009-08-06 19:36:48 +00:00
  • 5d6acacd7a Correct spelling error in comment only. Richard Barry 2009-08-06 19:33:06 +00:00
  • 6358344ea1 Added new Nios2 port layer. Richard Barry 2009-08-06 18:23:40 +00:00
  • 455f4c8b5d V5.4.1 Richard Barry 2009-07-25 20:58:47 +00:00
  • 3a883a776c Update to V5.4.1 Richard Barry 2009-07-25 20:14:06 +00:00
  • 87eb48c97c Explicit casting added to the 'check for time out' function to ensure integer promotion does not occur. Richard Barry 2009-07-25 18:10:16 +00:00
  • af6c245366 Decrease the configMINIMAL_STACK_SIZE setting to 190 to allow the demo to execute without running out of heap space. Richard Barry 2009-07-25 17:52:06 +00:00
  • 0528691833 Correct interrupt priority assignment. Richard Barry 2009-07-21 19:35:59 +00:00
  • 276356d9b5 Supply default setting for configUSE_MALLOC_FAILED_HOOK. Richard Barry 2009-07-21 17:33:02 +00:00
  • 4a1fbbca99 Added a call to vApplicationMallocFailedHook() when pvPortMalloc() returns NULL. Richard Barry 2009-07-21 17:25:55 +00:00
  • 7a3ac3c503 Suppress warning w6 Richard Barry 2009-07-15 09:01:05 +00:00
  • f312118bf9 Ensure LPC1768 demos are correct prior to V5.4.0 release. Richard Barry 2009-07-12 19:00:28 +00:00
  • 42f3130b20 Add #error directive to instruct people to run the batch file so that the project directory structure is configured. Richard Barry 2009-07-12 16:50:08 +00:00
  • d4b8c84409 Richard Barry 2009-07-12 16:49:14 +00:00
  • af4a71e6b5 Move .bat file up one directory. Richard Barry 2009-07-12 16:19:30 +00:00
  • f59ba6d86a Add extra files to the new LPC1768 Red Suite demo. Richard Barry 2009-07-12 14:46:25 +00:00
  • e6f3fa02dc Old LPC1766 Red Suite demo is being removed as it used pre-production silicon that was a little different to the production silicon. There is now a new LPC1768 Red Suite demo in its place. Richard Barry 2009-07-12 14:26:33 +00:00
  • b686daaa40 Add new LPC1768 RedSuite demo. Richard Barry 2009-07-12 14:23:25 +00:00
  • 09f28cb98c Add new LPC1768 RedSuite demo. Richard Barry 2009-07-12 14:19:52 +00:00
  • 28482990e0 Commit file deletions. Richard Barry 2009-07-12 14:04:30 +00:00
  • 9dace4de75 Prepare for release. Richard Barry 2009-07-12 14:02:12 +00:00
  • 079f9f4ee2 Add header file so it compiles with CrossWorks V2. Richard Barry 2009-07-09 17:55:27 +00:00
  • b4eea4fa68 Reluctantly convert to use the CMSIS header files. Richard Barry 2009-07-09 14:47:02 +00:00
  • 312b19b236 Continue work on Rowley LPC1768 demo. Richard Barry 2009-07-09 14:46:03 +00:00
  • ee0ff3a207 Update version number. Richard Barry 2009-07-07 09:58:26 +00:00
  • fdcc3676cd Update version number. Richard Barry 2009-07-07 09:41:29 +00:00
  • 836860067f Update version number. Richard Barry 2009-07-07 09:29:47 +00:00
  • 32105816be Set to use 32bit tick variables. Richard Barry 2009-07-06 08:16:40 +00:00
  • 0cc071f88a Tidy up Ethernet driver. Richard Barry 2009-07-05 20:47:10 +00:00
  • b92dd21bc5 Update EMAC driver. Richard Barry 2009-07-05 19:50:52 +00:00