Skip to content

Commit

Permalink
Fix #396, Implement RTEMS Sysmons
Browse files Browse the repository at this point in the history
  • Loading branch information
Van committed Aug 1, 2023
1 parent 47d2c1e commit ec3b38d
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 ec3b38d

Please sign in to comment.