.cargo
.github
automation
board-tests
bootloader
defmt-testapp
.cargo
src
.gitignore
Cargo.toml
README.md
docs
examples
flashloader
scripts
sections
va108xx
va108xx-embassy
va108xx-hal
vorago-reb1
vscode
.gitignore
.gitmodules
Cargo.toml
Embed.toml.sample
LICENSE-APACHE
NOTICE
README.md
jlink-gdb.sh
jlink.gdb
memory.x
- The workspace is now a monorepo without submodules. The HAL, PAC and BSP are integrated directly - Update all dependencies: embedded-hal v1 and RTIC v2
defmt Testapp
defmt
is clunky to use without probe-rs and requires special configuration inside the
.cargo/config.toml
file.
probe-rs
is currently problematic for usage with the VA108xx , so it is not the default tool
recommended and used for the whole workspace. This project contains an isolated, defmt
compatible
configuration for testing with defmt
(and probe-rs
).