nasa/fprime

Refactor Os::Mutex into CMake Selection

Opened this issue · 0 comments

F´ Version
Affected Component

Feature Description

  • Refactor Os::Mutex into the Interface, Os::Mutex, and Implementation classes (following pattern of Os::File)
  • Implement Posix implementation
  • Implement Stub implementation
  • Implement Test stub implementation
  • Build common rules-based tests
  • Build specific posix tests
  • Build stub interface tests
  • Setup default posix implementation for Posix platforms
  • Document