This is a utility program to use for HyperloopUPV Firmware subsystem
hyper <command> [options]
Commmand can be any of ["init", "help", "examples", "run", "build", "flash", "uart", "doctor", "hardfault-analysis", "stlib-build", "stlib-sim-tests"]
Use hyper help <command> to get usage of a specific command
Prebuilt binaries soon ™
Install odinlang if you don't have it: https://odin-lang.org/docs/install/
Alternatively, get the latest release with get-odin-latest.py
windows: From this directory, run
odin build . -out:hyper.exe -o:speed
linux/macos: From this directory, run
odin build . -out:hyper -o:speed