Paul Bartell
01820d3ed9
Normalize line endings and whitespace in source files
2 years ago
AndreiCherniaev
daf544fbc4
add extra check for compiler time ( #499 )
...
minor change to add extra check for compiler time to prevent bad config
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
3 years ago
Paul Bartell
3a413d1022
Add SPDX-License-Identifier: MIT to MIT licensed files.
4 years ago
Paul Bartell
e31dccae80
Remove "1 tab == 4 spaces!" line from files that still contain it.
4 years ago
Paul Bartell
adfc53368f
Update copyright year from 2020 to 2021
4 years ago
Paul Bartell
08dc6f64ee
Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH>
4 years ago
Cobus van Eeden
ec62f69dab
[AUTO][RELEASE]: Bump file header version to "10.4.3"
4 years ago
David Chalco
337bca615e
[AUTO][RELEASE]: Bump file header version to "10.4.2"
4 years ago
David Chalco
3604527e3b
Update version number to 10.4.1 ( #173 )
4 years ago
David Chalco
5dfab0306b
Update version number to 10.4.0 ( #153 )
5 years ago
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>
5 years ago
alfred gedeon
86653e2a1f
Style: Revert uncrustify for portable directories ( #122 )
...
* Style: revert uncrustify portable directories
* Style: Uncrustify Some Portable files
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
5 years ago
Alfred Gedeon
587a83d647
Style: uncrustify kernel files
5 years ago
Alfred Gedeon
2c530ba5c3
Style: uncrustify
5 years ago
Alfred Gedeon
718178c68a
Style: uncrusitfy
5 years ago
Alfred Gedeon
a5dbc2b1de
Style: uncrustify kernel files
5 years ago
Yuhui Zheng
f602be2a90
Removing vPortEndScheduler() implementation, since it's not implemented according to spec. ( #61 )
...
Refer to https://www.freertos.org/a00133.html .
The issue with the implementation is that, if only stop kernel tick the program will keep executing current task.
The desired behavior is to at least return/jump to the next instruction after vTaskStartScheduler().
Signed-off-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
5 years ago
Yuhui Zheng
6e7523041d
GCC/ATmegaxxxx port path and name change. ( #51 )
...
Moving ATmega port to third party directory, and mature it there. Once we are fully done, the port could then be moved back to portable/GCC.
5 years ago