Name Date Size #Lines LOC

..04-Sep-2024-

config_files/H10-Jul-2024-742737

docs/H09-Aug-2024-391293

src/H17-Aug-2024-4,0202,159

test/H17-Aug-2024-5,1694,098

README.mdH A D09-Aug-2024498 1611

meson.buildH A D12-Jan-2024199 107

README.md

1# phosphor-power-sequencer
2
3## Overview
4
5The phosphor-power-sequencer application powers the chassis on/off and monitors
6the power sequencer device. The application is configured by an optional JSON
7configuration file.
8
9## Sub-directories
10
11- [config_files](config_files/) contains JSON configuration files
12- [docs](docs/) contains documentation on this application and the JSON
13  configuration file format
14- [src](src/) contains the C++ implementation
15- [test](test/) contains automated test cases
16