-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nasa#398, initial commit of vxworks sysmon
- Loading branch information
Van
committed
Aug 16, 2023
1 parent
47d2c1e
commit 1c98fcf
Showing
3 changed files
with
561 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 |
---|---|---|
|
@@ -6,3 +6,5 @@ timebase_vxworks | |
eeprom_direct | ||
ram_direct | ||
port_direct | ||
iodriver | ||
#vxworks_sysmon |
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,5 @@ | ||
|
||
# Pseudo-terminal interface module | ||
# add_definitions(-DDEBUG_BUILD) | ||
add_psp_module(vxworks_sysmon vxworks_sysmon.c) | ||
target_include_directories(vxworks_sysmon PRIVATE $<TARGET_PROPERTY:iodriver,INTERFACE_INCLUDE_DIRECTORIES>) |
Oops, something went wrong.