usb-otg-workspace
A collection of examples for
synopsys-usb-otg
.
rustup target add thumbv7em-none-eabihf
cd example-f429zi-board
openocd -f openocd.cfg &
cargo run --release --features "fs" --example serial
cargo run --release --features "fs" --example test_class
rustup target add thumbv7em-none-eabihf
cd example-f446re-board
openocd -f openocd.cfg &
cargo run --release --features "fs" --example serial
cargo run --release --features "fs" --example test_class
rustup target add thumbv7em-none-eabihf
cd example-f446ze-board
openocd -f openocd.cfg &
cargo run --release --features "fs" --example serial
cargo run --release --features "fs" --example test_class
rustup target add thumbv7em-none-eabihf
cd example-f401-board
openocd -f openocd.cfg &
cargo run --release --example serial
cargo run --release --example test_class
rustup target add thumbv7em-none-eabihf
cd example-f407-board
openocd -f openocd.cfg &
cargo run --release --example serial
cargo run --release --example test_class
rustup target add thumbv7em-none-eabihf
cd example-xcore407i-board
openocd -f openocd.cfg &
cargo run --release --example serial --features "fs"
cargo run --release --example test_class --features "fs"