-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the main remote port devices as well as memory slave/master Signed-off-by: Bruno Mauricio <[email protected]>
- Loading branch information
1 parent
99b2ff5
commit ba00941
Showing
16 changed files
with
3,578 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ CONFIG_SEMIHOSTING=y | |
# Boards: | ||
# | ||
CONFIG_ARC_VIRT=y | ||
CONFIG_REMOTE_PORT=y | ||
CONFIG_PTIMER=y |
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 |
---|---|---|
|
@@ -22,6 +22,9 @@ config OR_IRQ | |
config PLATFORM_BUS | ||
bool | ||
|
||
config REMOTE_PORT | ||
bool | ||
|
||
config REGISTER | ||
bool | ||
|
||
|
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.