]> git.sur5r.net Git - freertos/log
freertos
10 years agoUpdate the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the latest...
richardbarry [Wed, 5 Jun 2013 15:24:12 +0000 (15:24 +0000)]
Update the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the latest version of the trace recorder code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1906 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoUpdate to latest FreeRTOS+Trace recorder code.
richardbarry [Wed, 5 Jun 2013 13:38:56 +0000 (13:38 +0000)]
Update to latest FreeRTOS+Trace recorder code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1905 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoUpdate the FreeRTOS+UDP LPC18xx MAC driver to use the LPCOpen drivers.
richardbarry [Mon, 3 Jun 2013 20:27:46 +0000 (20:27 +0000)]
Update the FreeRTOS+UDP LPC18xx MAC driver to use the LPCOpen drivers.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1904 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoUpdate LPC18xx FreeRTOS+UDP demo to use LPCOpen USB and Ethernet drivers.
richardbarry [Mon, 3 Jun 2013 20:21:38 +0000 (20:21 +0000)]
Update LPC18xx FreeRTOS+UDP demo to use LPCOpen USB and Ethernet drivers.
Update LPC18xx FreeRTOS+UDP eclipse project to use linked resources rather than a CreateProjectDirectoryStructure.bat batch file.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1903 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoSlight modification to license blub text in header comments.
richardbarry [Tue, 21 May 2013 14:14:03 +0000 (14:14 +0000)]
Slight modification to license blub text in header comments.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1902 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoRemove the Chan FATfs code as FreeRTOS now ships with a proprietary file system.
richardbarry [Sun, 19 May 2013 10:36:04 +0000 (10:36 +0000)]
Remove the Chan FATfs code as FreeRTOS now ships with a proprietary file system.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1901 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoEnsure a queue or semaphore that is not empty cannot be added to a queue set.
richardbarry [Sun, 19 May 2013 10:11:10 +0000 (10:11 +0000)]
Ensure a queue or semaphore that is not empty cannot be added to a queue set.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1900 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoUpdate the code that generates the run time stats strings so the pcStatsString[]...
richardbarry [Sun, 19 May 2013 09:56:47 +0000 (09:56 +0000)]
Update the code that generates the run time stats strings so the pcStatsString[] array is not required.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1899 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoFix compiler warning in psp_test.c when compiled with ARM compiler.
richardbarry [Sun, 19 May 2013 09:43:00 +0000 (09:43 +0000)]
Fix compiler warning in psp_test.c when compiled with ARM compiler.
Add portYIELD_FROM_ISR() macros to Cortex-M ports.  The new macro just calls the exiting portEND_SWITCHING_ISR() macro.
Remove code from the MSVC port layer that was left over from a previous implementation and become obsolete.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1898 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoEnsure the SmartFusion2 interrupt driven UART drivers are not passed a zero length...
richardbarry [Tue, 14 May 2013 13:22:37 +0000 (13:22 +0000)]
Ensure the SmartFusion2 interrupt driven UART drivers are not passed a zero length buffer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1897 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoMove SmartFusion configuration options into FreeRTOSConfig.h.
richardbarry [Mon, 13 May 2013 10:51:31 +0000 (10:51 +0000)]
Move SmartFusion configuration options into FreeRTOSConfig.h.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1896 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoRename the SmartFusion2 demo directory.
richardbarry [Mon, 13 May 2013 09:26:39 +0000 (09:26 +0000)]
Rename the SmartFusion2 demo directory.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1895 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoCombine the SmartFusion2 starter kit and development kits demos into a single directory.
richardbarry [Mon, 13 May 2013 09:06:50 +0000 (09:06 +0000)]
Combine the SmartFusion2 starter kit and development kits demos into a single directory.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1894 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoUpdate SmartFustion2 starter kit partest.c.
richardbarry [Sun, 12 May 2013 20:24:42 +0000 (20:24 +0000)]
Update SmartFustion2 starter kit partest.c.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1893 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoAdd SmartFusion2 demo for the SmartFustion2 development kit.
richardbarry [Sun, 12 May 2013 20:07:49 +0000 (20:07 +0000)]
Add SmartFusion2 demo for the SmartFustion2 development kit.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1892 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

