New crate "panic-serial": prints panic messages to a serial port on no_std targets

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • avr-hal-template

    cargo-generate template for avr-hal projects

  • What bugged me right away was that the default panic handler (panic-halt) which comes with templates like this one gives no feedback whatsoever (I realize that's a very good default, and am not suggesting at all that it gets changed).

  • panic-serial

    Experimental crate to print panic messages via UART on embedded targets

  • The result can be found on crates.io: https://crates.io/crates/panic-serial and github: https://github.com/nilclass/panic-serial

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • panic-serial-example

  • A working example that uses the crate can be found here: https://github.com/nilclass/panic-serial-example

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts