Skip to content

Commit

Permalink
Merge pull request #403 from avan989/fix-398-implement-vxwork-sysmon
Browse files Browse the repository at this point in the history
Fix #398, implement vxwork sysmon
  • Loading branch information
dzbaker committed Aug 24, 2023
2 parents fa18130 + 5037247 commit a5386f8
Show file tree
Hide file tree
Showing 3 changed files with 500 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 a5386f8

Please sign in to comment.