StevensRockSat-C / AIR

The 2022-24 mission programming
GNU General Public License v3.0
0 stars 0 forks source link

[S.7] Handle internal failures #7

Open nlundquist1 opened 7 months ago

nlundquist1 commented 7 months ago

Ensure that even if some part of the system fails, the whole system will keep going. Never raise an interrupt.

ALEEF02 commented 6 months ago

Write unit tests for internal failures

ALEEF02 commented 6 months ago

Hardware-in-the-Loop testing with self-hosted runner (on the RPi): https://ferrous-systems.com/blog/gha-hil-tests/

ALEEF02 commented 5 months ago

Connection to daqhat errors handled in #26