-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
armv8-m: Guard portasm.h and FreeRTOS.h declarations
Some declarations in portasm.h and FreeRTOS.h will cause build errors if it's not understood by the assembler. For example the 'extern' keyword. To avoid these errors guard any such code inside a #ifdef #endif block so the code is included in C files but excluded by the preprocessor in assembly files. Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
- Loading branch information
1 parent
7e419c2
commit 744dc52
Showing
22 changed files
with
1,739 additions
and
1,623 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.