Advice on using C++ in low level embedded

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • etl

    Embedded Template Library

  • I would also like to recommend the embedded template library ETL https://www.etlcpp.com/. It replaces almost everything from the standard template library without using dynamic allocation. So you can use for example vectors, but you have to define at compiling time what maximum size it will have.

  • real-time-cpp

    Source code for the book Real-Time C++, by Christopher Kormanyos

  • Currently leaning C++ for embedded as well. My guideline book that I am reading at the moment is "Real-Time C++ by Christopher Kormanyos (third edition)" (https://github.com/ckormanyos/real-time-cpp)

  • 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
  • amp-embedded-infra-lib

    amp-embedded-infra-lib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development

  • I am personally a bigger fan of the https://github.com/philips-software/embeddedinfralib/tree/modern-cmake project.

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

  • Is chance of memory fragmentation high when using std::vector and std::string?

    2 projects | /r/embedded | 19 Oct 2021
  • Semantic Version GitHub Action

    2 projects | /r/programming | 8 Jul 2023
  • Code coverage with clang and gcovr

    2 projects | /r/cpp_questions | 12 Apr 2023
  • Looking for well written, modern C++ (17/20) example projects for microcontrollers

    19 projects | /r/embedded | 16 Mar 2023
  • What is on your CI?

    3 projects | /r/embedded | 21 Feb 2023