]>
begriffs open source - freertos/log
Richard Barry [Fri, 8 Apr 2011 19:42:54 +0000 (19:42 +0000)]
Richard Barry [Fri, 8 Apr 2011 19:40:44 +0000 (19:40 +0000)]
Remove shadowed variable name.
Richard Barry [Fri, 8 Apr 2011 18:30:58 +0000 (18:30 +0000)]
Update headers for Version 7.0.0 release.
Richard Barry [Fri, 8 Apr 2011 12:06:33 +0000 (12:06 +0000)]
Prepare for V7.0.0 release.
Richard Barry [Fri, 8 Apr 2011 12:00:48 +0000 (12:00 +0000)]
Remove unused header files from the STM32 discovery board library configuration file.
Richard Barry [Tue, 5 Apr 2011 20:19:54 +0000 (20:19 +0000)]
Cosmetic work towards MISRA compliance statement pre release of V7.
Richard Barry [Tue, 5 Apr 2011 13:41:35 +0000 (13:41 +0000)]
Remove unused library files from the STM32F100 TrueStudio project.
Richard Barry [Tue, 5 Apr 2011 09:46:43 +0000 (09:46 +0000)]
Just change some of the comments in the STM32F100RB TrueStudio main.c file.
Richard Barry [Tue, 5 Apr 2011 09:45:42 +0000 (09:45 +0000)]
Ensure that the configMAX_SYSCALL_INTERRUPT_PRIORITY setting works with all possible values.
Richard Barry [Mon, 4 Apr 2011 18:54:14 +0000 (18:54 +0000)]
Added STM32 discovery board simple demo project.
Richard Barry [Sun, 3 Apr 2011 20:50:19 +0000 (20:50 +0000)]
Rename the SmartFusion Debug build configuration to be the Blinky debug configuration as so far it only includes the basic simple demo.
Richard Barry [Sun, 3 Apr 2011 20:45:09 +0000 (20:45 +0000)]
Update the SmartFusion SoftConsole directory structure to include the webserver files.
Richard Barry [Sun, 3 Apr 2011 19:02:58 +0000 (19:02 +0000)]
Add SmartFusion/SoftConsole demo. At the moment only the blinky configuration is included. The full configuration will be added soon.
Richard Barry [Fri, 1 Apr 2011 18:45:44 +0000 (18:45 +0000)]
Added some trace macros into the timers.c file.
Richard Barry [Fri, 1 Apr 2011 18:19:34 +0000 (18:19 +0000)]
Minor updates to the PIC32 MPLAB project to prevent it dumping .o files everywhere.
Richard Barry [Thu, 31 Mar 2011 14:09:21 +0000 (14:09 +0000)]
Add a #if ( configUSE_TIMERS ) conditional compilation constant in to allow the software timers source file to be included in a build that is not configured to use timers without resulting in linker errors.
Richard Barry [Sun, 27 Mar 2011 18:51:55 +0000 (18:51 +0000)]
Replace portLONG with long, portCHAR with char, and portSHORT with short.
Richard Barry [Sun, 27 Mar 2011 18:50:11 +0000 (18:50 +0000)]
Replace portLONG with long, portCHAR with char, and portSHORT with short.
Richard Barry [Sun, 27 Mar 2011 08:13:59 +0000 (08:13 +0000)]
Removed the needs-lock SVN attribute from the PIC32 demo project file and workspace file.
Richard Barry [Sat, 26 Mar 2011 19:07:38 +0000 (19:07 +0000)]
Add a portNOP() implementation and relax the stack alignment requirements in the IAR MSP430X port layer.
Richard Barry [Sat, 26 Mar 2011 18:44:42 +0000 (18:44 +0000)]
Change the priorities used by the RX/RSK/Renesas demo application to ensure they can be used when configASSERT() is defined. Previously the priorities meant assert would have been called because one of the priorities used was above ( configMAX_PRIORITIES - 1 ).
Richard Barry [Sat, 26 Mar 2011 15:48:35 +0000 (15:48 +0000)]
Change the priorities used by the RX/RSK/GCC demo application to ensure they can be used when configASSERT() is defined. Previously the priorities meant assert would have been called because one of the priorities used was above ( configMAX_PRIORITIES - 1 ).
Richard Barry [Sat, 26 Mar 2011 13:41:10 +0000 (13:41 +0000)]
Change the priorities used by the RX/RSK/IAR demo application to ensure they can be used when configASSERT() is defined. Previously the priorities meant assert would have been called because one of the priorities used was above ( configMAX_PRIORITIES - 1 ).
Richard Barry [Sat, 26 Mar 2011 12:19:18 +0000 (12:19 +0000)]
Change the priorities used by the RX/RDK/IAR demo application to ensure they can be used when configASSERT() is defined. Previously the priorities meant assert would have been called because one of the priorities used was above ( configMAX_PRIORITIES - 1 ).
Richard Barry [Sat, 26 Mar 2011 11:33:54 +0000 (11:33 +0000)]
Change the priorities used by the RX/RDK/Renesas demo application to ensure they can be used when configASSERT() is defined. Previously the priorities meant assert would have been called because one of the priorities used was above ( configMAX_PRIORITIES - 1 ).
Richard Barry [Sat, 26 Mar 2011 10:35:16 +0000 (10:35 +0000)]
Change the priorities used by the RX/RDK/GCC demo application to ensure they can be used when configASSERT() is defined. Previously the priorities meant assert would have been called because one of the priorities used was above ( configMAX_PRIORITIES - 1 ).
Richard Barry [Sat, 26 Mar 2011 10:00:29 +0000 (10:00 +0000)]
Allow the intqHIGHER_PRIORITY definition to be modified outside of the IntQueue.c file.
Richard Barry [Thu, 24 Mar 2011 19:37:18 +0000 (19:37 +0000)]
Update comments only in the MSP430X IAR main.c and serial.c files.
Richard Barry [Mon, 14 Mar 2011 07:26:50 +0000 (07:26 +0000)]
Finalise MSP430X CCS4 port and demo.
Richard Barry [Sat, 12 Mar 2011 14:59:44 +0000 (14:59 +0000)]
Update the MSP430X CCS4 port layer.
Richard Barry [Sat, 12 Mar 2011 14:58:09 +0000 (14:58 +0000)]
Update TimerDemo.c so it can be used with the CCS4 compiler without generating errors or warnings.
Richard Barry [Sat, 12 Mar 2011 14:56:14 +0000 (14:56 +0000)]
Update the CCS4 MSP430X demo files.
Richard Barry [Thu, 10 Mar 2011 11:02:31 +0000 (11:02 +0000)]
Tidy up timers API documentation comments.
Richard Barry [Wed, 9 Mar 2011 13:49:35 +0000 (13:49 +0000)]
Continue work on timers module documentation.
Richard Barry [Sat, 5 Mar 2011 17:47:53 +0000 (17:47 +0000)]
Minor comment addition to queue.h.
Richard Barry [Sat, 5 Mar 2011 17:46:55 +0000 (17:46 +0000)]
Start the documentation of the timer API functions and macros. About 50% done so far.
Richard Barry [Tue, 1 Mar 2011 15:18:46 +0000 (15:18 +0000)]
Update PIC24 project for use with the latest Microchip tools.
Richard Barry [Mon, 28 Feb 2011 17:58:09 +0000 (17:58 +0000)]
Set configUSE_16_BIT_TICKS back to is proper (not test) configuration.
Richard Barry [Mon, 28 Feb 2011 17:52:14 +0000 (17:52 +0000)]
Add the timer module demo code to the MSVC Win32 simulator demo.
Richard Barry [Mon, 28 Feb 2011 16:14:49 +0000 (16:14 +0000)]
Check in the timer module test/demo task.
Richard Barry [Mon, 28 Feb 2011 16:12:55 +0000 (16:12 +0000)]
Correct the configUSE_16_BIT_TICKS usage in the Win32 simulator port layer.
Richard Barry [Mon, 28 Feb 2011 16:11:26 +0000 (16:11 +0000)]
Correct the configUSE_16_BIT_TICKS usage in the GCC Coldfire port layer.
Richard Barry [Mon, 28 Feb 2011 16:10:08 +0000 (16:10 +0000)]
Finish off timers implementation.
Richard Barry [Mon, 28 Feb 2011 16:09:19 +0000 (16:09 +0000)]
Finish off timers implementation.
Richard Barry [Sun, 27 Feb 2011 13:08:44 +0000 (13:08 +0000)]
Finilise timers testing.
Richard Barry [Tue, 22 Feb 2011 20:43:17 +0000 (20:43 +0000)]
Add some assertion points to timers.c.
Richard Barry [Mon, 21 Feb 2011 10:52:36 +0000 (10:52 +0000)]
Continue testing timers module. Still a work in progress.
Richard Barry [Mon, 21 Feb 2011 09:38:33 +0000 (09:38 +0000)]
Continue testing timers module. Still a work in progress.
Richard Barry [Sun, 20 Feb 2011 11:05:54 +0000 (11:05 +0000)]
Updates to timers.c related to module testing.
Richard Barry [Sun, 20 Feb 2011 10:59:58 +0000 (10:59 +0000)]
Updates to timers.c related to module testing.
Richard Barry [Fri, 18 Feb 2011 17:40:30 +0000 (17:40 +0000)]
Move one of the configASSERT() statements in tasks.c to be inside the if() that checks whether the stack should grow up or down.
Richard Barry [Fri, 18 Feb 2011 15:59:02 +0000 (15:59 +0000)]
Spell check comments in TimerDemo.c.
Richard Barry [Mon, 14 Feb 2011 13:49:50 +0000 (13:49 +0000)]
WIN32 simulator port: Allow the configTICK_RATE_HZ to be increased without making the sleep time in the simulated timer peripheral too small.
Richard Barry [Mon, 14 Feb 2011 13:47:50 +0000 (13:47 +0000)]
Add some configASSERT() calls.
Richard Barry [Mon, 14 Feb 2011 10:54:00 +0000 (10:54 +0000)]
Continue work on the new timer implementation test application. Nearly complete.
Richard Barry [Mon, 14 Feb 2011 10:52:52 +0000 (10:52 +0000)]
Continue work on the new timer implementation test application. Nearly complete.
Richard Barry [Mon, 14 Feb 2011 10:51:18 +0000 (10:51 +0000)]
Continue work on the new timer implementation. Nearly complete.
Richard Barry [Sat, 12 Feb 2011 13:53:25 +0000 (13:53 +0000)]
Add ISR safe timer API.
Richard Barry [Fri, 11 Feb 2011 16:17:37 +0000 (16:17 +0000)]
Continue adding some tick interrupt overflow protection to the timers module. This is not tested yet and still a work in progress.
Richard Barry [Thu, 10 Feb 2011 19:09:35 +0000 (19:09 +0000)]
Add some tick interrupt overflow protection to the timers module. This is not tested yet and still a work in progress.
Richard Barry [Thu, 10 Feb 2011 19:08:14 +0000 (19:08 +0000)]
A bit of modularisation performed on the TimerDemo.c file - still a work in progress.
Richard Barry [Thu, 10 Feb 2011 17:20:36 +0000 (17:20 +0000)]
Commit before update to include overflow list functionality.
Richard Barry [Wed, 9 Feb 2011 19:30:44 +0000 (19:30 +0000)]
Add the timer demo/test task creating to the WIN32-MSVC/main.c file.
Richard Barry [Wed, 9 Feb 2011 19:29:46 +0000 (19:29 +0000)]
Add constants to required to use the new timers implementation and the timer demo task/test task to the Win32 MSVC demo FreeRTOSConfig.h file.
Richard Barry [Wed, 9 Feb 2011 19:28:21 +0000 (19:28 +0000)]
Start creating a demo task/test task for the new timer implementation. Still a work in progress.
Richard Barry [Wed, 9 Feb 2011 19:26:33 +0000 (19:26 +0000)]
Minor updates to the core header files required by the new timer implementation.
Richard Barry [Wed, 9 Feb 2011 19:21:58 +0000 (19:21 +0000)]
Minor updates to the queue.c and tasks.c core files required to support the new timers implementation.
Richard Barry [Wed, 9 Feb 2011 19:20:12 +0000 (19:20 +0000)]
Correction to the draft timers module. Still a work in progress.
Richard Barry [Wed, 9 Feb 2011 15:30:23 +0000 (15:30 +0000)]
Remove the needs lock property.
Richard Barry [Wed, 9 Feb 2011 15:27:26 +0000 (15:27 +0000)]
Remove the needs lock property.
Richard Barry [Wed, 9 Feb 2011 10:47:23 +0000 (10:47 +0000)]
Continue work on the timers module.
Richard Barry [Wed, 9 Feb 2011 10:46:45 +0000 (10:46 +0000)]
Continue work on the timers module.
Richard Barry [Tue, 8 Feb 2011 16:21:15 +0000 (16:21 +0000)]
Continue work on timers module - work in progress.
Richard Barry [Tue, 8 Feb 2011 15:21:31 +0000 (15:21 +0000)]
Start an optional timers module implementation.
Richard Barry [Tue, 8 Feb 2011 15:20:29 +0000 (15:20 +0000)]
Start an optional timers module implementation.
Richard Barry [Mon, 7 Feb 2011 11:58:19 +0000 (11:58 +0000)]
Change clock_time_t from a fixed unsigned long to portTickType so it works ok when configUSE_16_BIT_TICKS is set to 1.
Richard Barry [Sun, 6 Feb 2011 18:47:57 +0000 (18:47 +0000)]
Make changes required for MISRA 2004 compliance.
Richard Barry [Sun, 6 Feb 2011 15:44:56 +0000 (15:44 +0000)]
Some time and code size optimisations.
Richard Barry [Sat, 5 Feb 2011 16:49:17 +0000 (16:49 +0000)]
Change occurrences of "Cortex M3" to "Cortex-M3".
Richard Barry [Sat, 5 Feb 2011 16:47:27 +0000 (16:47 +0000)]
Change occurrences of "Cortex M3" to "Cortex-M3".
Richard Barry [Sun, 30 Jan 2011 17:55:50 +0000 (17:55 +0000)]
Change the case of an include file and a file name in the makefile for the SAM7X Eclipse demo to ensure it can be built on Linux.
Richard Barry [Sat, 29 Jan 2011 15:49:42 +0000 (15:49 +0000)]
Add some comments to the PIC32 demos that the IPL setting in an ISR prototype has no effect if the FreeRTOS assembly wrapper is being used.
Richard Barry [Sat, 29 Jan 2011 15:42:51 +0000 (15:42 +0000)]
Set the software interrupt priority to use configKERNEL_INTERRUPT_PRIORITY rather than being hard coded to 1.
Richard Barry [Tue, 25 Jan 2011 16:30:24 +0000 (16:30 +0000)]
Update the dsPIC MPLAB demo for use with the latest 3.25 version of the compiler.
Richard Barry [Tue, 25 Jan 2011 16:24:22 +0000 (16:24 +0000)]
Update the PIC24 MPLAB demo for use with the latest 3.25 version of the compiler.
Richard Barry [Tue, 25 Jan 2011 15:56:09 +0000 (15:56 +0000)]
Update the dsPIC MPLAB demo for use with the latest 3.25 version of the compiler.
Richard Barry [Tue, 25 Jan 2011 15:26:53 +0000 (15:26 +0000)]
Update the PIC32 project to better structure the files in the MPLAB project window, and test that it works with the latest V1.12 C32 compiler.
Richard Barry [Tue, 25 Jan 2011 10:16:20 +0000 (10:16 +0000)]
Remove unreferenced variables from main.c for the PSoC 5 demos.
Richard Barry [Wed, 19 Jan 2011 16:40:55 +0000 (16:40 +0000)]
Remove the memory hole in the linker MSP430X/IAR linker script that was a left over from the TI User Experience demo (which required the hole).
Richard Barry [Tue, 18 Jan 2011 20:34:38 +0000 (20:34 +0000)]
Update the MSP430X/IAR demo project to support the medium data model.
Richard Barry [Tue, 18 Jan 2011 20:33:35 +0000 (20:33 +0000)]
Update the MSP430X/IAR port layer to support the medium data model.
Richard Barry [Tue, 18 Jan 2011 19:55:13 +0000 (19:55 +0000)]
Tidy up the IAR MSP430X demo serial.c file.
Richard Barry [Fri, 14 Jan 2011 20:40:41 +0000 (20:40 +0000)]
Update to V6.1.1
Richard Barry [Fri, 14 Jan 2011 20:31:45 +0000 (20:31 +0000)]
Update to V6.1.1
Richard Barry [Fri, 14 Jan 2011 20:25:54 +0000 (20:25 +0000)]
Update to V6.1.1
Richard Barry [Fri, 14 Jan 2011 20:22:24 +0000 (20:22 +0000)]
Update to V6.1.1
Richard Barry [Fri, 14 Jan 2011 18:45:00 +0000 (18:45 +0000)]
Second phase of changing the directory that starts Cortex, with one that starts CORTEX.
Richard Barry [Fri, 14 Jan 2011 18:44:23 +0000 (18:44 +0000)]
Second phase of changing the directory that starts Cortex, with one that starts CORTEX.
Richard Barry [Fri, 14 Jan 2011 18:42:44 +0000 (18:42 +0000)]
First phase of changing the directory that starts Cortex, with one that starts CORTEX.
Richard Barry [Fri, 14 Jan 2011 18:40:20 +0000 (18:40 +0000)]
First phase of changing the directory that starts Cortex, with one that starts CORTEX.