wokwi / wokwi-cli

Wokwi Command Line Interface (for CI use cases)
MIT License
14 stars 5 forks source link

Add support for cli parameters elf, firmware and gdbServerPort #9

Closed georgik closed 7 months ago

georgik commented 7 months ago

Current state: Values of elf, firmware and gdbServerPort are read from the file wokwi.toml.

Desired state: It's possible to pass values of parameters elf, firmware and gdbServerPort from command line. This would make the integration integration with other tools, CI and IDEs easier.

Examples:

wokwi --elf target/riscv32imac-unknown-none-elf/debug/examples/04-stack
urish commented 7 months ago

Add just --elf for now - gdbServerPort is not yet supported by the CLI, and --firmware adds some extra complexity