nasa / fprime

F´ - A flight software and embedded systems framework

Home Page:https://nasa.github.io/fprime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Out Non-Standard OSAL Layer Items

LeStarch opened this issue · comments

F´ Version
Affected Component

Feature Description

  • Remove Os::Watchdog as it is VxWorks specific without clear pattern for other OSes.
  • Remove Os::InterruptLock as it belongs more generally in a HAL layer
  • Remove Os/Mem.hpp and associated code as it belongs specifically to VxWorks implementations
  • Remove Os::TaskLock as it is VxWorks specific

Hi, I was wondering if Im able to do this task. This would be my first contribution to this project or any open source project.