vorago-peb1

Crates.iovorago-peb1
lib.rsvorago-peb1
version
sourcesrc
created_at2024-10-01 10:15:45.495917+00
updated_at2025-03-07 16:20:47.522741+00
descriptionBoard Support Crate for the Vorago PEB1 development board
homepagehttps://egit.irs.uni-stuttgart.de/rust/vorago-peb1
repositoryhttps://egit.irs.uni-stuttgart.de/rust/vorago-peb1
max_upload_size
id1392687
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Robin Mueller (robamu)

documentation

README

Crates.io docs.rs

Rust BSP for the Vorago PEB1 development board

This is the Rust Board Support Package crate for the Vorago PEB1 development board. Its aim is to provide drivers for the board features of the PEB1 board.

The BSP builds on top of the HAL crate for VA416xx devices.

Notes on board revisions

On RevA, issuing the monitor reset command in the GDB application is problematic and will prevent the flashed binary from working properly. On board revision B, this was not an issue. For that reason, two different *.gdb files were provided in the jlink folder for each board revision. If you are not using these files, make sure to correctly configure your flash tools depending on which tool or board your are using.

Commit count: 0

cargo fmt