riscv-rust / riscv-rust-quickstart

A template for building Rust applications for HiFive1 boards
205 stars 24 forks source link

add -nogui for JLinkGDBServer options #13

Closed almindor closed 4 years ago

almindor commented 4 years ago

The new JLink software defaults to showing a rather distracting GUI window on each upload and other operations.

There's a new -nogui option which should be used with these examples.

Disasm commented 4 years ago

Thank you!