]> begriffs open source - freertos/log
freertos
14 years agoContinue work on the IAR Microsemi Smartfusion demo. Still a work in progress.
Richard Barry [Mon, 25 Apr 2011 14:48:15 +0000 (14:48 +0000)]
Continue work on the IAR Microsemi Smartfusion demo.  Still a work in progress.

14 years agoAdd in the Microsemi timer driver to provide a time base for the run time stats.
Richard Barry [Mon, 25 Apr 2011 14:44:55 +0000 (14:44 +0000)]
Add in the Microsemi timer driver to provide a time base for the run time stats.

14 years agoUpdate the Microsemi I2C code to be event driver, rather than polling for Tx complete.
Richard Barry [Mon, 25 Apr 2011 14:43:34 +0000 (14:43 +0000)]
Update the Microsemi I2C code to be event driver, rather than polling for Tx complete.

14 years agoChange Demo/Common/Minimal/death.c so it takes into account the timer daemon task...
Richard Barry [Mon, 25 Apr 2011 14:41:15 +0000 (14:41 +0000)]
Change Demo/Common/Minimal/death.c so it takes into account the timer daemon task in its calculation of the number of tasks that should be running.

14 years agoSmartFusion A2F demo work in progress.
Richard Barry [Sun, 24 Apr 2011 19:37:10 +0000 (19:37 +0000)]
SmartFusion A2F demo work in progress.

14 years agoUpdate the A2F uIP_Task definition for use with the updated (zero copy) A2F Ethernet...
Richard Barry [Sun, 24 Apr 2011 19:09:12 +0000 (19:09 +0000)]
Update the A2F uIP_Task definition for use with the updated (zero copy) A2F Ethernet driver.

14 years agoUpdate MAC drivers so they use a uIP specific zero copy mechanism.
Richard Barry [Sun, 24 Apr 2011 18:45:58 +0000 (18:45 +0000)]
Update MAC drivers so they use a uIP specific zero copy mechanism.

14 years agoChange the RX62N port layer to allow it to be used with the V1.0.2 of the Renesas...
Richard Barry [Sat, 23 Apr 2011 15:36:10 +0000 (15:36 +0000)]
Change the RX62N port layer to allow it to be used with the V1.0.2 of the Renesas compiler.

14 years agoAdd definitions for the different types of event that need processing by the TCP...
Richard Barry [Sat, 23 Apr 2011 15:34:37 +0000 (15:34 +0000)]
Add definitions for the different types of event that need processing by the TCP/IP stack.

14 years agoUpdate the RX62N/RDK/Renesas project files for use with V1.0.2 of the Reneasas compiler.
Richard Barry [Sat, 23 Apr 2011 15:31:17 +0000 (15:31 +0000)]
Update the RX62N/RDK/Renesas project files for use with V1.0.2 of the Reneasas compiler.

14 years agoUpdate the RX62N/RDK/Renesas project files for use with V1.0.2 of the Reneasas compiler.
Richard Barry [Sat, 23 Apr 2011 15:30:39 +0000 (15:30 +0000)]
Update the RX62N/RDK/Renesas project files for use with V1.0.2 of the Reneasas compiler.

14 years agoUpdate FreeRTOSConfig.h for the RX62N/RDK/Renesas demo to include software timer...
Richard Barry [Sat, 23 Apr 2011 15:28:45 +0000 (15:28 +0000)]
Update FreeRTOSConfig.h for the RX62N/RDK/Renesas demo to include software timer and configASSERT() functionality.

14 years agoUpdate the uIP_Task.c implementation for the RX62N/RDK/Renesas demo to use FreeRTOS...
Richard Barry [Sat, 23 Apr 2011 15:27:34 +0000 (15:27 +0000)]
Update the uIP_Task.c implementation for the RX62N/RDK/Renesas demo to use FreeRTOS software timers in place of the uIP timers.

14 years agoChange interface between the MAC and uIP task in the RX62N/RDK/Renesas demo to use...
Richard Barry [Sat, 23 Apr 2011 15:21:59 +0000 (15:21 +0000)]
Change interface between the MAC and uIP task in the RX62N/RDK/Renesas demo to use a queue in place of the binary semaphore.  This is so the queue can be used to indicate the type of event that has occurred.

14 years agoAdd pack_struct_start and pack_struct_end definitions for ICCARM.
Richard Barry [Fri, 22 Apr 2011 14:13:51 +0000 (14:13 +0000)]
Add pack_struct_start and pack_struct_end definitions for ICCARM.

14 years ago(no commit message)
Richard Barry [Wed, 20 Apr 2011 20:04:32 +0000 (20:04 +0000)]