10 years agoConvert SmartFusion2 CLI to use the interrupt UART driver functions instead of the...
richardbarry [Sun, 12 May 2013 13:02:16 +0000 (13:02 +0000)]
Convert SmartFusion2 CLI to use the interrupt UART driver functions instead of the polled UART driver functions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1891 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoSmartFusion2 CLI working with polled UART, about to convert to interrupt driven UART.
richardbarry [Fri, 10 May 2013 18:47:43 +0000 (18:47 +0000)]
SmartFusion2 CLI working with polled UART, about to convert to interrupt driven UART.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1890 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoMinor cosmetics to comments.
richardbarry [Thu, 9 May 2013 10:15:52 +0000 (10:15 +0000)]
Minor cosmetics to comments.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1889 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate comments in Atmel Studio CreateProjectDirectoryStructure.bat files to remove...
richardbarry [Thu, 9 May 2013 09:56:04 +0000 (09:56 +0000)]
Update comments in Atmel Studio CreateProjectDirectoryStructure.bat files to remove references to replace references to Eclipse with references to Atmel Studio.
Update the tickless idle implementations that use up counters for tick interrupt generate to ensure they remain in low power mode for the desired time instead of one tick less than the desired time.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1888 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate flop.c and FreeRTOS.h to include a macro (and a default null implementation...
richardbarry [Thu, 9 May 2013 09:52:34 +0000 (09:52 +0000)]
Update flop.c and FreeRTOS.h to include a macro (and a default null implementation of the macro) that enables the flop tasks to register their need for a floating point context with the kernel.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1887 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate Win32 simulator so it references the FreeRTOS+Trace code from the updated...
richardbarry [Thu, 9 May 2013 09:50:40 +0000 (09:50 +0000)]
Update Win32 simulator so it references the FreeRTOS+Trace code from the updated FreeRTOS+ directory structure.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1886 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoSmartFusion2: Change linker file to run from NVM. Add in FreeRTOS+CLI and FreeRTOS...
richardbarry [Tue, 7 May 2013 08:46:24 +0000 (08:46 +0000)]
SmartFusion2:  Change linker file to run from NVM.  Add in FreeRTOS+CLI and FreeRTOS+FAT SL demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1885 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoBlinky and full demos working on SmartFusion2.
richardbarry [Mon, 6 May 2013 09:18:00 +0000 (09:18 +0000)]
Blinky and full demos working on SmartFusion2.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1884 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoStarting point for SmartFustion2 starter kit demo.
richardbarry [Sun, 5 May 2013 13:33:55 +0000 (13:33 +0000)]
Starting point for SmartFustion2 starter kit demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1883 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate version numbers in a couple of files that got left behind. V7.4.2
richardbarry [Wed, 1 May 2013 09:19:09 +0000 (09:19 +0000)]
Update version numbers in a couple of files that got left behind.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1881 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate version number ready to release the FAT file system demo.
richardbarry [Tue, 30 Apr 2013 21:42:41 +0000 (21:42 +0000)]
Update version number ready to release the FAT file system demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1880 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd FAT SL code and demo project.
richardbarry [Tue, 30 Apr 2013 20:37:52 +0000 (20:37 +0000)]
Add FAT SL code and demo project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1879 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoClarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source files.
richardbarry [Tue, 30 Apr 2013 20:23:06 +0000 (20:23 +0000)]
Clarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source files.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1878 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd quick start guide.
richardbarry [Tue, 30 Apr 2013 19:37:00 +0000 (19:37 +0000)]
Add quick start guide.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1877 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate version numbers to V7.4.1. V7.4.1
richardbarry [Thu, 18 Apr 2013 12:58:17 +0000 (12:58 +0000)]
Update version numbers to V7.4.1.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1875 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoChange version number in common files within the FreeRTOS-plus directory and check...
richardbarry [Thu, 18 Apr 2013 10:08:04 +0000 (10:08 +0000)]
Change version number in common files within the FreeRTOS-plus directory and check all demos still execute.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1874 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS...
richardbarry [Thu, 18 Apr 2013 09:17:05 +0000 (09:17 +0000)]
Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1873 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoRemove subdirectories of FreeRTOS-Plus in preparation for changing the directory...
richardbarry [Thu, 18 Apr 2013 08:39:10 +0000 (08:39 +0000)]
Remove subdirectories of FreeRTOS-Plus in preparation for changing the directory structure to match the FreeRTOS directory.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1872 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoCommit 3 RX100 low power demos.
richardbarry [Wed, 17 Apr 2013 10:04:38 +0000 (10:04 +0000)]
Commit 3 RX100 low power demos.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1871 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate yield code in RX200/Renesas compiler port.
richardbarry [Wed, 17 Apr 2013 08:55:16 +0000 (08:55 +0000)]
Update yield code in RX200/Renesas compiler port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1870 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate RX600 IAR RX62N demo to use latest IAR tools.
richardbarry [Wed, 17 Apr 2013 08:47:27 +0000 (08:47 +0000)]
Update RX600 IAR RX62N demo to use latest IAR tools.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1869 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate yield code in RX600/IAR compiler port.
richardbarry [Wed, 17 Apr 2013 08:46:10 +0000 (08:46 +0000)]
Update yield code in RX600/IAR compiler port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1868 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate yield code in RX600/Renesas compiler port.
richardbarry [Wed, 17 Apr 2013 08:35:20 +0000 (08:35 +0000)]
Update yield code in RX600/Renesas compiler port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1867 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate yield code in RX600/GCC port.
richardbarry [Wed, 17 Apr 2013 08:23:02 +0000 (08:23 +0000)]
Update yield code in RX600/GCC port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1866 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd RX100 Renesas compiler port layer.
richardbarry [Tue, 16 Apr 2013 15:59:21 +0000 (15:59 +0000)]
Add RX100 Renesas compiler port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1865 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd RX100 IAR port layer.
richardbarry [Tue, 16 Apr 2013 15:58:46 +0000 (15:58 +0000)]
Add RX100 IAR port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1864 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd RX100 GCC port layer.
richardbarry [Tue, 16 Apr 2013 15:58:14 +0000 (15:58 +0000)]
Add RX100 GCC port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1863 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd memory barrier instructions to Tasking CM4F port.
richardbarry [Tue, 16 Apr 2013 15:50:17 +0000 (15:50 +0000)]
Add memory barrier instructions to Tasking CM4F port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1862 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd memory barrier instructions to the RVDS CM3 ports.
richardbarry [Tue, 16 Apr 2013 15:30:43 +0000 (15:30 +0000)]
Add memory barrier instructions to the RVDS CM3 ports.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1861 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd barrier instructions to IAR CM3 ports.
richardbarry [Tue, 16 Apr 2013 14:56:49 +0000 (14:56 +0000)]
Add barrier instructions to IAR CM3 ports.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1860 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoEnsure XMC demo builds with the latest IAR version.
richardbarry [Tue, 16 Apr 2013 14:51:33 +0000 (14:51 +0000)]
Ensure XMC demo builds with the latest IAR version.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1859 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoReplace the read back of the software interrupt register with barrier instructions...
richardbarry [Tue, 16 Apr 2013 14:17:35 +0000 (14:17 +0000)]
Replace the read back of the software interrupt register with barrier instructions (CCS/RM48/TMS570).

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1858 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd barrier instructions to the GCC CM3 ports.
richardbarry [Tue, 16 Apr 2013 14:16:30 +0000 (14:16 +0000)]
Add barrier instructions to the GCC CM3 ports.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1857 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoRemove duplicate #error informing people to run the CreateProjectDirectoryStructure...
richardbarry [Tue, 16 Apr 2013 12:49:23 +0000 (12:49 +0000)]
Remove duplicate #error informing people to run the CreateProjectDirectoryStructure.bat.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1856 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoRemove infinite loop from task delete function.
richardbarry [Tue, 16 Apr 2013 10:25:33 +0000 (10:25 +0000)]
Remove infinite loop from task delete function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1855 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd volatile keyword to GenQTest loop counter for consistency.
richardbarry [Sun, 14 Apr 2013 19:07:32 +0000 (19:07 +0000)]
Add volatile keyword to GenQTest loop counter for consistency.
Remove obsolete definition from SAM4L demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1854 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd barrier instructions to GCC CM3/4 code.
richardbarry [Sun, 7 Apr 2013 19:43:52 +0000 (19:43 +0000)]
Add barrier instructions to GCC CM3/4 code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1853 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoPrepare to package up SAM4L demo.
richardbarry [Sun, 7 Apr 2013 19:41:45 +0000 (19:41 +0000)]
Prepare to package up SAM4L demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1852 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdated the sleep function to ensure it left interrupts disabled when returning.
richardbarry [Sun, 7 Apr 2013 19:30:25 +0000 (19:30 +0000)]
Updated the sleep function to ensure it left interrupts disabled when returning.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1851 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd SAM4L demo.
richardbarry [Sun, 7 Apr 2013 18:49:53 +0000 (18:49 +0000)]
Add SAM4L demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1850 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoRL78/IAR port - Allow the end user to define their own tick interrupt configuration...
richardbarry [Mon, 25 Mar 2013 17:00:13 +0000 (17:00 +0000)]
RL78/IAR port - Allow the end user to define their own tick interrupt configuration by defining configSETUP_TIMER_INTERRUPT().

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1849 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoMinor mods common files to fix warnings generated by Renesas compiler.
richardbarry [Mon, 25 Mar 2013 16:30:42 +0000 (16:30 +0000)]
Minor mods common files to fix warnings generated by Renesas compiler.
Correct the header comments in het.c and het.h (RM48/TMS570 demo) which were corrupt.
Correct version numbers in RX63N Renesas compiler demo.
Ensure stacks set up for tasks in the RX200 port layer end on 8 byte boundaries (was 4, which didn't matter but didn't match the definition).
Replaced unqualified (unsigned) in calls to standard functions with (size_t).

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1848 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate the GCC RL78 demo to include four separate build configurations, each of which...
richardbarry [Tue, 19 Mar 2013 12:24:05 +0000 (12:24 +0000)]
Update the GCC RL78 demo to include four separate build configurations, each of which targets different hardware.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1847 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoRename the Demo/RL78_RL78G13_Promot_Board_IAR directory to RL78_Multiple_IAR as it...
richardbarry [Mon, 18 Mar 2013 16:51:43 +0000 (16:51 +0000)]
Rename the Demo/RL78_RL78G13_Promot_Board_IAR directory to RL78_Multiple_IAR as it now targets several different devices.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1846 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd two additional targets to the RL78 IAR project.
richardbarry [Mon, 18 Mar 2013 16:43:21 +0000 (16:43 +0000)]
Add two additional targets to the RL78 IAR project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1845 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoEnsure IAR RL port layer works on devices using two different naming conventions...
richardbarry [Mon, 18 Mar 2013 16:40:47 +0000 (16:40 +0000)]
Ensure IAR RL port layer works on devices using two different naming conventions for the interval timer registers.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1844 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdated IAR RL78 port layer.
richardbarry [Sun, 17 Mar 2013 16:54:17 +0000 (16:54 +0000)]
Updated IAR RL78 port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1843 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate the IAR RL78 demo to include main_blinky.c and main_full.c.
richardbarry [Sun, 17 Mar 2013 16:52:39 +0000 (16:52 +0000)]
Update the IAR RL78 demo to include main_blinky.c and main_full.c.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1842 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd an example ISR implementation into the RL78 GCC demo.
richardbarry [Sun, 17 Mar 2013 15:38:23 +0000 (15:38 +0000)]
Add an example ISR implementation into the RL78 GCC demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1841 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoComplete RL78/G14 demo.
richardbarry [Sun, 17 Mar 2013 12:12:20 +0000 (12:12 +0000)]
Complete RL78/G14 demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1840 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoRL78 GCC: Save and restore all register banks.
richardbarry [Sun, 17 Mar 2013 09:27:18 +0000 (09:27 +0000)]
RL78 GCC:  Save and restore all register banks.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1839 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoRL78/GCC related:
richardbarry [Wed, 6 Mar 2013 10:56:03 +0000 (10:56 +0000)]
RL78/GCC related:
+ Add RL78G14 specific linker script.
+ Move the call to the function that sets up the clocks to before the code that sets up the .data and .bss sections.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1838 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoFor RL78GCC port/demo:
richardbarry [Mon, 4 Mar 2013 20:04:02 +0000 (20:04 +0000)]
For RL78GCC port/demo:
- Added YRDKRL78G14 build configuration.
- Runs provided the dynamic priority tasks are not started.
- Does not run with the debugger connected.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1837 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAll related to RL78 GCC demos (which are still a work in progress):
richardbarry [Mon, 4 Mar 2013 13:23:48 +0000 (13:23 +0000)]
All related to RL78 GCC demos (which are still a work in progress):
- Abstract out the IO port handling for the LED output so the same code can be used on multiple eval boards.
- Add in the RESTORE_CONTEXT macros.
- Swap to use heap_1.c instead of heap_4.c.
- Add data model macros to FreeRTOSConfig.h (may be removed if only one data model is supported by the compiler).
- Install interrupt handlers.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1836 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAbstract the IO port handling to toggle the LED into LED.h so the same code can work...
richardbarry [Mon, 4 Mar 2013 13:18:19 +0000 (13:18 +0000)]
Abstract the IO port handling to toggle the LED into LED.h so the same code can work with multiple eval boards.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1835 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd RL78 E2Studio project. Code is building, but has not yet been executed.
richardbarry [Sat, 2 Mar 2013 15:50:02 +0000 (15:50 +0000)]
Add RL78 E2Studio project.  Code is building, but has not yet been executed.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1834 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdded YRDKRL78G14 build configuration to the IAR RL78 demo.
richardbarry [Sun, 24 Feb 2013 19:48:26 +0000 (19:48 +0000)]
Added YRDKRL78G14 build configuration to the IAR RL78 demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1833 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoPrepare for V7.4.0 release. V7.4.0
richardbarry [Tue, 19 Feb 2013 18:36:58 +0000 (18:36 +0000)]
Prepare for V7.4.0 release.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1831 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate PIC32 demo application to remove reliance on PLIB functions.
richardbarry [Mon, 18 Feb 2013 16:41:11 +0000 (16:41 +0000)]
Update PIC32 demo application to remove reliance on PLIB functions.
Update the default low power implementation in all the Cortex-M port layers to add a small critical section.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1830 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoCorrect spelling of xSuspendedTaskList in eTaskConfirmSleepModeStatus().
richardbarry [Mon, 18 Feb 2013 11:28:56 +0000 (11:28 +0000)]
Correct spelling of xSuspendedTaskList in eTaskConfirmSleepModeStatus().

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1829 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd default definition for configUSE_QUEUE_SETS.
richardbarry [Mon, 18 Feb 2013 11:20:29 +0000 (11:20 +0000)]
Add default definition for configUSE_QUEUE_SETS.
Add eTaskConfirmSleepModeStatus() (not yet tested).
Only call prvQueueUnregisterQueue() when a queue or semaphore is deleted if configQUEUE_REGISTRY_SIZE > 0.
Back out change that checks the configUSE_PORT_OPTMISED_TASK_SELECTION value before uxPriorityUsedOnEntry is set in vTaskPrioritySet as it generated more warnings (with other compilers) than it fixed.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1828 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoCommit demos that have been updated for testing purposes before they are updated...
richardbarry [Mon, 18 Feb 2013 11:15:35 +0000 (11:15 +0000)]
Commit demos that have been updated for testing purposes before they are updated once more to test new low power features.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1827 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate the LPC1768 project to only copy across one heap_x.c file as the addition...
richardbarry [Wed, 13 Feb 2013 12:03:13 +0000 (12:03 +0000)]
Update the LPC1768 project to only copy across one heap_x.c file as the addition of heap_4.c without it being excluded from the project was breaking the build.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1826 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdded more files to the Rowley and IAR LM3S demos to test building the newer files...
richardbarry [Tue, 12 Feb 2013 17:35:43 +0000 (17:35 +0000)]
Added more files to the Rowley and IAR LM3S demos to test building the newer files and queue sets.
Made queue function prototypes consistent so xQueueHandle parameters are always xQueue, and xQUEUE * parameters pxQueue.
Likewise make the task API using px for pointers to TCBs, and just x for task handles.
Heap_x functions now automatically align the start of the heap without using the portDOUBLE union member.
Queue.c now includes queue.h.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1825 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdjusted the wrap checks in the QueueSet test task.
richardbarry [Tue, 12 Feb 2013 14:30:12 +0000 (14:30 +0000)]
Adjusted the wrap checks in the QueueSet test task.
Added the QueueSet test to the Rowlay Stellaris and SAM4S-EK Studio demos.
Updated the MSVC demo to use heap_4.c.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1824 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoReduce RAM used by trace by updating trcConfig.h.
richardbarry [Tue, 12 Feb 2013 10:59:58 +0000 (10:59 +0000)]
Reduce RAM used by trace by updating trcConfig.h.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1823 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoImprove QueueSet.c test coverage by reading the queue set from an ISR to force paths...
richardbarry [Tue, 12 Feb 2013 10:09:36 +0000 (10:09 +0000)]
Improve QueueSet.c test coverage by reading the queue set from an ISR to force paths through the queue locking and unlocking.
Add the FreeRTOS+Trace recorder into the Win32 MSVC demo.
Added more functions, including the queue set functions, to the MPU port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1822 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoUpdate the FreeRTOS+Trace recorder and Win32 demo app.
richardbarry [Sun, 10 Feb 2013 19:33:28 +0000 (19:33 +0000)]
Update the FreeRTOS+Trace recorder and Win32 demo app.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1821 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoFix a few compiler warnings when compiling the QueueSet.c test code with GCC.
richardbarry [Fri, 8 Feb 2013 17:05:42 +0000 (17:05 +0000)]
Fix a few compiler warnings when compiling the QueueSet.c test code with GCC.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1820 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd the queue set test to the SAM4S-EK Atmel Studio code.
richardbarry [Fri, 8 Feb 2013 16:10:13 +0000 (16:10 +0000)]
Add the queue set test to the SAM4S-EK Atmel Studio code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1819 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoContinue working on queue set implementation and testing.
richardbarry [Fri, 8 Feb 2013 15:50:14 +0000 (15:50 +0000)]
Continue working on queue set implementation and testing.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1818 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoNext revision of queue set implementation.
richardbarry [Thu, 7 Feb 2013 15:10:25 +0000 (15:10 +0000)]
Next revision of queue set implementation.
Make conditional compilation syntax and commenting consistent.
Add common demo tasks to demonstrate queue sets.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1817 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoremove the additional line added to the MPU port.c as the original code was correct...
richardbarry [Thu, 31 Jan 2013 15:27:00 +0000 (15:27 +0000)]
remove the additional line added to the MPU port.c as the original code was correct.  Instead remove the alignment assert by adding #define portALIGNMENT_ASSERT_pxCurrentTCB ( void )
 to the portmacor.h file.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1816 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdded INCLUDE_xSemaphoreGetMutexHolder() default.
richardbarry [Thu, 31 Jan 2013 14:18:03 +0000 (14:18 +0000)]
Added INCLUDE_xSemaphoreGetMutexHolder() default.
Changed eTaskStateGet() to eTaskGetState() and added #define to ensure backward compatibility.
Added configEXPECTED_IDLE_TIME_BEFORE_SLEEP definition - was previously hard coded to 2.
Slight change to the default CM3 tickless sleep function to allow the idle time to be set to zero in the pre-sleep processing macro.
Changed stack alignment for the FreeRTOS-MPU port to ensure it didn't trigger the assert() in the generic create function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1815 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoReplace the CLZ function with a CLZ intrinsic in the Cortex-R4 port layer.
richardbarry [Wed, 23 Jan 2013 16:06:45 +0000 (16:06 +0000)]
Replace the CLZ function with a CLZ intrinsic in the Cortex-R4 port layer.
Add EDS support in the PIC24 port layer.
Remove unnecessary EHB instructions from PIC32 port.
In the PIC32 port assembly code, replace the &= code with a single ins instruction.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1814 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoMake changes necessary to allow the latest StateViewer Eclipse plug-in obtain the...
richardbarry [Mon, 31 Dec 2012 11:09:14 +0000 (11:09 +0000)]
Make changes necessary to allow the latest StateViewer Eclipse plug-in obtain the run time stats information.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1813 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoMove the call that sets xTimeNow inside the loop that drains the timer queue to ensur...
richardbarry [Sun, 18 Nov 2012 09:13:39 +0000 (09:13 +0000)]
Move the call that sets xTimeNow inside the loop that drains the timer queue to ensure higher priority tasks that pre-empt the timer daemon cannot post messages that appear to be in the future to the daemon task.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1812 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoDefault configUSE_TICKLESS_IDLE to 0 when it is not defined.
richardbarry [Sat, 17 Nov 2012 19:23:30 +0000 (19:23 +0000)]
Default configUSE_TICKLESS_IDLE to 0 when it is not defined.
Move location of traceTASK_CREATE() macro call.
Remove obsolete handling of trmCOMMAND_PROCESS_TIMER_OVERFLOW as the command was never used in release versions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1811 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoEnsure #error messages in FreeRTOSConfig.h files are not commented out. V7.3.0
richardbarry [Wed, 31 Oct 2012 13:46:17 +0000 (13:46 +0000)]
Ensure #error messages in FreeRTOSConfig.h files are not commented out.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1809 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoAdd warning suppression to IAR header.
richardbarry [Wed, 31 Oct 2012 13:30:44 +0000 (13:30 +0000)]
Add warning suppression to IAR header.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1808 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoSlow configured clock in the RM48 and TMS570 demos to 50MHz.
richardbarry [Wed, 31 Oct 2012 10:31:33 +0000 (10:31 +0000)]
Slow configured clock in the RM48 and TMS570 demos to 50MHz.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1807 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoMake loop counters in flop_hercules.c 32-bit instead of 16-bit.
richardbarry [Tue, 30 Oct 2012 14:56:21 +0000 (14:56 +0000)]
Make loop counters in flop_hercules.c 32-bit instead of 16-bit.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1806 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoRename CORTEX_R4_RM48_CCS5 directory as it also includes the TMS570 code.
richardbarry [Mon, 29 Oct 2012 16:18:20 +0000 (16:18 +0000)]
Rename CORTEX_R4_RM48_CCS5 directory as it also includes the TMS570 code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1805 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoCorrect cut and paste error in partest.c file.
richardbarry [Mon, 29 Oct 2012 16:17:05 +0000 (16:17 +0000)]
Correct cut and paste error in partest.c file.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1804 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

11 years agoMake CM3/4 tick configuration a weak function to allow application writers to use...
richardbarry [Mon, 29 Oct 2012 15:56:26 +0000 (15:56 +0000)]
Make CM3/4 tick configuration a weak function to allow application writers to use an alternative tick source.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1803 1d2547de-c912-0410-9cb9-b8ca96c0e9e2