An open API service indexing awesome lists of open source software.

https://github.com/openbmc/witherspoon-pfault-analysis

Power fault analysis routines for the Witherspoon system
https://github.com/openbmc/witherspoon-pfault-analysis

Last synced: 10 months ago
JSON representation

Power fault analysis routines for the Witherspoon system

Awesome Lists containing this project

README

          

# witherspoon-pfault-analysis

Code for detecting and analyzing power faults on Witherspoon.

## To Build

To build this package, do the following steps:

1. `meson setup build`
2. `ninja -C build`

To clean the repository again run `rm -rf build`.