Skip to content

Commit

Permalink
Merge pull request #397 from avan989/fix-396-implement-rtems-sysmon
Browse files Browse the repository at this point in the history
Fix #396, Implement RTEMS Sysmons
  • Loading branch information
dzbaker committed Aug 18, 2023
2 parents 47d2c1e + 1983e95 commit d7983d0
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fsw/modules/rtems_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(rtems_sysmon rtems_sysmon.c)
target_include_directories(rtems_sysmon PRIVATE $<TARGET_PROPERTY:iodriver,INTERFACE_INCLUDE_DIRECTORIES>)
Loading

0 comments on commit d7983d0

Please sign in to comment.