kar-rahul-aws
c5edc980c5
[AUTO][RELEASE]: Bump file header version to "10.6.1"
2023-08-17 17:14:06 +00:00
kar-rahul-aws
aec827831a
[AUTO][RELEASE]: Bump file header version to "10.6.0"
2023-07-13 11:45:32 +00:00
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>
2023-05-15 23:29:04 +05:30
Paul Bartell
01820d3ed9
Normalize line endings and whitespace in source files
2022-11-29 15:38:47 -08:00
Paul Bartell
eec42331b4
Normalize files with mixed line endings (introduced in commit 3a413d1
)
2021-06-01 17:55:18 -07:00
Paul Bartell
3a413d1022
Add SPDX-License-Identifier: MIT to MIT licensed files.
2021-05-27 19:57:55 -07:00
Paul Bartell
e31dccae80
Remove "1 tab == 4 spaces!" line from files that still contain it.
2021-05-27 19:57:55 -07:00
Paul Bartell
adfc53368f
Update copyright year from 2020 to 2021
2021-05-27 19:57:55 -07:00
Paul Bartell
08dc6f64ee
Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH>
2021-05-27 19:57:55 -07:00
Cobus van Eeden
ec62f69dab
[AUTO][RELEASE]: Bump file header version to "10.4.3"
2020-12-14 10:13:39 -08:00
David Chalco
337bca615e
[AUTO][RELEASE]: Bump file header version to "10.4.2"
2020-11-10 14:42:58 -08:00
David Chalco
3604527e3b
Update version number to 10.4.1 ( #173 )
2020-09-17 15:25:15 -07:00
RichardBarry
85768bb3e0
Sets the version number to 10.4.0 in assembly files. The ( #166 )
...
assembly files were missed when the other source files had
their version numbers updated.
2020-09-14 09:49:46 -07:00
alfred gedeon
0b0a2060c0
Style: Change FreeRTOS websites in comments ( #131 )
...
* Style: Change FreeRTOS websites in comments
* Style: Change freertos to FreeRTOS in comments
* Style: Remove broken link
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
2020-08-20 14:59:28 -07:00
Yuhui.Zheng
88e32327e9
version bump to v10.3.1 ( #16 )
...
* Verion bump from 10.3.0 to 10.3.1.
* version bump in task.h
* change history for 10.3.1.
2020-02-18 22:03:54 -08:00
Yuhui Zheng
210b1ffcc8
Re-sync with upstream and stripping away none kernel related.
2020-02-10 13:45:57 -08:00