I have to describe how the firmware works

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

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

    Generate diagrams from textual description

  • You can try to use the doxygen for the documentation and PlantUML for the UML, of course.

  • sphinx

    The Sphinx documentation generator

  • I use Sphinx + Breathe + doxygen. Doxygen on its own works okay for documenting the "what" (i.e. function xyz does abc) but does not work well for documenting the "why" (e.g. architecture, functionality, usage). Sphinx is much better suited for long-form documentation and it looks a lot better. See the Zephyr docs for an example of this documentation toolchain.

  • 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
  • drawio-desktop

    Official electron build of draw.io

  • I highly recommend using drawio/diagram.net (https://www.diagrams.net/), which supports a file format that embeds the "source" for the drawing inside of the .svg. There's a plugin for VS Code, or a desktop app, or a web tool.

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