Commit graph

  • 83c2470ead Continue work on emac driver. Richard Barry 2009-07-05 15:00:41 +00:00
  • ec5827a601 Update header files to include CMSIS files. Richard Barry 2009-07-05 13:48:46 +00:00
  • fe9d735641 Add Rowley LPC1768 demo. Richard Barry 2009-07-05 08:54:12 +00:00
  • 428dbc9342 Update some header files for use with the production standard silicon. Richard Barry 2009-07-05 08:48:08 +00:00
  • f154711652 Richard Barry 2009-07-05 08:46:49 +00:00
  • f42b1510fa Ready the PPC440 projects for release. Richard Barry 2009-07-05 08:41:27 +00:00
  • 3634ebb497 Added PPC440 demo that does not use any floating point hardware. Richard Barry 2009-06-30 19:42:21 +00:00
  • b49cf69600 Add Virtex5 demo that uses the single precision floating point. Richard Barry 2009-06-30 19:39:09 +00:00
  • 9815654538 Add Virtex5 demo that uses the double precision floating point. Richard Barry 2009-06-30 19:35:54 +00:00
  • e36ece8d42 Add support for double precision floating point. Richard Barry 2009-06-30 19:24:32 +00:00
  • 09f991277e Add PPC440 port layer code. Richard Barry 2009-06-30 17:38:58 +00:00
  • 0a9fddb5d4 Add proper 8 byte alignment support. Richard Barry 2009-06-30 16:32:36 +00:00
  • 0b86cb1e2c New version of the Posix GCC simulator. Richard Barry 2009-06-22 09:15:58 +00:00
  • 650f26b48d V5.3.1 Richard Barry 2009-06-21 19:39:17 +00:00
  • f1d6aa1a06 Prepare for V5.3.1 release. Richard Barry 2009-06-21 19:20:26 +00:00
  • fe1295fd25 Prepare for V5.3.1 release. Richard Barry 2009-06-21 19:10:37 +00:00
  • 7818ed5a97 Prepare for V5.3.1 release. Richard Barry 2009-06-21 19:07:47 +00:00
  • c2e02c0488 Update to work with latest RIDE version. Richard Barry 2009-06-21 13:10:28 +00:00
  • 4fda9b25f3 Add local copy of the library files as the common copy has changed and breaks this build. Richard Barry 2009-06-21 09:39:07 +00:00
  • 303da1a725 Add new STM32 driver files. Richard Barry 2009-06-21 08:22:46 +00:00
  • fb32554dc1 Add new STM32 driver files. Richard Barry 2009-06-21 08:22:07 +00:00
  • f525e50307 Add STM32 Ethernet driver files. Richard Barry 2009-06-21 08:21:11 +00:00
  • a5060cd1e2 New port layer files. Richard Barry 2009-06-20 19:53:16 +00:00
  • e52a6e390e New STM32 demo added. Richard Barry 2009-06-20 18:42:08 +00:00
  • 90874f8c2e Formatting only. Richard Barry 2009-06-20 16:49:16 +00:00
  • 1513fb6807 Update SPI driver header to latest version. Richard Barry 2009-06-20 16:46:05 +00:00
  • 16434894ee New driver files for Connectivity Line. Richard Barry 2009-06-20 16:45:08 +00:00
  • 1f501bb518 Update SPI driver header to latest version. Richard Barry 2009-06-20 16:43:26 +00:00
  • 01ffe66a83 Small mod for Connectivity Line demo. Richard Barry 2009-06-20 16:42:28 +00:00
  • 8f26ec2474 Replaced asm statements with __asm for building with CrossWorks V2. Richard Barry 2009-06-20 16:39:47 +00:00
  • c134405914 Added missing header file. Richard Barry 2009-06-20 16:25:14 +00:00
  • ae23ad7395 Richard Barry 2009-06-03 18:22:58 +00:00
  • 55f364dfe9 V5.3.0 Richard Barry 2009-06-01 18:31:33 +00:00
  • c0223a28fe Deleted the build files. Richard Barry 2009-06-01 11:48:10 +00:00
  • 151c72ab7c Add new demo files. Richard Barry 2009-06-01 11:45:26 +00:00
  • b5ab3cd823 Final mods prior to release. Richard Barry 2009-06-01 11:41:16 +00:00
  • c36f76a062 Add Red Suite project back in minus the workspace. Richard Barry 2009-05-30 19:24:07 +00:00
  • 756a1bb4ec Remove workspace from repository. Richard Barry 2009-05-30 19:22:23 +00:00
  • e739c978b8 Remove the oops. Richard Barry 2009-05-30 16:16:12 +00:00
  • 5bb9537bef Prepare for V5.3.0 release. Richard Barry 2009-05-30 16:15:29 +00:00
  • d79f029d9f Prepare for V5.3.0 release. Richard Barry 2009-05-30 16:14:31 +00:00
  • 5dcbec38e3 Prepare for V5.3.0 release. Richard Barry 2009-05-30 16:10:29 +00:00
  • aad5dce4a1 Prepare for V5.3.0 release. Richard Barry 2009-05-30 15:59:59 +00:00
  • c012651a66 Prepare for V5.3.0 release. Richard Barry 2009-05-30 15:56:05 +00:00
  • 4bf5521db6 Prepare for V5.3.0 release. Richard Barry 2009-05-30 15:51:41 +00:00
  • f24533b765 Added xTaskGetApplicationTaskTag() function. Richard Barry 2009-05-30 13:30:40 +00:00
  • 1ead7d162a Add xTaskGetApplicationTaskTag() prototype. Richard Barry 2009-05-30 13:27:54 +00:00
  • cae143cbbf Add portENTER_CRITICAL() macro. Previously it was an inline asm function but it needs to be a macro for portable.h to compile. Richard Barry 2009-05-30 13:26:38 +00:00
  • b57e4f4c36 Change structs to unions to save a few bytes. Normally unions are against the coding standard but in this case they are permitted as their use is purely to ensure byte alignment. Richard Barry 2009-05-30 13:25:16 +00:00
  • 3af07deca2 Add call to xTaskGetApplicationTaskTag(), just as a test as its new and not called anywhere else. Richard Barry 2009-05-30 13:23:16 +00:00
  • 695eed8eb4 Added several new contributed demos. Richard Barry 2009-05-29 19:33:41 +00:00
  • 2ebb35d75d Add LED.c to the working set. Richard Barry 2009-05-29 14:39:24 +00:00
  • 9a1a7cb4d2 Add LED.c to the working set. Richard Barry 2009-05-29 14:35:28 +00:00
  • 5ae2d11145 Remove compiler warning. Richard Barry 2009-05-29 14:32:38 +00:00
  • 6003973d5e Work in progress on the LPC1766 port. Richard Barry 2009-05-29 14:30:24 +00:00
  • a9a108a751 Correct typeo. Richard Barry 2009-05-29 08:12:46 +00:00
  • 53efcbb6c9 Updated description of the files in this directory. Richard Barry 2009-05-29 08:11:12 +00:00
  • b42009def0 Work in progress. Richard Barry 2009-05-28 20:40:12 +00:00
  • 25194d5918 Correct page heading. Richard Barry 2009-05-28 20:37:49 +00:00
  • 3db39eb99d Just remove compiler warnings. Richard Barry 2009-05-28 20:36:59 +00:00
  • cd7fb3fda1 Just remove compiler warnings. Richard Barry 2009-05-28 20:35:28 +00:00
  • 28aa468bd0 Formatting only. Richard Barry 2009-05-28 20:34:32 +00:00
  • 4965cdb367 Update as Eclipse decided to delete and add files. Richard Barry 2009-05-28 12:20:58 +00:00
  • f626f8ce19 Update .project to latest Code Red version. Richard Barry 2009-05-28 12:16:46 +00:00
  • 9b2035aa90 Update .project to latest Code Red version. Richard Barry 2009-05-28 12:13:21 +00:00
  • ef3795d7c0 Remove the .lock file from the repository. Richard Barry 2009-05-28 11:53:17 +00:00
  • 51404a713e First LPC17xx demo added. Richard Barry 2009-05-28 11:48:32 +00:00
  • 245bb81bc0 Moved the position of the traceTASK_DELETED() macro. Richard Barry 2009-05-22 15:35:40 +00:00
  • 25644cbf5d Update workspace for use with Ganymede. Richard Barry 2009-05-21 12:42:59 +00:00
  • 27934607e5 Updated the served WEB pages to include a page that shows the gathered task run time stats. Richard Barry 2009-05-21 12:29:06 +00:00
  • 1c1f614404 Added the macros necessary to gather the task run time stats information. Richard Barry 2009-05-21 12:27:21 +00:00
  • 2293b8ca53 Add variable to keep a count of the high frequency time tick occurrences. This is then used by the run time stats gathering macros. Richard Barry 2009-05-21 12:26:27 +00:00
  • c66301ac9e Update the run time stats display function. Richard Barry 2009-05-21 12:23:24 +00:00
  • 8243645ac8 Corrected version number. Richard Barry 2009-05-21 12:20:31 +00:00
  • 8b4ef53b69 Added run time stats functions. Richard Barry 2009-05-19 10:38:26 +00:00
  • 886be58c58 Formatting only. Richard Barry 2009-05-19 10:34:57 +00:00
  • 4c232cdc4e Formatting only. Richard Barry 2009-05-19 10:34:04 +00:00
  • b76158a10d Added vTaskGetRunTimeStats() prototype. Richard Barry 2009-05-19 10:33:12 +00:00
  • 6ed4d1d3da Add defaults for the new run time counter stats configuration constants. Richard Barry 2009-05-19 10:31:53 +00:00
  • a7f134911a Just a formatting change. Richard Barry 2009-05-03 08:28:14 +00:00
  • f1e278e193 Added comment to assist debugging. Richard Barry 2009-05-03 08:27:22 +00:00
  • 794edd476e Put in "catch all" portmacro.h include to allow the path to the correct portmacro.h file to be included as a compiler option. Richard Barry 2009-05-03 07:51:00 +00:00
  • 6f8158082a Remove .plg file as this is now put into the bin directory. Richard Barry 2009-04-27 09:17:48 +00:00
  • 515cd42702 Change project so output files go into a bin directory rather than being dumped in the project directory. Richard Barry 2009-04-27 09:15:19 +00:00
  • b4eddb4992 Update to latest IAR version format. Richard Barry 2009-04-27 09:10:43 +00:00
  • 8395c9a633 Add queue registry so the IAR plug-in can be tested. Richard Barry 2009-04-27 09:06:00 +00:00
  • da0c104de4 Update the WEB server demo. Richard Barry 2009-03-24 12:08:20 +00:00
  • 5af3321022 Add missing files. Richard Barry 2009-03-18 16:16:57 +00:00
  • ddcba7d5c6 V5.2.0 Richard Barry 2009-03-14 21:00:27 +00:00
  • 2f40ad7393 Ready for V5.2.0 release. Richard Barry 2009-03-14 19:20:12 +00:00
  • 975f102de9 Updated clean command to remove all object files. Richard Barry 2009-03-14 15:08:41 +00:00
  • 5f8b420aa5 Changed the use of critical sections to instead use scheduler locking as the BIOS functions exit with interrupts enabled no matter what the state when the BIOS function was called. Richard Barry 2009-03-14 15:07:06 +00:00
  • 42b60ed69c Increment the uxTaskNumber variable when a task is deleted in addition to when a task is created. This is to assist kernel aware debuggers detecting when the task list needs refreshing. Richard Barry 2009-03-14 15:04:44 +00:00
  • fa9a58c9c0 Added OMAP port and demo. Richard Barry 2009-03-12 20:45:59 +00:00
  • 143c58e032 Minor changes to new queue functions plus add comments. Richard Barry 2009-03-12 11:48:24 +00:00
  • 55c96044b0 Some optimisations added. Richard Barry 2009-03-11 10:55:41 +00:00
  • aaeb4790de Optimisations - being checked in for backup - not yet complete. Richard Barry 2009-03-11 10:53:45 +00:00
  • dae13395ed Closed un-terminated comment. Richard Barry 2009-03-10 12:22:30 +00:00
  • 4f2654fb0b Closed un-terminated comment. Richard Barry 2009-03-10 12:21:30 +00:00
  • a25d111613 Closed un-terminated comment. Richard Barry 2009-03-10 12:20:47 +00:00