Skip to content

Commit

Permalink
Merge pull request #404 from nasa/integration-candidate
Browse files Browse the repository at this point in the history
PSP Integration candidate: Caelum-rc4+dev55
  • Loading branch information
dzbaker authored Aug 18, 2023
2 parents 47d2c1e + 0128f4a commit fa18130
Show file tree
Hide file tree
Showing 8 changed files with 552 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Development Build: v1.6.0-rc4+dev82
- Implement RTEMS Sysmons
- find psp standard module
- See <https://github.com/nasa/PSP/pull/397> and <https://github.com/nasa/PSP/pull/402>

## Development Build: v1.6.0-rc4+dev76
- Create Workflow for IC Bundle Generation
- See <https://github.com/nasa/PSP/pull/391>
Expand Down
2 changes: 1 addition & 1 deletion fsw/mcp750-vxworks/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 76
#define CFE_PSP_IMPL_BUILD_NUMBER 82
#define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4"

/*
Expand Down
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 fa18130

Please sign in to comment.