bluepill-rust-blinky/defmt-ringbuf
2024-03-03 15:49:38 +00:00
..
defmt-ringbuf-test i2c modules and defmt from OpenEMC 2024-03-03 15:49:38 +00:00
src i2c modules and defmt from OpenEMC 2024-03-03 15:49:38 +00:00
Cargo.lock i2c modules and defmt from OpenEMC 2024-03-03 15:49:38 +00:00
Cargo.toml i2c modules and defmt from OpenEMC 2024-03-03 15:49:38 +00:00
LICENSE-APACHE i2c modules and defmt from OpenEMC 2024-03-03 15:49:38 +00:00
LICENSE-MIT i2c modules and defmt from OpenEMC 2024-03-03 15:49:38 +00:00
README.md i2c modules and defmt from OpenEMC 2024-03-03 15:49:38 +00:00

defmt-ringbuf

This crate stores defmt log messages in a simple ring buffer that is persisted across resets. You still need to read the messages from the buffer and transfer them to a host for formatting.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in defmt-ringbuf by you shall be licensed as above, without any additional terms or conditions.