Name Date Size #Lines LOC

..--

config_files/H--3,2823,154

docs/H--2,2261,630

examples/H--108101

schema/H--485433

src/H--14,1996,256

test/H--22,63717,364

tools/H--438361

README.mdH A D23-Sep-2025724 2015

meson.buildH A D01-Feb-2025203 129

README.md

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