va108xx-rs/defmt-testapp
Robin Mueller 94c6d91bae New VA108xx Rust workspace structure + dependency updates
- 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
2024-06-16 16:16:45 +02:00
..
.cargo New VA108xx Rust workspace structure + dependency updates 2024-06-16 16:16:45 +02:00
src New VA108xx Rust workspace structure + dependency updates 2024-06-16 16:16:45 +02:00
.gitignore New VA108xx Rust workspace structure + dependency updates 2024-06-16 16:16:45 +02:00
Cargo.toml New VA108xx Rust workspace structure + dependency updates 2024-06-16 16:16:45 +02:00
README.md New VA108xx Rust workspace structure + dependency updates 2024-06-16 16:16:45 +02:00

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).