cortex-m VS arraystring

Compare cortex-m vs arraystring and see what are their differences.

cortex-m

Low level access to Cortex-M processors (by rust-embedded)

arraystring

Fixed capacity stack based generic string that works on stable (by paulocsanz)
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
cortex-m arraystring
6 1
758 20
2.6% -
7.6 0.0
4 days ago over 1 year ago
Rust Rust
Apache License 2.0 -
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.

cortex-m

Posts with mentions or reviews of cortex-m. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.

arraystring

Posts with mentions or reviews of arraystring. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-19.
  • A GPIO Driver in Rust
    7 projects | news.ycombinator.com | 19 Jul 2021
    Your examples will not compile without alloc. IMHO, kernel needs another kind of String type anyway, e.g. https://github.com/paulocsanz/arraystring .

What are some alternatives?

When comparing cortex-m and arraystring you can also consider the following projects:

cortex-m-rt - Minimal startup / runtime for Cortex-M microcontrollers

Windows-driver-samples - This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.

stm32-rs - Embedded Rust device crates for STM32 microcontrollers

rust - Empowering everyone to build reliable and efficient software.

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

wyhash-rs - wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust

pico-examples

stm32-hal - This library provides access to STM32 peripherals in Rust.

zero-copy-pads - Padding/aligning values without heap allocation

embedded-alloc - A heap allocator for embedded systems

bbqueue - A SPSC, lockless, no_std, thread safe, queue, based on BipBuffers

probe-run - Run embedded programs just like native ones