Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grisp/grisp_emulation
Hardware emulation layer for the GRiSP runtime
https://github.com/grisp/grisp_emulation
embedded emulation erlang grisp iot
Last synced: about 1 month ago
JSON representation
Hardware emulation layer for the GRiSP runtime
- Host: GitHub
- URL: https://github.com/grisp/grisp_emulation
- Owner: grisp
- License: apache-2.0
- Created: 2019-03-21T15:01:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T10:20:39.000Z (5 months ago)
- Last Synced: 2024-10-30T16:55:46.436Z (about 2 months ago)
- Topics: embedded, emulation, erlang, grisp, iot
- Language: Erlang
- Size: 56.6 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# grisp_emulation
This is a hardware emulation layer for the
[GRiSP runtime](https://github.com/grisp/grisp). With this, you can replace the
GRiSP specific low-level drivers with a native Erlang emulation. This allows you
to run the GRiSP runtime on a normal development computer instead of on the
board.The emulation layer comes with a few different emulated Pmod drivers:
* PmodACL2
* PmodGYRO
* PmodNAVThe emulated drivers are in various states of development, ranging from just
barely starting to a semi-full emulated state of hardware components.
Contributions adding new drivers are welcome!It also comes with an emulation structure for changing the low-level drivers:
* SPI
* GPIO
* I2CThis is what the emulated drivers above hook into to fake actual hardware.