cortex-m

Open-source projects categorized as cortex-m

Top 23 cortex-m Open-Source Projects

  • rt-thread

    RT-Thread is an open source IoT real-time operating system (RTOS).

  • tock

    A secure embedded operating system for microcontrollers

  • Project mention: OxidOS Automotive | news.ycombinator.com | 2024-03-17

    Hi! This is Daniel from OxidOS Automotive (stating this for disclaimer purposes).

    Yes, our OS is based on TockOS, and our CEO (Alex Radovici) is #7 in the contributors list (https://github.com/tock/tock/graphs/contributors), with other colleagues contributing in the past years.

  • 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
  • Project mention: Embassy 在 Blue Pill 上的点灯案例 | dev.to | 2024-04-05
  • libopencm3

    Open source ARM Cortex-M microcontroller library

  • Project mention: Open source ARM Cortex-M microcontroller library | news.ycombinator.com | 2023-12-11
  • uTensor

    TinyML AI inference library

  • rtic

    Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers

  • Project mention: Is rust used for microchip coding? | /r/rust | 2023-06-27

    There's also RTIC which is another framework that makes concurrency trivial.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • pyOCD

    Open source Python library for programming and debugging Arm Cortex-M microcontrollers

  • cortex-m

    Low level access to Cortex-M processors

  • Project mention: Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022 | news.ycombinator.com | 2023-06-27

    I do not have as strong of feelings as your parent, but:

    1. A lot of the APIs make use of the typestate pattern, which is nice, but also very verbose, and might turn many people off.

    2. The generated API documentation for the lower level crates relies on you knowing the feel for how it generates the various APIs. It can take some time to get used to, especially if you're used to the better documentation of the broader ecosystem.

    3. A bunch of the ecosystem crates assume the "I am running one program in ring0" kind of thing, and not "I have an RTOS" sort of case. See the discussion in https://github.com/rust-embedded/cortex-m/issues/233 for example.

  • cortex-m-quickstart

    Template to develop bare metal applications for Cortex-M microcontrollers

  • modm

    modm: a C++23 library generator for AVR and ARM Cortex-M devices

  • svd2rust

    Generate Rust register maps (`struct`s) from SVD files

  • nanoprintf

    The smallest public printf implementation for its feature set.

  • Project mention: nanoprintf VS callback_printf - a user suggested alternative | libhunt.com/r/nanoprintf | 2023-08-16
  • eide

    An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.

  • Project mention: Switching from IAR IDE to VSC or CLion | /r/embedded | 2023-12-07

    I recommend to use EIDE plugin for Vscode, you can easily import existed IAR project into vscode. https://em-ide.com/

  • real-time-cpp

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

  • distortos

    object-oriented C++ RTOS for microcontrollers

  • Project mention: What are some concepts/tools/tricks that are frequently used in C/C++ code for embedded software? | /r/embedded | 2023-07-10

    The only all-C++ RTOS implementation (that I've come across) is Distortos..

  • CMSIS-DSP

    CMSIS-DSP embedded compute library for Cortex-M and Cortex-A

  • Project mention: Tips for DSP | /r/embedded | 2023-05-08

    Since you're using an ARM, you've also got access to CMSIS-DSP, which has most basic DSP functions you'll need already hand optimized for whichever ARM core you have: https://github.com/ARM-software/CMSIS-DSP

  • lbForth

    Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.

  • embedded-alloc

    A heap allocator for embedded systems

  • blackmagic-espidf

    Blackmagic Wireless SWD Debug probe hosted on esp-idf SDK (for ESP8266) with UART on Telnet port and HTTP using xterm.js

  • Zenroom

    Embedded no-code VM executing human-like language to manipulate data and process cryptographic operations.

  • EmbeddedProto

    Embedded Proto is a C++ Protocol Buffers implementation specifically suitable for microcontrollers. It is small, reliable and easy to use.

  • rustBoot

    rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

cortex-m related posts

  • OxidOS Automotive

    1 project | news.ycombinator.com | 17 Mar 2024
  • Open source ARM Cortex-M microcontroller library

    1 project | news.ycombinator.com | 11 Dec 2023
  • Safety vs. Performance. A case study of C, C++ and Rust sort implementations

    11 projects | news.ycombinator.com | 5 Oct 2023
  • nanoprintf VS callback_printf - a user suggested alternative

    2 projects | 16 Aug 2023
  • Setting up a good dev environment without recreating the world

    2 projects | /r/embedded | 12 Jul 2023
  • Is there a command line process for ST embedded devices?

    4 projects | /r/embedded | 10 Jun 2023
  • RTIC (The hardware accelerated Rust RTOS) releases v2.0.0!

    1 project | /r/rust | 1 Jun 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 5 May 2024
    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. Learn more →

Index

What are some of the best open-source cortex-m projects? This list will help you:

Project Stars
1 rt-thread 9,715
2 tock 4,990
3 stlink 4,174
4 libopencm3 2,944
5 DAPLink 2,161
6 uTensor 1,646
7 rtic 1,626
8 pyOCD 1,056
9 cortex-m 758
10 cortex-m-quickstart 712
11 modm 700
12 svd2rust 656
13 nanoprintf 575
14 eide 557
15 real-time-cpp 537
16 distortos 431
17 CMSIS-DSP 420
18 lbForth 398
19 embedded-alloc 268
20 blackmagic-espidf 244
21 Zenroom 183
22 EmbeddedProto 181
23 rustBoot 178

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com