AerospaceNU / AerospaceNU/stm32-avionics
Hardware failures should be handled to not prevent board functionality
- 主要語言
- C
- 星號
- 5
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Currently, some hardware failures will cause boards to loop in initialization or when writing/reading in drivers. We currently do some basic hardware status logging, but this should be expanded.
- Create standard interface for representing status of hardware
- Determine which operations currently will loop indefinitely (or at least until the watchdog timer resets the board)
- Create sane status checks for all hardware modules that will report errors but not hinder overall board functionality
- Test hardware failures (possibly simulated) to validate that checks are working and that overall functionality is only reduced in the specific hardware that has failed
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。