Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-06 | firmware: Use pip freeze for requirements.txtHEADmain | xengineering | |
This results in a complete list of required Python dependencies with fixed versions. This ensures that the build works reliably given that the dependencies are still available in referenced versions. | |||
2024-08-29 | firmware: zephyrproject: Add requirements.txt | xengineering | |
This is (hopefully) the minimal set of Python dependencies required to execute the firmware build. It is meant to be installed inside a Python virtual environment (venv). To add one which is not accidentally tracked by Git a .gitignore files is added too. |