Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/yaml-datasheets
Machine-readable datasheets for various hardware.
https://github.com/zenhack/yaml-datasheets
Last synced: 16 days ago
JSON representation
Machine-readable datasheets for various hardware.
- Host: GitHub
- URL: https://github.com/zenhack/yaml-datasheets
- Owner: zenhack
- License: other
- Created: 2015-02-09T01:12:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T15:02:07.000Z (over 9 years ago)
- Last Synced: 2024-10-22T06:59:25.200Z (2 months ago)
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
If you've done much bare-metal programming, you've probably become
accustomed to rifling through PDF files and transcribing a bunch of
constants into your header files.This is absurd. Give us something machine readable.
This repository is a collection of machine-readable (YAML) descriptions
for things like the memory maps of various systems, instruction set
encodings, etc.* `specs` contains the actual spec/datasheets
* `doc` contains documentation. Of particular note:
* `bibliography.txt` provides information about the sources from which
the information in `specs` was pulled.The contents of this repository is in the public domain (CC0, see
COPYING for details).