14 years agoChange the CMSIS_IAR directory back to just say CMSIS.
Richard Barry [Wed, 20 Apr 2011 18:37:58 +0000 (18:37 +0000)]
Change the CMSIS_IAR directory back to just say CMSIS.

14 years ago(no commit message)
Richard Barry [Wed, 20 Apr 2011 18:30:43 +0000 (18:30 +0000)]

14 years ago(no commit message)
Richard Barry [Wed, 20 Apr 2011 18:29:28 +0000 (18:29 +0000)]

14 years ago(no commit message)
Richard Barry [Wed, 20 Apr 2011 18:24:00 +0000 (18:24 +0000)]

14 years agoCreate directory structure to hold the (not yet created) Keil and IAR demo projects...
Richard Barry [Wed, 20 Apr 2011 15:09:58 +0000 (15:09 +0000)]
Create directory structure to hold the (not yet created) Keil and IAR demo projects for the SmartFusion.

14 years ago(no commit message)
Richard Barry [Wed, 20 Apr 2011 15:03:42 +0000 (15:03 +0000)]

14 years agoComplete the commenting for main-full.c in the A2F demo project, and update the main...
Richard Barry [Wed, 20 Apr 2011 11:17:06 +0000 (11:17 +0000)]
Complete the commenting for main-full.c in the A2F demo project, and update the main-full.c and main-blinky.c header comments to be correct for FreeRTOS V7.0.0.

14 years agoComplete the commenting for main-blinky.c in the A2F demo project.
Richard Barry [Wed, 20 Apr 2011 09:09:25 +0000 (09:09 +0000)]
Complete the commenting for main-blinky.c in the A2F demo project.

14 years agoUpdate the A2F SoftConsole project files to remove the strange unused/invalid include...
Richard Barry [Wed, 20 Apr 2011 08:23:55 +0000 (08:23 +0000)]
Update the A2F SoftConsole project files to remove the strange unused/invalid include paths.

14 years agoContinue work on the SmartFusion web server demo.
Richard Barry [Mon, 18 Apr 2011 18:11:03 +0000 (18:11 +0000)]
Continue work on the SmartFusion web server demo.

14 years agoRemoved unused variable from SmartFusion PHY driver.
Richard Barry [Mon, 18 Apr 2011 08:44:08 +0000 (08:44 +0000)]
Removed unused variable from SmartFusion PHY driver.

14 years agoContinue work on the SmartFusion demo web interface. The uIP task has been updated...
Richard Barry [Sun, 17 Apr 2011 14:38:50 +0000 (14:38 +0000)]
Continue work on the SmartFusion demo web interface.  The uIP task has been updated to use software timers, and the mac interface updated to use vTaskDelay() in place of busy waits.

14 years agoDelete EMAC.c from the A2F demo.
Richard Barry [Sun, 17 Apr 2011 11:08:07 +0000 (11:08 +0000)]
Delete EMAC.c from the A2F demo.

14 years agoAdd in basic uIP files into the A2F demo. Ping is working, but nothing else has...
Richard Barry [Sun, 17 Apr 2011 10:32:09 +0000 (10:32 +0000)]
Add in basic uIP files into the A2F demo.  Ping is working, but nothing else has been tested yet.  This check in includes some modifications to the MAC driver to make the Rx zero copy.

14 years agoCorrected a comment in the STM32 FreeRTOSConfig.h file.
Richard Barry [Thu, 14 Apr 2011 12:49:36 +0000 (12:49 +0000)]
Corrected a comment in the STM32 FreeRTOSConfig.h file.

14 years agoCorrected a comment in the STM32 FreeRTOSConfig.h file.
Richard Barry [Thu, 14 Apr 2011 12:46:27 +0000 (12:46 +0000)]
Corrected a comment in the STM32 FreeRTOSConfig.h file.

14 years agoAdd I2S driver to the StmartFusion demo.
Richard Barry [Thu, 14 Apr 2011 09:37:07 +0000 (09:37 +0000)]
Add I2S driver to the StmartFusion demo.

14 years agoAdd OLED driver to the StmartFusion demo.
Richard Barry [Thu, 14 Apr 2011 09:31:18 +0000 (09:31 +0000)]
Add OLED driver to the StmartFusion demo.

14 years agoContinue work on the SmartFusion demo.
Richard Barry [Wed, 13 Apr 2011 21:07:25 +0000 (21:07 +0000)]
Continue work on the SmartFusion demo.

14 years agoEnsure byte alignment is maintained in PIC32 port layer when 8 byte alignment is...
Richard Barry [Wed, 13 Apr 2011 15:59:17 +0000 (15:59 +0000)]
Ensure byte alignment is maintained in PIC32 port layer when 8 byte alignment is required (basically, when printing out 8 byte data types).

