mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 15:17:37 +03:00
13 lines
210 B
Markdown
13 lines
210 B
Markdown
# Emulation (development)
|
|
|
|
TODO: write this
|
|
|
|
Build the program using `env:emulation`, this is required to re-route `Serial.print` to qemu's stdout.
|
|
|
|
To run it:
|
|
|
|
```sh
|
|
cd scripts/emulation
|
|
docker compose up
|
|
```
|