27 open-source projects similar to imxrt-rs/imxrt-rs, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Imxrt Rs alternative.
This library provides a collection of low-level abstractions for interacting with hardware peripherals on Raspberry Pi devices using the Rust programming language. It serves as a type-safe interface for controlling physical pins and managing communication with external electronic components and sensors. The project distinguishes itself through its use of compile-time abstractions that map high-level function calls directly to hardware instructions, ensuring minimal runtime overhead. It provides consistent access to hardware by wrapping kernel-level device interfaces and memory-mapped register
Embassy is an asynchronous framework for microcontrollers that provides a runtime for cooperative multitasking. It enables the execution of multiple concurrent tasks to maximize energy efficiency and CPU usage, utilizing an async executor that puts the processor to sleep when idle. The framework includes a comprehensive set of embedded components, featuring a hardware abstraction layer for peripherals like GPIO, SPI, I2C, and UART, alongside a TCP/IP network stack and a USB device stack. It also provides a Bluetooth Low Energy host stack for wireless communication and a bootloader framework t
Hardware abstract layer (HAL) embedded-hal for RISC-V microcontroller GD32VF103 in Rust. Contributions welcomed!
mspm0-data aims to produce clean machine-readable data about MSPM0 microcontroller families, including:
Peripheral access API for MSP430G2553 microcontrollers (generated using svd2rust)
embedded-hal abstractions for AVR microcontrollers
Implementation of the embedded-hal traits for E310x microcontrollers
An Embedded HAL and general chip support for the TM4C123/LM4F120. Replaces the old lm4f120 crate.
A Rust embedded-hal HAL impl for the STM32F1 family based on japarics stm32f103xx-hal
Peripheral API for XMC4200 series ARM Cortex-M microcontroller in Rust