]>
begriffs open source - freertos/log
Richard Barry [Sat, 31 Aug 2013 16:03:11 +0000 (16:03 +0000)]
Rename CORTEX_M)_Infineion_Boot_Kits_IAR_Keil to CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC as it now contains projects for all three compilers.
Richard Barry [Sat, 31 Aug 2013 15:57:31 +0000 (15:57 +0000)]
Add a GCC project to the the XMC1000 demo directory.
Richard Barry [Sat, 31 Aug 2013 14:36:32 +0000 (14:36 +0000)]
Move files common to IAR and Keil projects from compiler specific directories under the XMC demo directory into the XMC demo directory itself.
Richard Barry [Sat, 31 Aug 2013 12:43:52 +0000 (12:43 +0000)]
Continue work on Get clock settings in Keil and IAR XMC1000 demo working.
Richard Barry [Fri, 30 Aug 2013 18:05:16 +0000 (18:05 +0000)]
Continue work on XCM1200 Keil demo.
Richard Barry [Sun, 25 Aug 2013 17:07:56 +0000 (17:07 +0000)]
Create full Keil project for XMC boot kit (not yet tested).
Richard Barry [Sun, 25 Aug 2013 01:03:56 +0000 (01:03 +0000)]
Starting point for XMC1000 Keil demo.
Richard Barry [Sun, 25 Aug 2013 01:01:18 +0000 (01:01 +0000)]
Starting point for Keil Cortex-M0 port.
Richard Barry [Fri, 16 Aug 2013 13:34:28 +0000 (13:34 +0000)]
Convert double quotes in a command help string to single quotes to allow the string to be processed by Javascript.
Richard Barry [Fri, 16 Aug 2013 13:31:54 +0000 (13:31 +0000)]
Fix a few typos and remove the "register" keyword.
Richard Barry [Wed, 14 Aug 2013 08:35:40 +0000 (08:35 +0000)]
Allow compilation when portALT_GET_RUN_TIME_COUNTER_VALUE() is defined.
Richard Barry [Wed, 24 Jul 2013 10:02:19 +0000 (10:02 +0000)]
Update version numbers.
Richard Barry [Wed, 24 Jul 2013 09:45:17 +0000 (09:45 +0000)]
Add additional critical section to the default tickless implementations.
Update version number for maintenance release.
Richard Barry [Tue, 23 Jul 2013 10:51:45 +0000 (10:51 +0000)]
Update version number.
Richard Barry [Tue, 23 Jul 2013 09:53:24 +0000 (09:53 +0000)]
Void a few unused return values and make casting more C++ friendly.
Richard Barry [Tue, 23 Jul 2013 09:50:06 +0000 (09:50 +0000)]
Update the header file included in the PIC32 port_asm.S file to use the header for the latest compiler version.
Richard Barry [Tue, 23 Jul 2013 09:44:00 +0000 (09:44 +0000)]
Update the Cortex-M vPortValidateInterruptPriority() implementation to ensure compatibility with the STM32 standard peripheral library.
Richard Barry [Tue, 23 Jul 2013 09:36:30 +0000 (09:36 +0000)]
Remove duplicate definition from FreeRTOSConfig.h.
Richard Barry [Fri, 19 Jul 2013 10:22:47 +0000 (10:22 +0000)]
Tidy up pre-processor as final act before tagging as V7.5.0
Richard Barry [Fri, 19 Jul 2013 09:16:36 +0000 (09:16 +0000)]
Changes to comments only.
Richard Barry [Thu, 18 Jul 2013 14:41:15 +0000 (14:41 +0000)]
Rename xTaskGetSystemState() uxTaskGetSystemState().
Richard Barry [Thu, 18 Jul 2013 11:40:32 +0000 (11:40 +0000)]
For consistency change the name of configINCLUDE_STATS_FORMATTING_FUNCTIONS to configUSE_STATS_FORMATTING_FUNCTIONS.
Richard Barry [Wed, 17 Jul 2013 18:32:57 +0000 (18:32 +0000)]
Minor updates and change version number for V7.5.0 release.
Richard Barry [Tue, 16 Jul 2013 12:23:25 +0000 (12:23 +0000)]
Correct compiler warnings in trace recorder code.
Richard Barry [Tue, 16 Jul 2013 12:01:11 +0000 (12:01 +0000)]
Remove large and unnecessary .docx files.
Richard Barry [Tue, 16 Jul 2013 11:55:14 +0000 (11:55 +0000)]
Update FreeRTOS+Trace recorder code.
Richard Barry [Mon, 15 Jul 2013 14:27:15 +0000 (14:27 +0000)]
Linting and MISRA checking
Richard Barry [Sun, 14 Jul 2013 13:09:18 +0000 (13:09 +0000)]
Tidy up comments only.
Richard Barry [Sun, 14 Jul 2013 13:06:17 +0000 (13:06 +0000)]
Variable name change in the PIC32 port layer only.
Richard Barry [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.
Richard Barry [Sat, 13 Jul 2013 19:58:42 +0000 (19:58 +0000)]
Update doxygen comments.
Richard Barry [Sat, 13 Jul 2013 19:39:07 +0000 (19:39 +0000)]
Fix compiler warning.
Richard Barry [Sat, 13 Jul 2013 19:37:35 +0000 (19:37 +0000)]
Update Cortex-M MPU version to include new API functions.
Richard Barry [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.
Richard Barry [Fri, 12 Jul 2013 19:25:21 +0000 (19:25 +0000)]
Implement portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for PIC32.
Richard Barry [Fri, 12 Jul 2013 19:21:10 +0000 (19:21 +0000)]
Update compiler version and add configASSERT() to PIC32 MPLAB X project.
Richard Barry [Fri, 12 Jul 2013 11:11:19 +0000 (11:11 +0000)]
Kernel optimisations.
Richard Barry [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.
Richard Barry [Thu, 11 Jul 2013 10:05:06 +0000 (10:05 +0000)]
Complete additions of portASSERT_IF_INTERRUPT_PRIORITY_INVALID() for all RX compiler ports.
Richard Barry [Wed, 10 Jul 2013 13:26:00 +0000 (13:26 +0000)]
Remove commented out code.
Richard Barry [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.
Richard Barry [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.
Richard Barry [Thu, 4 Jul 2013 16:05:27 +0000 (16:05 +0000)]
Correct comment only.
Richard Barry [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.
Richard Barry [Tue, 2 Jul 2013 12:39:16 +0000 (12:39 +0000)]
Remove compiler warnings.
Richard Barry [Tue, 2 Jul 2013 12:36:24 +0000 (12:36 +0000)]
Remove compiler warnings.
Richard Barry [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().
Richard Barry [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().
Richard Barry [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().
Richard Barry [Mon, 1 Jul 2013 09:05:15 +0000 (09:05 +0000)]
Add additional comment only.
Richard Barry [Mon, 1 Jul 2013 08:49:20 +0000 (08:49 +0000)]
Add the queue overwrite demo to the RZ demo.
Richard Barry [Sun, 30 Jun 2013 10:38:31 +0000 (10:38 +0000)]
Refine the default tickless idle implementation in the Cortex-M3 port layers.
Richard Barry [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.
Richard Barry [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.
Richard Barry [Thu, 27 Jun 2013 14:25:17 +0000 (14:25 +0000)]
Add xQueueOverwriteFromISR() and update the QueueOverwrite.c to demonstrate its use.
Richard Barry [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.
Richard Barry [Wed, 26 Jun 2013 11:37:08 +0000 (11:37 +0000)]
Add Newlib reent support.
Richard Barry [Wed, 26 Jun 2013 08:58:01 +0000 (08:58 +0000)]
Improve efficiency and behaviour of vListInsertEnd().
Richard Barry [Tue, 25 Jun 2013 14:03:02 +0000 (14:03 +0000)]
Remove reliance on strncpy() function.
Richard Barry [Tue, 25 Jun 2013 13:39:50 +0000 (13:39 +0000)]
Remove portALIGNMENT_ASSERT_pxCurrentTCB() macro, which serves no purpose.
Richard Barry [Tue, 25 Jun 2013 13:25:08 +0000 (13:25 +0000)]
Slight correction to coding standard in heap_2.c and heap_4.c.
Richard Barry [Tue, 25 Jun 2013 12:20:29 +0000 (12:20 +0000)]
Improve efficiency of memory allocation when the memory block is already aligned correctly.
Richard Barry [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.
Richard Barry [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.
Richard Barry [Sun, 23 Jun 2013 21:11:37 +0000 (21:11 +0000)]
Update trace recorder code in the LPC18xx project.
Richard Barry [Sun, 23 Jun 2013 20:38:17 +0000 (20:38 +0000)]
Remove old trace recorder source from LPC18xx project.
Richard Barry [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.
Richard Barry [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.
Richard Barry [Sun, 23 Jun 2013 08:00:39 +0000 (08:00 +0000)]
Back out changes to LPC18xx UDP demo.
Richard Barry [Sun, 23 Jun 2013 07:27:46 +0000 (07:27 +0000)]
Add extra debug comment into list.c.
Richard Barry [Thu, 20 Jun 2013 14:59:11 +0000 (14:59 +0000)]
Add retarget.c to RVDS project to ensure semihosting is not used.
Richard Barry [Thu, 20 Jun 2013 14:57:44 +0000 (14:57 +0000)]
Add missing function prototype.
Richard Barry [Thu, 20 Jun 2013 14:56:40 +0000 (14:56 +0000)]
Update RVDS port layer to match IAR port layer.
Richard Barry [Thu, 20 Jun 2013 12:49:53 +0000 (12:49 +0000)]
RZ RVDS and IAR projects.
Richard Barry [Thu, 20 Jun 2013 12:47:21 +0000 (12:47 +0000)]
RVDS ARM Cortex-A port layer.
Richard Barry [Thu, 20 Jun 2013 12:20:40 +0000 (12:20 +0000)]
IAR ARM Cortex-A port layer.
Richard Barry [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.
Richard Barry [Tue, 11 Jun 2013 20:11:29 +0000 (20:11 +0000)]
Update RX100 project to e2studio V2 format.
Richard Barry [Tue, 11 Jun 2013 18:46:00 +0000 (18:46 +0000)]
Improve the error detection in some of the standard demo tasks.
Richard Barry [Tue, 11 Jun 2013 16:11:21 +0000 (16:11 +0000)]
Add the APPLICATION_DEFINED port type to the trcHardwarePort.h template.
Richard Barry [Sat, 8 Jun 2013 18:36:25 +0000 (18:36 +0000)]
Update port layers to make better use of the xTaskIncrementTick() return value.
Richard Barry [Sat, 8 Jun 2013 18:30:52 +0000 (18:30 +0000)]
Check in implementation of xTaskIncrementTick (replaced vTaskIncrementTick()).
Richard Barry [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.
Richard Barry [Fri, 7 Jun 2013 19:24:10 +0000 (19:24 +0000)]
Update include paths in Rowley MSP430 project file.
Richard Barry [Fri, 7 Jun 2013 15:23:34 +0000 (15:23 +0000)]
Add UV4 project to old RVDS LPC2129 UV2 directory.
Richard Barry [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().
Richard Barry [Fri, 7 Jun 2013 12:16:58 +0000 (12:16 +0000)]
Convert the remaining ports to use xTaskIncrementTick() in place of vTaskIncremenTick().
Richard Barry [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.
Richard Barry [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.
Richard Barry [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.
Richard Barry [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.
Richard Barry [Thu, 6 Jun 2013 16:31:15 +0000 (16:31 +0000)]
Convert more ports to use xTaskIncrementTick() in place of vTaskIncrementTick().
Richard Barry [Thu, 6 Jun 2013 16:06:48 +0000 (16:06 +0000)]
Convert mpre ports to use xTaskIncrementTick() in place of vTaskIncrementTick().
Richard Barry [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.
Richard Barry [Thu, 6 Jun 2013 14:56:47 +0000 (14:56 +0000)]
Add default value for configUSE_TIME_SLICING
Richard Barry [Thu, 6 Jun 2013 13:06:24 +0000 (13:06 +0000)]
Update RM48/TMS570 port to use xTaskIncrementTick in place of vTaskIncrementTick.
Richard Barry [Thu, 6 Jun 2013 12:54:00 +0000 (12:54 +0000)]
Ensure RM48 demo compiles in co-operative mode.
Richard Barry [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().
Richard Barry [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.
Richard Barry [Thu, 6 Jun 2013 11:15:08 +0000 (11:15 +0000)]
Place DSB instruction before WFI instruction in EFMG890F128 demo.