Skip to content

Hyperloop-UPV/Hyper-fw-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperloopUPV Hyper utility

This is a utility program to use for HyperloopUPV Firmware subsystem

Usage

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

Building

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

About

A cli utility program to use for HyperloopUPV Firmware subsystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors