Where is C++ used in Embedded Systems

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

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. sml

    C++14 State Machine library

    All great talks, and totally agree on all points. A library that I like to point people towards that really shows off the power of modern c++ in embedded is boost sml. It's for implementing state machines in a ridiculously more elegant, readable, and maintainable way compared to a huge rats nest of if/else/case statements. If you can use it (requires c++11), it truly is a lifesaver.

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. cppreg

    A C++11 header-only library for MMIO registers

  4. stm32plus

    The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers

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

  • State machines with C++20 coroutines and Asio/Boost Async

    2 projects | /r/cpp_questions | 8 Apr 2023
  • [Boost::MSM] Huge Memory Usage Issue During Compilation

    1 project | /r/cpp_questions | 11 Nov 2022
  • State machine suggestion?

    2 projects | /r/QtFramework | 27 Oct 2022
  • Specifications for an open source finite state machine library

    1 project | /r/cpp | 25 Oct 2022
  • Do you use HSM (Hierarcical State Machines)?

    3 projects | /r/embedded | 23 Aug 2022

Did you know that C++ is
the 7th most popular programming language
based on number of references?