xref: /openbmc/phosphor-power/phosphor-regulators/README.md (revision d1312fca296a458b0bb7e7d44c650285ee01bec6)
1# phosphor-regulators
2
3## Overview
4
5The `phosphor-regulators` application configures and monitors voltage
6regulators. The application is controlled by a JSON configuration file.
7
8## Sub-directories
9
10- [config_files](config_files/) contains JSON configuration files
11- [docs](docs/) contains documentation on this application and the JSON
12  configuration file format
13- [examples](examples/) contains examples, such as a simple JSON configuration
14  file
15- [schema](schema/) contains schema defining the JSON configuration file format
16- [src](src/) contains the C++ implementation
17- [test](test/) contains automated test cases
18- [tools](tools/) contains command line tools, such as the JSON configuration
19  file validation tool
20