]> git.sur5r.net Git - freertos/log
freertos
10 years agoMinor updates and change version number for V7.5.0 release.
richardbarry [Wed, 17 Jul 2013 18:32:57 +0000 (18:32 +0000)]
Minor updates and change version number for V7.5.0 release.

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

10 years agoCorrect compiler warnings in trace recorder code.
richardbarry [Tue, 16 Jul 2013 12:23:25 +0000 (12:23 +0000)]
Correct compiler warnings in trace recorder code.

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

10 years agoRemove large and unnecessary .docx files.
richardbarry [Tue, 16 Jul 2013 12:01:11 +0000 (12:01 +0000)]
Remove large and unnecessary .docx files.

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

10 years agoUpdate FreeRTOS+Trace recorder code.
richardbarry [Tue, 16 Jul 2013 11:55:14 +0000 (11:55 +0000)]
Update FreeRTOS+Trace recorder code.

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

10 years agoLinting and MISRA checking
richardbarry [Mon, 15 Jul 2013 14:27:15 +0000 (14:27 +0000)]
Linting and MISRA checking

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

10 years agoTidy up comments only.
richardbarry [Sun, 14 Jul 2013 13:09:18 +0000 (13:09 +0000)]
Tidy up comments only.

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

10 years agoVariable name change in the PIC32 port layer only.
richardbarry [Sun, 14 Jul 2013 13:06:17 +0000 (13:06 +0000)]
Variable name change in the PIC32 port layer only.

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

10 years agoUpdate PIC32 serial.c slightly to add volatile qualifier and update to coding standard.
richardbarry [Sun, 14 Jul 2013 08:46:15 +0000 (08:46 +0000)]
Update PIC32 serial.c slightly to add volatile qualifier and update to coding standard.

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

10 years agoUpdate doxygen comments.
richardbarry [Sat, 13 Jul 2013 19:58:42 +0000 (19:58 +0000)]
Update doxygen comments.

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

10 years agoFix compiler warning.
richardbarry [Sat, 13 Jul 2013 19:39:07 +0000 (19:39 +0000)]
Fix compiler warning.

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

10 years agoUpdate Cortex-M MPU version to include new API functions.
richardbarry [Sat, 13 Jul 2013 19:37:35 +0000 (19:37 +0000)]
Update Cortex-M MPU version to include new API functions.

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

