Soren Ptak
839ccb719b
Use Regex for Copyright Year in Header Check ( #1002 )
11 months ago
Soren Ptak
b3febb7416
Revert formatting on Tasking ports ( #887 )
...
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
1 year ago
Boris van der Meer
d43062ba78
Add trace hook macro for most ports ( #794 )
...
Add trace hook macro for most ports
In pull request #659 we introduced better support for tracing
tools like systemview. This patchset adds support for more
ports as requested in the original pull request.
1 year ago
Soren Ptak
5fb9b50da8
CI-CD Updates ( #768 )
...
* Use new version of CI-CD Actions
* Use cSpell spell check, and use ubuntu-20.04 for formatting check
* Format and spell check all files in the portable directory
* Remove the https:// from #errors and #warnings as uncrustify attempts to change it to /*
* Use checkout@v3 instead of checkout@v2 on all jobs
---------
1 year ago
Paul Bartell
c1980cedb1
tree-wide: Unify formatting of __cplusplus ifdefs
2 years ago
kar-rahul-aws
99797e14e3
Cortex-M Assert when NVIC implements 8 PRIO bits ( #639 )
...
* Cortex-M Assert when NVIC implements 8 PRIO bits
* Fix CM3 ports
* Fix ARM_CM3_MPU
* Fix ARM CM3
* Fix ARM_CM4_MPU
* Fix ARM_CM4
* Fix GCC ARM_CM7
* Fix IAR ARM ports
* Uncrustify changes
* Fix MikroC_ARM_CM4F port
* Fix MikroC_ARM_CM4F port-(2)
* Fix RVDS ARM ports
* Revert changes for Tasking/ARM_CM4F port
* Revert changes for Tasking/ARM_CM4F port-(2)
* Update port.c
Fix GCC/ARM_CM4F port
* Update port.c
* update GCC\ARM_CM4F port
* update port.c
* Assert to check configMAX_SYSCALL_INTERRUPT_PRIORITY is set to higher priority
* Fix merge error: remove duplicate code
* Fix typos
---------
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-17-174.ec2.internal>
2 years ago
Chris Copeland
a9e1f66849
Interrupt priority assert improvements for CM3/4/7 ( #602 )
...
* Interrupt priority assert improvements for CM3/4/7
In the ARM_CM3, ARM_CM4, and ARM_CM7 ports, change the assertion that
`configMAX_SYSCALL_INTERRUPT_PRIORITY` is nonzero to account for the
number of priority bits implemented by the hardware.
Change these ports to also use the lowest priority for PendSV and
SysTick, ignoring `configKERNEL_INTERRUPT_PRIORITY`.
* Remove not needed configKERNEL_INTERRUPT_PRIORITY define
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
---------
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
2 years ago
Dusan Cervenka
91c20f5f42
Added support of 64bit events. ( #597 )
...
* Added support of 64bit even
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Added missing brackets
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Made proper name for tick macro.
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Improved macro evaluation
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Fixed missed port files + documentation
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Changes made on PR
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Fix macro definition.
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Formatted code with uncrustify
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
---------
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
2 years ago
Paul Bartell
01820d3ed9
Normalize line endings and whitespace in source files
2 years ago
Paul Bartell
eec42331b4
Normalize files with mixed line endings (introduced in commit 3a413d1
)
4 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
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.
4 years ago
David Chalco
5dfab0306b
Update version number to 10.4.0 ( #153 )
4 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
8c77117c32
Style: Remove tabs and tab == 4 spaces ( #120 )
...
* Style: Remove tabls and tab == 4 spaces
* Style: remove xx accidentally left
* Style: revert uncrustify for untested portable directories
* Style: revert more uncrustify files
* Style: Revert more uncrustified files
* Style: Revert some uncrutified files
* Style: change more files
* Style: remove t tab == 4 spaces
* Style: remove tabs = spaces
* Style: revert changed files
* Style: redo the stuyles
* Style: add uncrustify disable parsing for asm
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
5 years ago
Gaurav-Aggarwal-AWS
a717d9c62b
Update portNVIC_SYSPRI2_REG to portNVIC_SHPR3_REG ( #86 )
...
The reason for the change is that the register is called System Handler
Priority Register 3 (SHPR3).
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
5 years ago
Alfred Gedeon
587a83d647
Style: uncrustify kernel files
5 years ago
Alfred Gedeon
718178c68a
Style: uncrusitfy
5 years ago
Alfred Gedeon
a5dbc2b1de
Style: uncrustify kernel files
5 years ago
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.
5 years ago
Yuhui Zheng
210b1ffcc8
Re-sync with upstream and stripping away none kernel related.
5 years ago