14 years agoContinue work on SmartFusion demo.
Richard Barry [Tue, 12 Apr 2011 13:49:13 +0000 (13:49 +0000)]
Continue work on SmartFusion demo.

14 years agoAlter the default priorities in blocktim.c to prevent asserts being triggered when...
Richard Barry [Tue, 12 Apr 2011 13:47:09 +0000 (13:47 +0000)]
Alter the default priorities in blocktim.c to prevent asserts being triggered when configMAX_PRIORITIES is set to a low number.

14 years agoContinue work on SmartFusion demo.
Richard Barry [Mon, 11 Apr 2011 19:59:12 +0000 (19:59 +0000)]
Continue work on SmartFusion demo.

14 years agoContinue work on the SmartFusion demo.
Richard Barry [Mon, 11 Apr 2011 16:32:37 +0000 (16:32 +0000)]
Continue work on the SmartFusion demo.

14 years agoRemove shadowed variable name.
Richard Barry [Fri, 8 Apr 2011 19:40:44 +0000 (19:40 +0000)]
Remove shadowed variable name.

14 years agoUpdate headers for Version 7.0.0 release.
Richard Barry [Fri, 8 Apr 2011 18:30:58 +0000 (18:30 +0000)]
Update headers for Version 7.0.0 release.

14 years agoPrepare for V7.0.0 release.
Richard Barry [Fri, 8 Apr 2011 12:06:33 +0000 (12:06 +0000)]
Prepare for V7.0.0 release.

14 years agoRemove unused header files from the STM32 discovery board library configuration file.
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.

14 years agoCosmetic work towards MISRA compliance statement pre release of V7.
Richard Barry [Tue, 5 Apr 2011 20:19:54 +0000 (20:19 +0000)]
Cosmetic work towards MISRA compliance statement pre release of V7.

14 years agoRemove unused library files from the STM32F100 TrueStudio project.
Richard Barry [Tue, 5 Apr 2011 13:41:35 +0000 (13:41 +0000)]
Remove unused library files from the STM32F100 TrueStudio project.

14 years agoJust change some of the comments in the STM32F100RB TrueStudio main.c file.
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.

14 years agoEnsure that the configMAX_SYSCALL_INTERRUPT_PRIORITY setting works with all possible...
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.

14 years agoAdded STM32 discovery board simple demo project.
Richard Barry [Mon, 4 Apr 2011 18:54:14 +0000 (18:54 +0000)]
Added STM32 discovery board simple demo project.

14 years agoRename the SmartFusion Debug build configuration to be the Blinky debug configuration...
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.

14 years agoUpdate the SmartFusion SoftConsole directory structure to include the webserver files.
Richard Barry [Sun, 3 Apr 2011 20:45:09 +0000 (20:45 +0000)]
Update the SmartFusion SoftConsole directory structure to include the webserver files.

14 years agoAdd SmartFusion/SoftConsole demo. At the moment only the blinky configuration is...
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.

14 years agoAdded some trace macros into the timers.c file.
Richard Barry [Fri, 1 Apr 2011 18:45:44 +0000 (18:45 +0000)]
Added some trace macros into the timers.c file.

14 years agoMinor updates to the PIC32 MPLAB project to prevent it dumping .o files everywhere.
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.

14 years agoAdd a #if ( configUSE_TIMERS ) conditional compilation constant in to allow the softw...
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.

14 years agoReplace portLONG with long, portCHAR with char, and portSHORT with short.
Richard Barry [Sun, 27 Mar 2011 18:51:55 +0000 (18:51 +0000)]
Replace portLONG with long, portCHAR with char, and portSHORT with short.

14 years agoReplace 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.

14 years agoRemoved the needs-lock SVN attribute from the PIC32 demo project file and workspace...
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.

14 years agoAdd a portNOP() implementation and relax the stack alignment requirements in the...
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.

14 years agoChange the priorities used by the RX/RSK/Renesas demo application to ensure they...
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 ).

14 years agoChange the priorities used by the RX/RSK/GCC demo application to ensure they can...
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 ).

14 years agoChange the priorities used by the RX/RSK/IAR demo application to ensure they can...
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 ).

14 years agoChange the priorities used by the RX/RDK/IAR demo application to ensure they can...
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 ).

14 years agoChange the priorities used by the RX/RDK/Renesas demo application to ensure they...
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 ).

14 years agoChange the priorities used by the RX/RDK/GCC demo application to ensure they can...
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 ).

14 years agoAllow the intqHIGHER_PRIORITY definition to be modified outside of the IntQueue.c...
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.

14 years agoUpdate comments only in the MSP430X IAR main.c and serial.c files.
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.

14 years agoFinalise MSP430X CCS4 port and demo.
Richard Barry [Mon, 14 Mar 2011 07:26:50 +0000 (07:26 +0000)]
Finalise MSP430X CCS4 port and demo.