10 years agoUpdate RX ports to only include additional check on the existing IPL (so it is not...
richardbarry [Sat, 13 Jul 2013 11:31:35 +0000 (11:31 +0000)]
Update RX ports to only include additional check on the existing IPL (so it is not lowered) if configASSERT() is defined.

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

10 years agoImplement portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for PIC32.
richardbarry [Fri, 12 Jul 2013 19:25:21 +0000 (19:25 +0000)]
Implement portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for PIC32.

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

10 years agoUpdate compiler version and add configASSERT() to PIC32 MPLAB X project.
richardbarry [Fri, 12 Jul 2013 19:21:10 +0000 (19:21 +0000)]
Update compiler version and add configASSERT() to PIC32 MPLAB X project.

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

10 years agoKernel optimisations.
richardbarry [Fri, 12 Jul 2013 11:11:19 +0000 (11:11 +0000)]
Kernel optimisations.

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

10 years agoAdd comments to the portASSERT_IF_INTERRUPT_PRIORITY_INVALID() calls in the core...
richardbarry [Thu, 11 Jul 2013 10:52:43 +0000 (10:52 +0000)]
Add comments to the portASSERT_IF_INTERRUPT_PRIORITY_INVALID() calls in the core queue.c and tasks.c files.

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

10 years agoComplete additions of portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for all RX compiler...
richardbarry [Thu, 11 Jul 2013 10:05:06 +0000 (10:05 +0000)]
Complete additions of portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for all RX compiler ports.

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

10 years agoRemove commented out code.
richardbarry [Wed, 10 Jul 2013 13:26:00 +0000 (13:26 +0000)]
Remove commented out code.

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

10 years agoAdd portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the RX ports that...
richardbarry [Tue, 9 Jul 2013 17:57:59 +0000 (17:57 +0000)]
Add portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the RX ports that use the Renesas compiler.
Add portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to the Cortex-A9 ports.

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

10 years agoEnhance heap_4.c to prevent blocks accidentally being freed twice, or blocks that...
richardbarry [Tue, 9 Jul 2013 12:49:49 +0000 (12:49 +0000)]
Enhance heap_4.c to prevent blocks accidentally being freed twice, or blocks that don't have a valid block link descriptor being freed.
Update the Cortex-A9 port to include asserts if an ISR safe FreeRTOS function is called from an interrupt that has a higher logical priority than configMAX_SYSCALL_INTERRUPT_PRIORITY (or whatever the CA9 equivalent is called), and also assert if the binary point is not set correctly.

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

10 years agoCorrect comment only.
richardbarry [Thu, 4 Jul 2013 16:05:27 +0000 (16:05 +0000)]
Correct comment only.

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

10 years agoAdded portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 and...
richardbarry [Thu, 4 Jul 2013 11:20:28 +0000 (11:20 +0000)]
Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 and Cortex-M4F ports.

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

10 years agoRemove compiler warnings.
richardbarry [Tue, 2 Jul 2013 12:39:16 +0000 (12:39 +0000)]
Remove compiler warnings.

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

10 years agoRemove compiler warnings.
richardbarry [Tue, 2 Jul 2013 12:36:24 +0000 (12:36 +0000)]
Remove compiler warnings.

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

10 years agoAdd the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
richardbarry [Tue, 2 Jul 2013 12:17:26 +0000 (12:17 +0000)]
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeRTOS+ demo applications that make use of vTaskStats() or vTaskGetRunTimeStats().

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

10 years agoAdd the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeR...
richardbarry [Tue, 2 Jul 2013 12:14:49 +0000 (12:14 +0000)]
Add the new configINCLUDE_STATS_FORMATTING_FUNCTIONS configuration parameter to FreeRTOS demo application that make use of vTaskStats() or vTaskGetRunTimeStats().

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

10 years agoAdd new xTaskGetSystemState() API function to return raw data on each task in the...
richardbarry [Tue, 2 Jul 2013 12:10:16 +0000 (12:10 +0000)]
Add new xTaskGetSystemState() API function to return raw data on each task in the system.
Relegate the vTaskList() and vTaskGetRunTimeStats() functions to "sample" functions demonstrating how to use xTaskGetSystemState() to generate human readable status information.
Introduce and default configINCLUDE_STATS_FORMATTING_FUNCTIONS which must now be defined to use vTaskList() and vTaskGetRunTimeStats().

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

10 years agoAdd additional comment only.
richardbarry [Mon, 1 Jul 2013 09:05:15 +0000 (09:05 +0000)]
Add additional comment only.

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

10 years agoAdd the queue overwrite demo to the RZ demo.
richardbarry [Mon, 1 Jul 2013 08:49:20 +0000 (08:49 +0000)]
Add the queue overwrite demo to the RZ demo.

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

10 years agoRefine the default tickless idle implementation in the Cortex-M3 port layers.
richardbarry [Sun, 30 Jun 2013 10:38:31 +0000 (10:38 +0000)]
Refine the default tickless idle implementation in the Cortex-M3 port layers.

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

10 years agoUpdate Win32 MSVC demo to include a simple blinky build option. The demo as it was...
richardbarry [Fri, 28 Jun 2013 10:46:29 +0000 (10:46 +0000)]
Update Win32 MSVC demo to include a simple blinky build option.  The demo as it was is now the "full/comprehensive" build option.

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

10 years agoUpdate QueueOverwrite.c to include a call to xQueuePeekFromISR().
richardbarry [Fri, 28 Jun 2013 09:21:39 +0000 (09:21 +0000)]
Update QueueOverwrite.c to include a call to xQueuePeekFromISR().
Default new QueuePeekFromISR() trace macros.

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

10 years agoAdd xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate its use.
richardbarry [Thu, 27 Jun 2013 14:25:17 +0000 (14:25 +0000)]
Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate its use.

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

10 years agoAdd xQueueOverwrite() and a common demo task to demonstrate its use.
richardbarry [Thu, 27 Jun 2013 09:21:43 +0000 (09:21 +0000)]
Add xQueueOverwrite() and a common demo task to demonstrate its use.
Update MSVC Win32 demo to include the xQueueOverwrite() common demo tasks.

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

10 years agoAdd Newlib reent support.
richardbarry [Wed, 26 Jun 2013 11:37:08 +0000 (11:37 +0000)]
Add Newlib reent support.

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

10 years agoImprove efficiency and behaviour of vListInsertEnd().
richardbarry [Wed, 26 Jun 2013 08:58:01 +0000 (08:58 +0000)]
Improve efficiency and behaviour of vListInsertEnd().

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

10 years agoRemove reliance on strncpy() function.
richardbarry [Tue, 25 Jun 2013 14:03:02 +0000 (14:03 +0000)]
Remove reliance on strncpy() function.

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

10 years agoRemove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.
richardbarry [Tue, 25 Jun 2013 13:39:50 +0000 (13:39 +0000)]
Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.

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

10 years agoSlight correction to coding standard in heap_2.c and heap_4.c.
richardbarry [Tue, 25 Jun 2013 13:25:08 +0000 (13:25 +0000)]
Slight correction to coding standard in heap_2.c and heap_4.c.

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

10 years agoImprove efficiency of memory allocation when the memory block is already aligned...
richardbarry [Tue, 25 Jun 2013 12:20:29 +0000 (12:20 +0000)]
Improve efficiency of memory allocation when the memory block is already aligned correctly.

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

10 years agoRe-implement the LPC18xx and SmartFusion2 run time stats implementation to use the...
richardbarry [Tue, 25 Jun 2013 10:44:44 +0000 (10:44 +0000)]
Re-implement the LPC18xx and SmartFusion2 run time stats implementation to use the free running Cortex-M cycle counter in place of the systick.
Correct the run-time stats counter implementation in the RZ demo.
Guard against run time counters going backwards in tasks.c.

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

10 years agoReplace the #define that maps the uxRecursiveCallCount to the pcReadFrom pointer...
richardbarry [Mon, 24 Jun 2013 12:20:00 +0000 (12:20 +0000)]
Replace the #define that maps the uxRecursiveCallCount to the pcReadFrom pointer with a union - although this is against the coding standard it seemed the best way of ensuring complete adherence to the C standard and allow correct builds with LLVM when the optimiser is on.

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

10 years agoUpdate trace recorder code in the LPC18xx project.
richardbarry [Sun, 23 Jun 2013 21:11:37 +0000 (21:11 +0000)]
Update trace recorder code in the LPC18xx project.

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

10 years agoRemove old trace recorder source from LPC18xx project.
richardbarry [Sun, 23 Jun 2013 20:38:17 +0000 (20:38 +0000)]
Remove old trace recorder source from LPC18xx project.

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

10 years agoSplit the LPC18xx FreeRTOS+UDP drivers between those that use the LPCOpen library...
richardbarry [Sun, 23 Jun 2013 20:33:43 +0000 (20:33 +0000)]
Split the LPC18xx FreeRTOS+UDP drivers between those that use the LPCOpen library and those that use the older CMSIS library.

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

10 years agoRemove DemoIPTrace.h from LPC18xx demo as it should be copied from is standard location.
richardbarry [Sun, 23 Jun 2013 19:00:14 +0000 (19:00 +0000)]
Remove DemoIPTrace.h from LPC18xx demo as it should be copied from is standard location.

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

10 years agoBack out changes to LPC18xx UDP demo.
richardbarry [Sun, 23 Jun 2013 08:00:39 +0000 (08:00 +0000)]
Back out changes to LPC18xx UDP demo.

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

10 years agoAdd extra debug comment into list.c.
richardbarry [Sun, 23 Jun 2013 07:27:46 +0000 (07:27 +0000)]
Add extra debug comment into list.c.

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

10 years agoAdd retarget.c to RVDS project to ensure semihosting is not used.
richardbarry [Thu, 20 Jun 2013 14:59:11 +0000 (14:59 +0000)]
Add retarget.c to RVDS project to ensure semihosting is not used.

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

10 years agoAdd missing function prototype.
richardbarry [Thu, 20 Jun 2013 14:57:44 +0000 (14:57 +0000)]
Add missing function prototype.

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

10 years agoUpdate RVDS port layer to match IAR port layer.
richardbarry [Thu, 20 Jun 2013 14:56:40 +0000 (14:56 +0000)]
Update RVDS port layer to match IAR port layer.

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

10 years agoRZ RVDS and IAR projects.
richardbarry [Thu, 20 Jun 2013 12:49:53 +0000 (12:49 +0000)]
RZ RVDS and IAR projects.

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

10 years agoRVDS ARM Cortex-A port layer.
richardbarry [Thu, 20 Jun 2013 12:47:21 +0000 (12:47 +0000)]
RVDS ARM Cortex-A port layer.

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

10 years agoIAR ARM Cortex-A port layer.
richardbarry [Thu, 20 Jun 2013 12:20:40 +0000 (12:20 +0000)]
IAR ARM Cortex-A port layer.

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

10 years agoModify the GCC/AVR port to make use of the xTaskIncrementTick return value.
richardbarry [Tue, 11 Jun 2013 20:15:15 +0000 (20:15 +0000)]
Modify the GCC/AVR port to make use of the xTaskIncrementTick return value.
Add pre-processor directives in the dsPIC and PIC24 port layers that allows both port files to be included in the same project.

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

10 years agoUpdate RX100 project to e2studio V2 format.
richardbarry [Tue, 11 Jun 2013 20:11:29 +0000 (20:11 +0000)]
Update RX100 project to e2studio V2 format.

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

10 years agoImprove the error detection in some of the standard demo tasks.
richardbarry [Tue, 11 Jun 2013 18:46:00 +0000 (18:46 +0000)]
Improve the error detection in some of the standard demo tasks.

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

10 years agoAdd the APPLICATION_DEFINED port type to the trcHardwarePort.h template.
richardbarry [Tue, 11 Jun 2013 16:11:21 +0000 (16:11 +0000)]
Add the APPLICATION_DEFINED port type to the trcHardwarePort.h template.

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

10 years agoUpdate port layers to make better use of the xTaskIncrementTick() return value.
richardbarry [Sat, 8 Jun 2013 18:36:25 +0000 (18:36 +0000)]
Update port layers to make better use of the xTaskIncrementTick() return value.

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

10 years agoCheck in implementation of xTaskIncrementTick (replaced vTaskIncrementTick()).
richardbarry [Sat, 8 Jun 2013 18:30:52 +0000 (18:30 +0000)]
Check in implementation of xTaskIncrementTick (replaced vTaskIncrementTick()).

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

10 years agoAdd MPLAB X project for PIC24.
richardbarry [Sat, 8 Jun 2013 18:19:50 +0000 (18:19 +0000)]
Add MPLAB X project for PIC24.
Remove PIC24 demo warnings when XC16 is used as the compiler.

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

10 years agoUpdate include paths in Rowley MSP430 project file.
richardbarry [Fri, 7 Jun 2013 19:24:10 +0000 (19:24 +0000)]
Update include paths in Rowley MSP430 project file.

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

10 years agoAdd UV4 project to old RVDS LPC2129 UV2 directory.
richardbarry [Fri, 7 Jun 2013 15:23:34 +0000 (15:23 +0000)]
Add UV4 project to old RVDS LPC2129 UV2 directory.

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

10 years agoUpdate ports that have their tick configuration in an application callback to use...
richardbarry [Fri, 7 Jun 2013 12:39:56 +0000 (12:39 +0000)]
Update ports that have their tick configuration in an application callback to use xTaskIncrementTick() in place of vTaskIncrementTick().

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

10 years agoConvert the remaining ports to use xTaskIncrementTick() in place of vTaskIncremenTick().
richardbarry [Fri, 7 Jun 2013 12:16:58 +0000 (12:16 +0000)]
Convert the remaining ports to use xTaskIncrementTick() in place of vTaskIncremenTick().

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

10 years agoUpdate the PIC32 port to use xTaskIncrementTick() and change the macro used to detect...
richardbarry [Fri, 7 Jun 2013 11:15:43 +0000 (11:15 +0000)]
Update the PIC32 port to use xTaskIncrementTick() and change the macro used to detect if XC is being used.

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

10 years agoAdd configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to the relevant...
richardbarry [Fri, 7 Jun 2013 09:45:34 +0000 (09:45 +0000)]
Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to the relevant port.c file to allow the user to define functions that will execute in privileged mode.

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

10 years agoEnsure queue functions go into the privileged code section when the MPU version is...
richardbarry [Fri, 7 Jun 2013 09:41:15 +0000 (09:41 +0000)]
Ensure queue functions go into the privileged code section when the MPU version is in use.
Provide a default value for configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS.
Revert prvQueueUnregisterQueue() back to a public function.

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

10 years agoAdd configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to allow the...
richardbarry [Fri, 7 Jun 2013 09:37:18 +0000 (09:37 +0000)]
Add configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to allow the user to define functions that will execute in privileged mode.
Update the Rowley MPU demo to use a version of debug_printf that runs in privileged mode to get around the problem of the RAM it uses not being under the control of the kernel.

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

10 years agoConvert more ports to use xTaskIncrementTick() in place of vTaskIncrementTick().
richardbarry [Thu, 6 Jun 2013 16:31:15 +0000 (16:31 +0000)]
Convert more ports to use xTaskIncrementTick() in place of vTaskIncrementTick().

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

10 years agoConvert mpre ports to use xTaskIncrementTick() in place of vTaskIncrementTick().
richardbarry [Thu, 6 Jun 2013 16:06:48 +0000 (16:06 +0000)]
Convert mpre ports to use xTaskIncrementTick() in place of vTaskIncrementTick().

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

10 years agoConvert some ports to use xTaskIncrementTick() in place of vTaskIncrementTick().
richardbarry [Thu, 6 Jun 2013 15:46:40 +0000 (15:46 +0000)]
Convert some ports to use xTaskIncrementTick() in place of vTaskIncrementTick().
Move DSB instructions to before WFI instructions in line with ARM recommendations.

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

10 years agoAdd default value for configUSE_TIME_SLICING
richardbarry [Thu, 6 Jun 2013 14:56:47 +0000 (14:56 +0000)]
Add default value for configUSE_TIME_SLICING

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

10 years agoUpdate RM48/TMS570 port to use xTaskIncrementTick in place of vTaskIncrementTick.
richardbarry [Thu, 6 Jun 2013 13:06:24 +0000 (13:06 +0000)]
Update RM48/TMS570 port to use xTaskIncrementTick in place of vTaskIncrementTick.

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

10 years agoEnsure RM48 demo compiles in co-operative mode.
richardbarry [Thu, 6 Jun 2013 12:54:00 +0000 (12:54 +0000)]
Ensure RM48 demo compiles in co-operative mode.

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

10 years agoUpdate SAM4L_low_power_tick_management.c to use xTaskIncrementTick() in place of...
richardbarry [Thu, 6 Jun 2013 11:26:15 +0000 (11:26 +0000)]
Update SAM4L_low_power_tick_management.c to use xTaskIncrementTick() in place of vTaskIncrementTick().

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

10 years agoTidy up the comments and use of static function prototypes in the SAM4L_low_power_tic...
richardbarry [Thu, 6 Jun 2013 11:19:32 +0000 (11:19 +0000)]
Tidy up the comments and use of static function prototypes in the SAM4L_low_power_tick_management.c implementation.

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

10 years agoPlace DSB instruction before WFI instruction in EFMG890F128 demo.
richardbarry [Thu, 6 Jun 2013 11:15:08 +0000 (11:15 +0000)]
Place DSB instruction before WFI instruction in EFMG890F128 demo.

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

10 years agoUpdate the standard Win32 demo to use the latest version of the trace recorder code.
richardbarry [Wed, 5 Jun 2013 16:26:04 +0000 (16:26 +0000)]
Update the standard Win32 demo to use the latest version of the trace recorder code.

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

10 years agoRemove compiler warnings from the trace recorder code.
richardbarry [Wed, 5 Jun 2013 15:25:26 +0000 (15:25 +0000)]
Remove compiler warnings from the trace recorder code.

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

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