You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/CCS
Gaurav-Aggarwal-AWS 97434a4e0c
Use the extended movx instruction instead of mov (#676)
The following is from the MSP430X instruction set -

```
MOVX.W Move source word to destination word.

The source operand is copied to the destination. The source operand is
not affected. Both operands may be located in the full address space.
```

The movx instruction allows both the operands to be located in the full
address space and therefore, works with large data model as well.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2 years ago
..
ARM_CM3 tree-wide: Unify formatting of __cplusplus ifdefs 2 years ago
ARM_CM4F tree-wide: Unify formatting of __cplusplus ifdefs 2 years ago
ARM_Cortex-R4 Added support of 64bit events. (#597) 2 years ago
MSP430X Use the extended movx instruction instead of mov (#676) 2 years ago