Skip to content

Commit

Permalink
Fix #398, initial commit of vxworks sysmon
Browse files Browse the repository at this point in the history
  • Loading branch information
Van committed Aug 16, 2023
1 parent 47d2c1e commit 1688996
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fsw/mcp750-vxworks/psp_module_list.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ timebase_vxworks
eeprom_direct
ram_direct
port_direct
iodriver
#vxworks_sysmon
5 changes: 5 additions & 0 deletions fsw/modules/vxworks_sysmon/CMakeLists.txt
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>)
Loading

0 comments on commit 1688996

Please sign in to comment.