mdrivlib VS stm32mp1-baremetal

Compare mdrivlib vs stm32mp1-baremetal and see what are their differences.

mdrivlib

Embedded driver library using modern C++. Currently supports STM32MP1, STM32H7, STM32F7, STM32F4 and STM32F0 (by 4ms)

stm32mp1-baremetal

Baremetal framework and example projects for the STM32MP15x Cortex-A7 based MPU (by 4ms)
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
mdrivlib stm32mp1-baremetal
1 9
14 142
- 7.0%
8.3 5.0
about 1 month ago 7 months ago
C++ C++
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mdrivlib

Posts with mentions or reviews of mdrivlib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-28.
  • C++20 for bare-metal microcontroller programming
    4 projects | /r/cpp | 28 Apr 2023
    Being able to mark a register RW vs RO vs WO and have the compiler check your access is great. Have you also considered the case where a register bit is cleared by writing a 1 to it (or to another register)? I've also implemented my own approach for a general register class (bits and pieces stolen from various other projects): https://github.com/4ms/mdrivlib/blob/main/drivers/register_access.hh I use types for registers, rather than structs, which lets me do RegisterSetClear to handle the case where different registers set and clear a bit.

stm32mp1-baremetal

Posts with mentions or reviews of stm32mp1-baremetal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-27.

What are some alternatives?

When comparing mdrivlib and stm32mp1-baremetal you can also consider the following projects:

Tuna-i3-Plus - This is a modified version of the Marlin 1.1.2 firmware for the WANHAO Duplicator i3 Plus 3d printer.

stm32-usart-uart-dma-rx-tx - STM32 examples for USART using DMA for efficient RX and TX transmission

Aurora-SDK - SDK for Qu-Bit Aurora - Eurorack Reverb Platform

mt32-pi - 🎹🎶 A baremetal kernel that turns your Raspberry Pi 3 or later into a Roland MT-32 emulator and SoundFont synthesizer based on Circle, Munt, and FluidSynth.

Kvasir - C++ Metaprogramming library enabling better static checking and register abstraction in embedded software

deepC - vendor independent TinyML deep learning library, compiler and inference framework microcomputers and micro-controllers

msp432-cpp - MSP432 Buildsystem without any standard-libs written completely in C++ 20

JUCE - JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.

baremetal - ARM Cortex-M bare-metal example code in C++ and CMake build

STM32_Base_Project - STM32 Base project with a lot of stuff

cortex-m3-rtos - ARM Cortex-M3 Real-Time Operating System for educational purpose.

MySQL_MariaDB_Generic - This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with Teensy 4.1 NativeEthernet/QNEthernet, W5x00 or ENC28J60 Ethernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. Ethernet_Generic library is used as default for W5x00