]>
begriffs open source - freertos/log
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.
Richard Barry [Fri, 14 Jan 2011 18:34:29 +0000 (18:34 +0000)]
Update the RX600 HEW projects to use the new J-Link DLL.
Richard Barry [Thu, 13 Jan 2011 19:08:36 +0000 (19:08 +0000)]
Increase the stack sizes in the IAR / MSP430X demo.
Richard Barry [Thu, 13 Jan 2011 19:04:57 +0000 (19:04 +0000)]
Make the generation of run time stats percentages more efficient.
Richard Barry [Thu, 13 Jan 2011 10:36:42 +0000 (10:36 +0000)]
Add the .align, .asmfunc and .endasmfunc directives to the CCS MSP430X port layer.
Richard Barry [Thu, 13 Jan 2011 10:28:40 +0000 (10:28 +0000)]
Make the tick ISR entry function use the __raw attribute in the IAR MSP430X port layer.
Richard Barry [Thu, 13 Jan 2011 10:27:06 +0000 (10:27 +0000)]
Remove unnecessary calls to fflush() in MSP430X/IAR demo.
Richard Barry [Wed, 12 Jan 2011 12:33:38 +0000 (12:33 +0000)]
Increase the MCLK frequency to 25MHz in the IAR MSP430X demo.
Richard Barry [Wed, 12 Jan 2011 12:32:33 +0000 (12:32 +0000)]
Increase the MCLK frequency to 25MHz in the CCS MSP430X demo.
Richard Barry [Wed, 12 Jan 2011 12:15:03 +0000 (12:15 +0000)]
Make use of the .align assembler directive in the reg test asm file of the MSP430X/CCS demo.
Richard Barry [Wed, 12 Jan 2011 12:13:26 +0000 (12:13 +0000)]
Rename the UART ISR in the MSP430X/CCS demo to match the UART actually being used.
Richard Barry [Wed, 12 Jan 2011 10:00:13 +0000 (10:00 +0000)]
Make use of the EVEN assembler directive in the IAR MSP430X port layer.
Richard Barry [Wed, 12 Jan 2011 09:58:51 +0000 (09:58 +0000)]
Make use of the EVEN assembler directive in the reg test asm file of the MSP430X/IAR demo.
Richard Barry [Wed, 12 Jan 2011 09:58:08 +0000 (09:58 +0000)]
Set the low power mode entered in the idle hook to 3 in the MSP430X/IAR demo.
Richard Barry [Wed, 12 Jan 2011 09:56:56 +0000 (09:56 +0000)]
Rename the UART ISR in the MSP430X/IAR demo to match the UART actually being used.
Richard Barry [Thu, 6 Jan 2011 11:18:06 +0000 (11:18 +0000)]
Ensure the MSp430X IAR project only has main.c open when the workspace is opened.
Richard Barry [Thu, 6 Jan 2011 11:11:43 +0000 (11:11 +0000)]
Set the STM32L152 compiler options to use the tiny printf formatter.
Richard Barry [Thu, 6 Jan 2011 11:10:51 +0000 (11:10 +0000)]
Introduce option that permits a smaller printf() library to be used when sizeof( int ) == sizeof( long ) in cases where formatted strings are used to present run time stats information.
Richard Barry [Thu, 6 Jan 2011 10:50:31 +0000 (10:50 +0000)]
Replace the function that returns the current run time counter value with a macro for easier inlining.
Richard Barry [Thu, 6 Jan 2011 10:49:20 +0000 (10:49 +0000)]
Change the #error text in croutine.h only.
Richard Barry [Thu, 6 Jan 2011 10:08:07 +0000 (10:08 +0000)]
Introduce the portALT_GET_RUN_TIME_COUNTER_VALUE macro as an alternative to portGET_RUN_TIME_COUNTER_VALUE to make inlining of the run time stats functions easier.
Richard Barry [Thu, 6 Jan 2011 10:06:09 +0000 (10:06 +0000)]
Replace the function that returns the current run time counter value with a macro for easier inlining.
Richard Barry [Thu, 6 Jan 2011 09:55:05 +0000 (09:55 +0000)]
Replace the function that returns the current run time counter value with a macro for easier inlining.
Richard Barry [Wed, 5 Jan 2011 20:20:17 +0000 (20:20 +0000)]
Update the run time stats generation algorithm for the MSP430X IAR port.
Richard Barry [Wed, 5 Jan 2011 14:16:28 +0000 (14:16 +0000)]
Minor formatting changes to the Keil and RVDS PSoC5 demos.
Richard Barry [Wed, 5 Jan 2011 14:10:14 +0000 (14:10 +0000)]
Minor formatting changes to the GCC PSoC demo.
Richard Barry [Wed, 5 Jan 2011 13:36:35 +0000 (13:36 +0000)]
A little extra commenting added to the Cortex M3 port layers.
Richard Barry [Tue, 4 Jan 2011 17:40:27 +0000 (17:40 +0000)]
Added PSoC5 demo applications.
Richard Barry [Tue, 4 Jan 2011 14:37:53 +0000 (14:37 +0000)]
Remove the queue registry from the MSP430X CCS port as the state viewer plug in does not work in CCS.
Richard Barry [Tue, 4 Jan 2011 14:36:35 +0000 (14:36 +0000)]
Allow the register test asm code in the CCS4 MSP430X demo to use any data model.
Richard Barry [Tue, 4 Jan 2011 14:32:52 +0000 (14:32 +0000)]
Allow the MSP430X IAR port layer to skip pre-loading all register values for created tasks.
Richard Barry [Mon, 3 Jan 2011 16:48:59 +0000 (16:48 +0000)]
Convert the CCS4 MSP430X port layer to permit large and small data models, and large and small code models.
Richard Barry [Mon, 3 Jan 2011 16:41:42 +0000 (16:41 +0000)]
Add build configurations for small data model and small code model tests to the MSP430X CCS4 demo project.
Richard Barry [Mon, 3 Jan 2011 12:06:49 +0000 (12:06 +0000)]
Tidy up the run time stats generation in the MSP430X IAR port.
Richard Barry [Mon, 3 Jan 2011 11:43:34 +0000 (11:43 +0000)]
Add a small data model build configuration to the IAR MSP430X demo project.
Richard Barry [Mon, 3 Jan 2011 11:31:41 +0000 (11:31 +0000)]
Start to adjust to support both small and large memory models in the MSP430X IAR port layer.
Richard Barry [Mon, 3 Jan 2011 11:30:11 +0000 (11:30 +0000)]
Start to adjust to support both small and large memory models in the MSP430X IAR demo.
Richard Barry [Sun, 2 Jan 2011 18:35:52 +0000 (18:35 +0000)]
Minor updates to the MSP430X CCS4 and IAR port layers.
Change the sprintf() in prvGenerateRunTimeStatsForTasksInList() to accept unsigned long instead of unsigned int parameters so it works on 16bit devices too.
Richard Barry [Sun, 2 Jan 2011 18:31:30 +0000 (18:31 +0000)]
Minor updates to the MSP430X CCS4 demo application.
Richard Barry [Sun, 2 Jan 2011 18:19:12 +0000 (18:19 +0000)]
Minor updates to the MSP430X CCS4 demo application.
Richard Barry [Sun, 2 Jan 2011 18:17:22 +0000 (18:17 +0000)]
Minor updates to the MSP430X IAR demo application.
Richard Barry [Sat, 1 Jan 2011 20:57:17 +0000 (20:57 +0000)]
Ensure that main() is always placed in low memory in the CCS4 MSP430X port.
Richard Barry [Sat, 1 Jan 2011 20:56:23 +0000 (20:56 +0000)]
Ensure that main() is always placed in low memory in the IAR MSP430X port.
Richard Barry [Sat, 1 Jan 2011 17:35:20 +0000 (17:35 +0000)]
Add warning line into the CCS4/MSP430X project to prompt the use of the CreateProjectDirectoryStructure.bat batch file.
Richard Barry [Sat, 1 Jan 2011 17:24:46 +0000 (17:24 +0000)]
Formatting only.
Richard Barry [Sat, 1 Jan 2011 17:24:03 +0000 (17:24 +0000)]
Remove unnecessary ';' characters from a couple of macro definitions in the IAR MSP430X port layer.
Richard Barry [Sat, 1 Jan 2011 17:23:00 +0000 (17:23 +0000)]
Add MSP430X CCS4 port layer.
Richard Barry [Sat, 1 Jan 2011 17:22:05 +0000 (17:22 +0000)]
Add MSP430X CCS4 demo project.
Richard Barry [Sat, 1 Jan 2011 11:27:48 +0000 (11:27 +0000)]
Prepare the MSP430X IAR demo for release.