nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Fix #165, integrate NASA OSAL for OS abstraction #173

Closed jphickey closed 1 year ago

jphickey commented 1 year ago

Utilize NASA OSAL (https://github.com/nasa/osal) as the preferred option for OS abstraction. The "bplib_os" calls become simple wrappers around OSAL functions.

The OSAL package also provides UT assert and stub framework that can be used for unit testing.

Fixes #165

jphickey commented 1 year ago

Replaced by #174