14 years agoUpdate the MSP430X CCS4 port layer.
Richard Barry [Sat, 12 Mar 2011 14:59:44 +0000 (14:59 +0000)]
Update the MSP430X CCS4 port layer.

14 years agoUpdate TimerDemo.c so it can be used with the CCS4 compiler without generating errors...
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.

14 years agoUpdate the CCS4 MSP430X demo files.
Richard Barry [Sat, 12 Mar 2011 14:56:14 +0000 (14:56 +0000)]
Update the CCS4 MSP430X demo files.

14 years agoTidy up timers API documentation comments.
Richard Barry [Thu, 10 Mar 2011 11:02:31 +0000 (11:02 +0000)]
Tidy up timers API documentation comments.

14 years agoContinue work on timers module documentation.
Richard Barry [Wed, 9 Mar 2011 13:49:35 +0000 (13:49 +0000)]
Continue work on timers module documentation.

14 years agoMinor comment addition to queue.h.
Richard Barry [Sat, 5 Mar 2011 17:47:53 +0000 (17:47 +0000)]
Minor comment addition to queue.h.

14 years agoStart the documentation of the timer API functions and macros. About 50% done so...
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.

14 years agoUpdate PIC24 project for use with the latest Microchip tools.
Richard Barry [Tue, 1 Mar 2011 15:18:46 +0000 (15:18 +0000)]
Update PIC24 project for use with the latest Microchip tools.

14 years agoSet configUSE_16_BIT_TICKS back to is proper (not test) configuration.
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.

14 years agoAdd the timer module demo code to the MSVC Win32 simulator demo.
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.

14 years agoCheck in the timer module test/demo task.
Richard Barry [Mon, 28 Feb 2011 16:14:49 +0000 (16:14 +0000)]
Check in the timer module test/demo task.

14 years agoCorrect the configUSE_16_BIT_TICKS usage in the Win32 simulator port layer.
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.

14 years agoCorrect the configUSE_16_BIT_TICKS usage in the GCC Coldfire 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.

14 years agoFinish off timers implementation.
Richard Barry [Mon, 28 Feb 2011 16:10:08 +0000 (16:10 +0000)]
Finish off timers implementation.

14 years agoFinish off timers implementation.
Richard Barry [Mon, 28 Feb 2011 16:09:19 +0000 (16:09 +0000)]
Finish off timers implementation.

14 years agoFinilise timers testing.
Richard Barry [Sun, 27 Feb 2011 13:08:44 +0000 (13:08 +0000)]
Finilise timers testing.

14 years agoAdd some assertion points to timers.c.
Richard Barry [Tue, 22 Feb 2011 20:43:17 +0000 (20:43 +0000)]
Add some assertion points to timers.c.

14 years agoContinue testing timers module. Still a work in progress.
Richard Barry [Mon, 21 Feb 2011 10:52:36 +0000 (10:52 +0000)]
Continue testing timers module.  Still a work in progress.

14 years agoContinue 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.

14 years agoUpdates to timers.c related to module testing.
Richard Barry [Sun, 20 Feb 2011 11:05:54 +0000 (11:05 +0000)]
Updates to timers.c related to module testing.

14 years agoUpdates 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.

14 years agoMove one of the configASSERT() statements in tasks.c to be inside the if() that check...
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.

14 years agoSpell check comments in TimerDemo.c.
Richard Barry [Fri, 18 Feb 2011 15:59:02 +0000 (15:59 +0000)]
Spell check comments in TimerDemo.c.

14 years agoWIN32 simulator port: Allow the configTICK_RATE_HZ to be increased without making...
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.

14 years agoAdd some configASSERT() calls.
Richard Barry [Mon, 14 Feb 2011 13:47:50 +0000 (13:47 +0000)]
Add some configASSERT() calls.

14 years agoContinue work on the new timer implementation test application. Nearly complete.
Richard Barry [Mon, 14 Feb 2011 10:54:00 +0000 (10:54 +0000)]
Continue work on the new timer implementation test application.  Nearly complete.

14 years agoContinue 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.

14 years agoContinue work on the new timer implementation. Nearly complete.
Richard Barry [Mon, 14 Feb 2011 10:51:18 +0000 (10:51 +0000)]
Continue work on the new timer implementation.  Nearly complete.

14 years agoAdd ISR safe timer API.
Richard Barry [Sat, 12 Feb 2011 13:53:25 +0000 (13:53 +0000)]
Add ISR safe timer API.

14 years agoContinue adding some tick interrupt overflow protection to the timers module. This...
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.

14 years agoAdd some tick interrupt overflow protection to the timers module. This is not tested...
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.

14 years agoA bit of modularisation performed on the TimerDemo.c file - 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.