]> begriffs open source - freertos/log
freertos
12 years agoAdd additional comment only.
Richard Barry [Mon, 1 Jul 2013 09:05:15 +0000 (09:05 +0000)]
Add additional comment only.

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

12 years agoRefine the default tickless idle implementation in the Cortex-M3 port layers.
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.

12 years agoUpdate Win32 MSVC demo to include a simple blinky build option. The demo as it was...
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.

12 years agoUpdate QueueOverwrite.c to include a call to xQueuePeekFromISR().
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.

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

12 years agoAdd xQueueOverwrite() and a common demo task 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.

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

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

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

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

12 years agoSlight correction to coding standard in heap_2.c and heap_4.c.
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.

12 years agoImprove efficiency of memory allocation when the memory block is already aligned...
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.

12 years agoRe-implement the LPC18xx and SmartFusion2 run time stats implementation to use the...
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.

12 years agoReplace the #define that maps the uxRecursiveCallCount to the pcReadFrom pointer...
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.

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

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

12 years agoSplit the LPC18xx FreeRTOS+UDP drivers between those that use the LPCOpen library...
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.

12 years agoRemove DemoIPTrace.h from LPC18xx demo as it should be copied from is standard location.
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.

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

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

12 years agoAdd retarget.c to RVDS project to ensure semihosting is not used.
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.

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

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

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

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

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

12 years agoModify the GCC/AVR port to make use of the xTaskIncrementTick return value.
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.

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

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

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

12 years agoUpdate port layers to make better use of the xTaskIncrementTick() return value.
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.

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

12 years agoAdd MPLAB X project for PIC24.
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.

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

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

12 years agoUpdate ports that have their tick configuration in an application callback to use...
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().

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

12 years agoUpdate the PIC32 port to use xTaskIncrementTick() and change the macro used to detect...
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.

12 years agoAdd configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to the relevant...
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.

12 years agoEnsure queue functions go into the privileged code section when the MPU version is...
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.

12 years agoAdd configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS mechanism to allow the...
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.

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

12 years agoConvert mpre 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().

12 years agoConvert some 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.

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

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

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

12 years agoUpdate SAM4L_low_power_tick_management.c to use xTaskIncrementTick() in place of...
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().

12 years agoTidy up the comments and use of static function prototypes in the SAM4L_low_power_tic...
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.

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

12 years agoUpdate the standard Win32 demo to use the latest version of the trace recorder code.
Richard Barry [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.

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

12 years agoUpdate the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the latest...
Richard Barry [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.

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

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

12 years agoUpdate LPC18xx FreeRTOS+UDP demo to use LPCOpen USB and Ethernet drivers.
Richard Barry [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.

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

12 years agoRemove the Chan FATfs code as FreeRTOS now ships with a proprietary file system.
Richard Barry [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.

12 years agoEnsure a queue or semaphore that is not empty cannot be added to a queue set.
Richard Barry [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.

12 years agoUpdate the code that generates the run time stats strings so the pcStatsString[]...
Richard Barry [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.

12 years agoFix compiler warning in psp_test.c when compiled with ARM compiler.
Richard Barry [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.

12 years agoEnsure the SmartFusion2 interrupt driven UART drivers are not passed a zero length...
Richard Barry [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.

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

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

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

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

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

12 years agoConvert SmartFusion2 CLI to use the interrupt UART driver functions instead of the...
Richard Barry [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.

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

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

12 years agoUpdate comments in Atmel Studio CreateProjectDirectoryStructure.bat files to remove...
Richard Barry [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.

12 years agoUpdate flop.c and FreeRTOS.h to include a macro (and a default null implementation...
Richard Barry [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.

12 years agoUpdate Win32 simulator so it references the FreeRTOS+Trace code from the updated...
Richard Barry [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.

12 years agoSmartFusion2: Change linker file to run from NVM. Add in FreeRTOS+CLI and FreeRTOS...
Richard Barry [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.

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

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

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

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

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

12 years agoClarify license blurb at the top of the FreeRTOS+UDP and FreeRTOS+CLI source files.
Richard Barry [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.

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

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

12 years agoChange version number in common files within the FreeRTOS-plus directory and check...
Richard Barry [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.

12 years agoAdd FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS...
Richard Barry [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.

12 years agoRemove subdirectories of FreeRTOS-Plus in preparation for changing the directory...
Richard Barry [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.

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

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

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

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

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

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

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

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

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

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

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

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

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

12 years agoReplace the read back of the software interrupt register with barrier instructions...
Richard Barry [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).