https://github.com/open-source-firmware/firmware_handoff
https://github.com/open-source-firmware/firmware_handoff
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-source-firmware/firmware_handoff
- Owner: open-source-firmware
- License: cc-by-sa-4.0
- Created: 2022-11-14T18:46:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T19:39:36.000Z (over 2 years ago)
- Last Synced: 2025-01-21T10:13:49.097Z (4 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
- Contributing: contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
This repository contains the Firmware Handoff specification.
This specification is generated using the sphinx framework.
Project dependencies
====================For a ubuntu development machine, the following packages must be installed to
enable building the specification:- librsvg2-bin
- python3-sphinx
- latexmk
- texlive-latex-extraNote: the list above was tested on Ubuntu 20.04 LTS and 22.04 LTS running on
AArch64 and Amd64.Building the document
=====================The following are use to generate the specification:
- pdf:
make latexpdf- html:
make html