CI Server for embedded systems based on Raspberry Pi

This page summarizes the projects mentioned and recommended in the original post on dev.to

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. CppUTest

    CppUTest unit testing and mocking framework for C/C++

    sudo apt install -y autoconf libtool && sudo git clone https://github.com/cpputest/cpputest.git /opt/cpputest && sudo chown -R $(whoami):$(whoami) /opt/cpputest && cd /opt/cpputest && autoreconf . -i && ./configure && make tdd && echo 'export CPPUTEST_HOME=/opt/cpputest' >> ~/.bashrc && source ~/.bashrc

  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. rpi-imager

    The home of Raspberry Pi Imager, a user-friendly tool for creating bootable media for Raspberry Pi devices.

    The first thing we need to do is install the operating system (OS) on the SD card that we'll later use in the RPi. To do this, we download the Raspberry Pi Imager application, which will download the OS and install it on the SD card, allowing us to configure some OS parameters, such as the Wi-Fi connection.

  4. example-self-hosted-runner

    Example of a repository ready for unit and acceptance testing for embedded systems using a Raspberry Pi-based self-hosted runner

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

  • How to boot up ubuntu Server on Raspberry PI 5 (Headless)

    1 project | dev.to | 19 Jul 2025
  • Creating a MIDI Sound Module with Raspberry Pi and FluidSynth

    3 projects | dev.to | 19 May 2025
  • 13 yo "Vibe Coding" on Raspberry Pi and Arduino

    2 projects | dev.to | 24 Mar 2025
  • What is the best Unit testing framework for VS code for C?

    2 projects | /r/cprogramming | 23 Mar 2023
  • GitHub - Snaipe/Criterion: A cross-platform C and C++ unit testing framework for the 21st century

    3 projects | /r/C_Programming | 29 Sep 2021

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