tree: 12730032561f6bc78c593b80665538483b584341 [path history] [tgz]
  1. xyz/
  2. .gitignore
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. device.hpp
  7. device_monitor.hpp
  8. elog-errors.hpp
  9. event.hpp
  10. LICENSE
  11. Makefile.am
  12. pmbus.cpp
  13. pmbus.hpp
  14. README.md
  15. timer.cpp
  16. timer.hpp
  17. utility.cpp
  18. utility.hpp
README.md

Code for detecting and analyzing power faults on Witherspoon.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.