├── .gitignore ├── README ├── TODO ├── msr.py ├── msrtool.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelm/msrtool/HEAD/.gitignore -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelm/msrtool/HEAD/README -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- 1 | BPC, BPI, ISO configuration 2 | -------------------------------------------------------------------------------- /msr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelm/msrtool/HEAD/msr.py -------------------------------------------------------------------------------- /msrtool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelm/msrtool/HEAD/msrtool.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyserial 2 | --------------------------------------------------------------------------------