]>
begriffs open source - freertos/log
Richard Barry [Sun, 19 Dec 2010 20:31:41 +0000 (20:31 +0000)]
Developing STM32L152 demo - still a work in progress.
Richard Barry [Sun, 19 Dec 2010 19:20:56 +0000 (19:20 +0000)]
Starting point for the STM32L152 demo application added. Very much a work in progress.
Richard Barry [Fri, 10 Dec 2010 16:33:14 +0000 (16:33 +0000)]
Updated comments only on Demo/Common/Minimal/recmutex.c
Richard Barry [Wed, 8 Dec 2010 20:25:24 +0000 (20:25 +0000)]
Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c.
Richard Barry [Wed, 8 Dec 2010 18:59:30 +0000 (18:59 +0000)]
Edited the #error message to remove the " marks from the middle of the string.
Used a conditional compilation around the task tag related functions to loosen the strict header file inclusion ordering.
Richard Barry [Wed, 8 Dec 2010 18:58:01 +0000 (18:58 +0000)]
Removed the nonsensical parameter from the traceTASK_CREATE_FAILED() macro in tasks.c.
Richard Barry [Wed, 8 Dec 2010 17:10:25 +0000 (17:10 +0000)]
Change the terminology from 'pseudo' to 'simulated' in the Win32 port layer.
Richard Barry [Thu, 25 Nov 2010 13:21:39 +0000 (13:21 +0000)]
Update the Red Suite LPC1768 project and source to use the latest version of the tools.
Richard Barry [Wed, 24 Nov 2010 20:53:55 +0000 (20:53 +0000)]
Delete the now obsolete syscalls.c file from the Red Suite LPC17xx demo.
Richard Barry [Wed, 24 Nov 2010 20:53:02 +0000 (20:53 +0000)]
Update the CMSIS files included in the Red Suite LPC17xx demo.
Richard Barry [Mon, 22 Nov 2010 16:11:16 +0000 (16:11 +0000)]
Remove the 'death' tasks from the demo as on Win2K and WinXP the behaviour of the TerminateThread() function is such that resources leak and eventually the 'death' tests will fail.
Richard Barry [Mon, 22 Nov 2010 16:10:42 +0000 (16:10 +0000)]
Remove the 'death' tasks from the demo as on Win2K and WinXP the behaviour of the TerminateThread() function is such that resources leak and eventually the 'death' tests will fail.
Richard Barry [Mon, 22 Nov 2010 10:46:54 +0000 (10:46 +0000)]
Added in the 'death' tasks to the MingW Win32 demo.
Richard Barry [Mon, 22 Nov 2010 10:40:43 +0000 (10:40 +0000)]
Added in the 'death' tasks to the Win32 MSVN demo.
Richard Barry [Mon, 22 Nov 2010 10:38:43 +0000 (10:38 +0000)]
Win32 port:
Separate out the interrupt handlers into separate functions so they can be installed into the array of interrupt handlers.
Reverse the priorities of the pseudo interrupt handler and tick generate threads so the extra hand shaking event can be removed.
Richard Barry [Mon, 22 Nov 2010 09:52:36 +0000 (09:52 +0000)]
Lowered the thread priorities used by the Win32 port, and added in a method to delete tasks in the Win32 port.
Richard Barry [Sun, 21 Nov 2010 21:00:46 +0000 (21:00 +0000)]
Update to MSVC Win32 demo project file.
Richard Barry [Sun, 21 Nov 2010 20:59:57 +0000 (20:59 +0000)]
Added the MingW/Eclipse project for the new Win32 port.
Richard Barry [Sun, 21 Nov 2010 20:55:04 +0000 (20:55 +0000)]
Greatly simplified the Win32 port by only allowing threads to run on a single CPU core.
Richard Barry [Sun, 21 Nov 2010 20:53:13 +0000 (20:53 +0000)]
Greatly simplified the Win32 port by only allowing threads to run on a single CPU core.
Richard Barry [Sun, 21 Nov 2010 14:50:43 +0000 (14:50 +0000)]
Remove unused definitions from the Win32 demo main.c file.
Richard Barry [Sun, 21 Nov 2010 14:36:36 +0000 (14:36 +0000)]
Just changed the comments only for the Win32 port.c file.
Richard Barry [Sun, 21 Nov 2010 14:35:36 +0000 (14:35 +0000)]
Updated the Win32 MSVC demo files.
Richard Barry [Sun, 21 Nov 2010 14:06:23 +0000 (14:06 +0000)]
Changed vPortCheckCorrectThreadIsRunning() in the Win32 port layer to use the Win32 thread ID rather than its handle.
Richard Barry [Sun, 21 Nov 2010 11:35:48 +0000 (11:35 +0000)]
Added the traceTAKE_MUTEX_RECURSIVE_FAILED() macro.
Richard Barry [Sun, 21 Nov 2010 11:34:12 +0000 (11:34 +0000)]
Added vPortCheckCorrectThreadIsRunning() function to the Win32 port layer to trap when Windows is not running the correct thread and try and catch it.
Richard Barry [Sat, 20 Nov 2010 14:37:25 +0000 (14:37 +0000)]
Add in a missing initialisation to zero for a variable in recmutex.c. Should not really make any difference as the variable should be cleared to zero by the C start up code anyway.
Richard Barry [Sat, 20 Nov 2010 14:20:09 +0000 (14:20 +0000)]
Remove the trace lines from the Win32 port.c.
Richard Barry [Fri, 19 Nov 2010 22:37:02 +0000 (22:37 +0000)]
Work on Win32 port layer - removing the need to store the critical section nesting count as part of the Win32 thread context.
Richard Barry [Thu, 18 Nov 2010 16:41:44 +0000 (16:41 +0000)]
Win32 port.c - working ok in co-operative mode, but pre-emptive thread scheduling still problematic.
Richard Barry [Tue, 16 Nov 2010 10:33:50 +0000 (10:33 +0000)]
Spell check Win32 port.c only.
Richard Barry [Mon, 15 Nov 2010 22:30:47 +0000 (22:30 +0000)]
Added in more demo apps to the Win32 demo.
Richard Barry [Mon, 15 Nov 2010 22:29:28 +0000 (22:29 +0000)]
Replace waitable timer with sleep function in Win32 port layer.
Richard Barry [Mon, 15 Nov 2010 20:23:08 +0000 (20:23 +0000)]
Updated Win32 port layer so that end of interrupt events are only sent to threads that are actually waiting for them.
Richard Barry [Sun, 14 Nov 2010 21:01:50 +0000 (21:01 +0000)]
Start of new Win32 emulator project. Currently working but not well tested, and does not include a method for shutting down the generated processes.
Richard Barry [Sun, 14 Nov 2010 21:00:36 +0000 (21:00 +0000)]
Start of new Win32 emulator project. Currently working but not well tested, and does not include a method for shutting down the generated processes.
Richard Barry [Mon, 8 Nov 2010 21:59:23 +0000 (21:59 +0000)]
Update the IP address copy macro so it never relies on any byte alignment.
Richard Barry [Thu, 23 Sep 2010 18:07:41 +0000 (18:07 +0000)]
Update to FreeRTOS V6.1.0 release candidate.
Richard Barry [Thu, 23 Sep 2010 16:36:25 +0000 (16:36 +0000)]
Update to FreeRTOS V6.1.0 release candidate.
Richard Barry [Thu, 23 Sep 2010 13:54:37 +0000 (13:54 +0000)]
Allow tasks to be suspended immediately after creation - provided the scheduler is not running.
Add API function that allows the tick count to be queried from an interrupt.
Richard Barry [Thu, 23 Sep 2010 13:41:47 +0000 (13:41 +0000)]
Remove the .dep file from the IAR RX project. The file should not have been included in the first place.
Richard Barry [Thu, 23 Sep 2010 13:39:45 +0000 (13:39 +0000)]
Replace the hard coded interrupt priorities with the configKERNEL_INTERRUPT_PRIORITY and configMAX_SYSCALL_INTERRUPT_PRIORITY definitions in the IAR RX port layer.
Richard Barry [Thu, 23 Sep 2010 13:14:34 +0000 (13:14 +0000)]
Prepare the RX GNU demo application for release.
Richard Barry [Thu, 23 Sep 2010 13:13:26 +0000 (13:13 +0000)]
Replace the hard coded interrupt priorities with the configKERNEL_INTERRUPT_PRIORITY and configMAX_SYSCALL_INTERRUPT_PRIORITY definitions in the IAR RX port layer.
Richard Barry [Wed, 22 Sep 2010 22:03:40 +0000 (22:03 +0000)]
Replace asm wrappers to interrupt handlers with functions that use the interrupt attribute.
Richard Barry [Wed, 22 Sep 2010 22:02:54 +0000 (22:02 +0000)]
Replace asm wrappers to interrupt handlers with functions that use the interrupt attribute.
Richard Barry [Wed, 22 Sep 2010 21:31:33 +0000 (21:31 +0000)]
Back only.
Richard Barry [Wed, 22 Sep 2010 21:29:57 +0000 (21:29 +0000)]
Back only.
Richard Barry [Wed, 22 Sep 2010 13:00:51 +0000 (13:00 +0000)]
Start process of changing project name to include RDK in its title to place of RSK.
Richard Barry [Wed, 22 Sep 2010 12:59:42 +0000 (12:59 +0000)]
Start process of changing project name to include RDK in its title to place of RSK.
Richard Barry [Wed, 22 Sep 2010 12:57:57 +0000 (12:57 +0000)]
Start to iron out the mods required in switching from the RX RSK hardware to the RDK hardware.
Richard Barry [Wed, 22 Sep 2010 12:48:21 +0000 (12:48 +0000)]
Starting point for the RX RDK version of the demo app.
Richard Barry [Wed, 22 Sep 2010 09:25:13 +0000 (09:25 +0000)]
Prepare the RSK RX demo for conversion to run on the RDK.
Richard Barry [Wed, 22 Sep 2010 09:16:08 +0000 (09:16 +0000)]
Start to change the GNURX project name to use RSK in place of MDK.
Richard Barry [Wed, 22 Sep 2010 09:14:55 +0000 (09:14 +0000)]
Start to change the GNURX project name to use RSK in place of MDK.
Richard Barry [Wed, 22 Sep 2010 08:32:22 +0000 (08:32 +0000)]
Change the RX/GCC memory map to move the stacks further away from the .data section.
Richard Barry [Tue, 21 Sep 2010 21:11:42 +0000 (21:11 +0000)]
Formatting only.
Richard Barry [Tue, 21 Sep 2010 21:10:41 +0000 (21:10 +0000)]
When creating a task - move where the task handle is assigned to the function parameter from after the critical section. This allows the handle to be assigned to a global variable, and the global variable to be access by the task being created should the task being created execute immediately that the critical section is exited.
Richard Barry [Tue, 21 Sep 2010 21:06:16 +0000 (21:06 +0000)]
Remove possibility of having multiple definitions of DEBUG in uip_arp.c.
Richard Barry [Tue, 21 Sep 2010 21:04:39 +0000 (21:04 +0000)]
Update the RX GCC port - optimised build is working, unoptimised not.
Richard Barry [Mon, 20 Sep 2010 20:02:48 +0000 (20:02 +0000)]
RX GCC port - Introduce macros that perform the interrupt entry and exit manually, then move the asm code back as naked functions within the port.c file.
Richard Barry [Mon, 20 Sep 2010 20:01:00 +0000 (20:01 +0000)]
RX GCC port - Introduce macros that perform the interrupt entry and exit manually, then move the asm code back as naked functions within the port.c file.
Richard Barry [Mon, 20 Sep 2010 11:20:51 +0000 (11:20 +0000)]
Rename MDK to RSK for the RX ports.
Richard Barry [Mon, 20 Sep 2010 11:16:19 +0000 (11:16 +0000)]
Temporarily revert the AVR32 port back to the V6.0.5 files. Work will continue on the reverted files following the next release.
Richard Barry [Mon, 20 Sep 2010 11:11:34 +0000 (11:11 +0000)]
Temporarily revert the AVR32 port back to the V6.0.5 files. Work will continue on the reverted files following the next release.
Richard Barry [Mon, 20 Sep 2010 11:08:39 +0000 (11:08 +0000)]
Temporarily revert the AVR32 port back to the V6.0.5 files. Work will continue on the reverted files following the next release.
Richard Barry [Mon, 20 Sep 2010 10:44:40 +0000 (10:44 +0000)]
Richard Barry [Mon, 20 Sep 2010 10:43:23 +0000 (10:43 +0000)]
Richard Barry [Sat, 18 Sep 2010 14:05:49 +0000 (14:05 +0000)]
Update SAM3U project to use new flash loader settings.
Richard Barry [Sat, 18 Sep 2010 13:41:28 +0000 (13:41 +0000)]
Update to build with C99.
Richard Barry [Sat, 18 Sep 2010 13:33:52 +0000 (13:33 +0000)]
Update the definition of __inline to build with C99.
Richard Barry [Sat, 18 Sep 2010 13:24:26 +0000 (13:24 +0000)]
Update the definition of __inline to build with C99.
Richard Barry [Sat, 18 Sep 2010 13:20:52 +0000 (13:20 +0000)]
Update the definition of __inline to build with C99.
Richard Barry [Tue, 14 Sep 2010 15:35:38 +0000 (15:35 +0000)]
Commit the RX IAR projects ready for release.
Richard Barry [Tue, 14 Sep 2010 15:35:00 +0000 (15:35 +0000)]
Commit the RX Renesas/HEW projects ready for release.
Richard Barry [Tue, 14 Sep 2010 13:57:49 +0000 (13:57 +0000)]
Commit the RX IAR projects ready for release.
Richard Barry [Tue, 14 Sep 2010 13:48:11 +0000 (13:48 +0000)]
Commit the RX IAR projects ready for release.
Richard Barry [Mon, 13 Sep 2010 10:39:40 +0000 (10:39 +0000)]
First version of IAR project for RX RDK added.
Richard Barry [Sun, 12 Sep 2010 21:06:00 +0000 (21:06 +0000)]
FreeTCPIP - remove compiler warnings.
Richard Barry [Sun, 12 Sep 2010 21:02:55 +0000 (21:02 +0000)]
Tidy up the RDK/Renesas/RX port to get rid of compiler warnings, and correct some of the variable naming.
Richard Barry [Sun, 12 Sep 2010 21:01:29 +0000 (21:01 +0000)]
Tidy up the MDK/Renesas/RX port to get rid of compiler warnings, and correct some of the variable naming.
Richard Barry [Sun, 12 Sep 2010 20:56:04 +0000 (20:56 +0000)]
Add in web server to RX/IAR demo application.
Richard Barry [Fri, 10 Sep 2010 18:45:22 +0000 (18:45 +0000)]
Some re-formatting of uip.c.
Richard Barry [Fri, 10 Sep 2010 18:40:31 +0000 (18:40 +0000)]
Some re-formatting of uip.c.
Richard Barry [Thu, 9 Sep 2010 19:47:24 +0000 (19:47 +0000)]
Include pack struct macros for RX architecture.
Richard Barry [Thu, 9 Sep 2010 19:43:56 +0000 (19:43 +0000)]
Prepare RX RDK project for release.
Richard Barry [Thu, 9 Sep 2010 18:31:16 +0000 (18:31 +0000)]
Prepare RX MDK project for release.
Richard Barry [Thu, 9 Sep 2010 16:26:42 +0000 (16:26 +0000)]
Update the RX MDK demo to include the web server. Minor tidy up to the RDK version too.
Richard Barry [Thu, 9 Sep 2010 09:54:18 +0000 (09:54 +0000)]
Changed buffer configuration in Ethernet driver for RX RDK port.
Richard Barry [Thu, 9 Sep 2010 09:41:52 +0000 (09:41 +0000)]
Removed the critical section that was left in by mistake. Also changed the delay period while waiting for the Ethernet semaphore. Both in the RX RDK demo.
Richard Barry [Thu, 9 Sep 2010 08:39:10 +0000 (08:39 +0000)]
Updated compiler version for RX RDK demo and completed initial web server demo. Still some tidying up to do.
Richard Barry [Sun, 5 Sep 2010 20:06:30 +0000 (20:06 +0000)]
Start to configure the uIP demo for the RX RDK hardware. ping is working, but thus far the web server is not.
Richard Barry [Sat, 4 Sep 2010 18:29:56 +0000 (18:29 +0000)]
Add low level Ethernet driver files to the RX RDK project.
Richard Barry [Sat, 4 Sep 2010 18:20:45 +0000 (18:20 +0000)]
All relating to the RX600 RDK demo - which is still a work in progress:
Change LED numbers to match silk screen.
Include Ethernet port pin configuration in HardwareSetup().
Convert EMAC.c to be correct for the RX (was based on SH2A file).
Add uIP task creation into main.c.
Richard Barry [Thu, 2 Sep 2010 09:14:39 +0000 (09:14 +0000)]
Removed files/directories that were accidentally added to the wrong base directory.
Richard Barry [Thu, 2 Sep 2010 09:13:14 +0000 (09:13 +0000)]
Starting point for the RDK webserver files added.
Richard Barry [Thu, 2 Sep 2010 09:06:39 +0000 (09:06 +0000)]
Starting point for the RDK webserver files added.
Richard Barry [Tue, 31 Aug 2010 18:14:37 +0000 (18:14 +0000)]
Correct some of the LED usage in the RX demos - where apparently two wrongs did make a right.
Richard Barry [Tue, 31 Aug 2010 18:11:19 +0000 (18:11 +0000)]
Start of project for the RDK board. Not yet complete.
Richard Barry [Sun, 29 Aug 2010 18:05:06 +0000 (18:05 +0000)]
Some changes to the RX/Renesas main-full.c file to tidy up a bit.