-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
armv8m: Add MCX N94x target, fix armv8m build
JIRA: RTOS-881
- Loading branch information
1 parent
8c260ab
commit f0cb98e
Showing
23 changed files
with
1,941 additions
and
33 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# | ||
# Makefile for Phoenix-RTOS kernel (ARMv8 HAL) | ||
# | ||
# Copyright 2016-2017, 2019-2020, 2022, 2024 Phoenix Systems | ||
# | ||
|
||
|
||
ifneq (, $(findstring mcxn94x, $(TARGET_SUBFAMILY))) | ||
include hal/armv8m/mcx/n94x/Makefile | ||
endif | ||
|
||
OBJS += $(addprefix $(PREFIX_O)hal/armv8m/mcx/, _init.o interrupts.o) |
Oops, something went wrong.