Modern embedded framework, using Rust and async.
Go to file
Dario Nieuwenhuis 2bb9c0f10d
Merge pull request #4100 from ckrenslehner/fix/stm32wb-low-power
fix: stm32wb55 low power feature did not compile
2025-04-15 19:14:30 +02:00
.github Add docs related things 2025-03-19 13:05:10 -05:00
.vscode Embassy for MSPM0 2025-03-13 22:10:45 -05:00
cyw43 cyw43: make State::new a const fn 2025-04-13 00:26:43 -07:00
cyw43-firmware cyw43: add Bluetooth support. 2024-08-05 21:07:42 +02:00
cyw43-pio Remove Peripheral trait, rename PeripheralRef->Peri. 2025-03-27 15:18:06 +01:00
docs update documentation and examples to mention RP235x 2025-04-13 22:23:07 +02:00
embassy-boot chore: bump embassy-sync version 2025-01-15 16:12:36 +01:00
embassy-boot-nrf Remove Peripheral trait, rename PeripheralRef->Peri. 2025-03-27 15:18:06 +01:00
embassy-boot-rp Remove Peripheral trait, rename PeripheralRef->Peri. 2025-03-27 15:18:06 +01:00
embassy-boot-stm32 chore: bump embassy-sync version 2025-01-15 16:12:36 +01:00
embassy-embedded-hal Add proper error handling if CS is not dropped 2025-02-07 10:39:08 +08:00
embassy-executor fix rustfmt 2025-04-08 22:30:17 +02:00
embassy-executor-macros executor: add executor selection to #[embassy_executor::main] 2025-04-06 18:52:32 -07:00
embassy-futures Add is_x() methods for all EitherN enum variants 2024-12-14 22:33:24 +01:00
embassy-hal-internal Remove Peripheral trait, rename PeripheralRef->Peri. 2025-03-27 15:18:06 +01:00
embassy-imxrt Add Embassy iMXRT RTC Time Driver 2025-04-09 13:22:26 -07:00
embassy-mspm0 mspm0: add uart tests 2025-04-06 21:15:42 -05:00
embassy-net embassy-net: Add std and alloc features 2025-03-20 11:30:37 +08:00
embassy-net-adin1110 Prepare embassy-net drivers 2025-01-05 21:35:03 +01:00
embassy-net-driver rustfmt for new nightly. 2024-10-14 00:12:45 +02:00
embassy-net-driver-channel chore: bump embassy-sync version 2025-01-15 16:12:36 +01:00
embassy-net-enc28j60 Prepare embassy-net drivers 2025-01-05 21:35:03 +01:00
embassy-net-esp-hosted doc: Fix "the the" 2025-02-19 17:29:21 +01:00
embassy-net-nrf91 chore: bump embassy-sync version 2025-01-15 16:12:36 +01:00
embassy-net-ppp chore: bump embassy-sync version 2025-01-15 16:12:36 +01:00
embassy-net-tuntap rustfmt for new nightly. 2024-10-14 00:12:45 +02:00
embassy-net-wiznet Prepare embassy-net drivers 2025-01-05 21:35:03 +01:00
embassy-nrf BufferedUart initialization 2025-04-04 21:54:36 -07:00
embassy-nxp Remove Peripheral trait, rename PeripheralRef->Peri. 2025-03-27 15:18:06 +01:00
embassy-rp Merge pull request #4093 from 1-rafael-1/rp235x-input-pwm-fix 2025-04-15 19:14:19 +02:00
embassy-stm32 fix: stm32wb55 low power feature did not compile 2025-04-15 18:01:46 +02:00
embassy-stm32-wpan Remove Peripheral trait, rename PeripheralRef->Peri. 2025-03-27 15:18:06 +01:00
embassy-sync Merge pull request #3932 from AlixANNERAUD/add-rwlock 2025-04-14 00:50:49 +02:00
embassy-time embassy-time: don't select critical-section impl for std 2025-04-04 22:07:02 +02:00
embassy-time-driver Allow inlining on time driver boundary 2025-02-03 17:20:35 +01:00
embassy-time-queue-utils Rename ETQD, bump date 2024-12-22 21:00:23 +01:00
embassy-usb Merge pull request #3992 from elagil/usb_fixes 2025-03-25 11:03:53 +00:00
embassy-usb-dfu doc: add docu strings for dfu 2025-02-11 10:08:47 +01:00
embassy-usb-driver Remove leftover cargo new boilerplate. 2024-04-26 22:59:50 +02:00
embassy-usb-logger chore: bump embassy-sync version 2025-01-15 16:12:36 +01:00
embassy-usb-synopsys-otg otg: Allow exact out buffer size 2025-02-17 13:38:31 +08:00
examples rp: i2c-slave example: fix twice-swapped sda/scl 2025-04-15 17:44:50 +08:00
release add convenience script to bump dependency version 2024-06-04 09:19:07 +02:00
tests Merge pull request #4017 from shilga/SpinlockMutex 2025-04-07 23:13:35 +00:00
.gitattributes mark json file inside .vscode folder as jsonc 2024-01-06 11:59:55 +08:00
.gitignore add JetBrains editor artifacts to .gitignore 2025-02-22 18:17:52 -08:00
ci-nightly.sh avr: Change ci-nightly target from avr-unknown-gnu-atmega328 to avr-none 2025-03-12 21:12:15 +01:00
ci-xtensa.sh Rename ETQD, bump date 2024-12-22 21:00:23 +01:00
ci.sh fix: stm32wb55 low power feature did not compile 2025-04-15 18:01:46 +02:00
LICENSE-APACHE Centralize license and MSRV boilerplate into the repo readme. 2024-01-11 18:18:35 +01:00
LICENSE-CC-BY-SA Explicitly license the book prose CC-BY-SA 2024-05-23 09:57:10 +02:00
LICENSE-MIT Centralize license and MSRV boilerplate into the repo readme. 2024-01-11 18:18:35 +01:00
NOTICE.md Fix spelling and white space mistakes 2024-04-11 19:45:38 +00:00
README.md Remove Peripheral trait, rename PeripheralRef->Peri. 2025-03-27 15:18:06 +01:00
rust-toolchain-nightly.toml Update Rust stable, nightly. 2025-03-12 21:07:48 +01:00
rust-toolchain.toml Update Rust stable, nightly. 2025-03-12 21:07:48 +01:00
rustfmt.toml chore: bump embassy-sync version 2025-01-15 16:12:36 +01:00

Embassy

Embassy is the next-generation framework for embedded applications. Write safe, correct and energy-efficient embedded code faster, using the Rust programming language, its async facilities, and the Embassy libraries.

Documentation - API reference - Website - Chat

Rust + async ❤️ embedded

The Rust programming language is blazingly fast and memory-efficient, with no runtime, garbage collector or OS. It catches a wide variety of bugs at compile time, thanks to its full memory- and thread-safety, and expressive type system.

Rust's async/await allows for unprecedentedly easy and efficient multitasking in embedded systems. Tasks get transformed at compile time into state machines that get run cooperatively. It requires no dynamic memory allocation, and runs on a single stack, so no per-task stack size tuning is required. It obsoletes the need for a traditional RTOS with kernel context switching, and is faster and smaller than one!

Batteries included

  • Hardware Abstraction Layers - HALs implement safe, idiomatic Rust APIs to use the hardware capabilities, so raw register manipulation is not needed. The Embassy project maintains HALs for select hardware, but you can still use HALs from other projects with Embassy.

    • embassy-stm32, for all STM32 microcontroller families.
    • embassy-nrf, for the Nordic Semiconductor nRF52, nRF53, nRF54 and nRF91 series.
    • embassy-rp, for the Raspberry Pi RP2040 and RP23xx microcontrollers.
    • embassy-mspm0, for the Texas Instruments MSPM0 microcontrollers.
    • esp-rs, for the Espressif Systems ESP32 series of chips.
      • Embassy HAL support for Espressif chips, as well as Async WiFi, Bluetooth and ESP-NOW, is being developed in the esp-rs/esp-hal repository.
    • ch32-hal, for the WCH 32-bit RISC-V(CH32V) series of chips.
    • mpfs-hal, for the Microchip PolarFire SoC.
    • py32-hal, for the Puya Semiconductor PY32 series of microcontrollers.
  • Time that Just Works - No more messing with hardware timers. embassy_time provides Instant, Duration and Timer types that are globally available and never overflow.

  • Real-time ready - Tasks on the same async executor run cooperatively, but you can create multiple executors with different priorities, so that higher priority tasks preempt lower priority ones. See the example.

  • Low-power ready - Easily build devices with years of battery life. The async executor automatically puts the core to sleep when there's no work to do. Tasks are woken by interrupts, there is no busy-loop polling while waiting.

  • Networking - The embassy-net network stack implements extensive networking functionality, including Ethernet, IP, TCP, UDP, ICMP and DHCP. Async drastically simplifies managing timeouts and serving multiple connections concurrently.

  • Bluetooth

    • The trouble crate provides a Bluetooth Low Energy 4.x and 5.x Host that runs on any microcontroller implementing the bt-hci traits (currently nRF52, rp2040, rp23xx and esp32 and serial controllers are supported).
    • The nrf-softdevice crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers.
    • The embassy-stm32-wpan crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers.
  • LoRa - The lora-rs project provides an async LoRa and LoRaWAN stack that works well on Embassy.

  • USB - embassy-usb implements a device-side USB stack. Implementations for common classes such as USB serial (CDC ACM) and USB HID are available, and a rich builder API allows building your own.

  • Bootloader and DFU - embassy-boot is a lightweight bootloader supporting firmware application upgrades in a power-fail-safe way, with trial boots and rollbacks.

Sneak peek

use defmt::info;
use embassy_executor::Spawner;
use embassy_time::{Duration, Timer};
use embassy_nrf::gpio::{AnyPin, Input, Level, Output, OutputDrive, Pin, Pull};
use embassy_nrf::{Peri, Peripherals};

// Declare async tasks
#[embassy_executor::task]
async fn blink(pin: Peri<'static, AnyPin>) {
    let mut led = Output::new(pin, Level::Low, OutputDrive::Standard);

    loop {
        // Timekeeping is globally available, no need to mess with hardware timers.
        led.set_high();
        Timer::after_millis(150).await;
        led.set_low();
        Timer::after_millis(150).await;
    }
}

// Main is itself an async task as well.
#[embassy_executor::main]
async fn main(spawner: Spawner) {
    let p = embassy_nrf::init(Default::default());

    // Spawned tasks run in the background, concurrently.
    spawner.spawn(blink(p.P0_13.into())).unwrap();

    let mut button = Input::new(p.P0_11, Pull::Up);
    loop {
        // Asynchronously wait for GPIO events, allowing other tasks
        // to run, or the core to sleep.
        button.wait_for_low().await;
        info!("Button pressed!");
        button.wait_for_high().await;
        info!("Button released!");
    }
}

Examples

Examples are found in the examples/ folder separated by the chip manufacturer they are designed to run on. For example:

  • examples/nrf52840 run on the nrf52840-dk board (PCA10056) but should be easily adaptable to other nRF52 chips and boards.
  • examples/nrf5340 run on the nrf5340-dk board (PCA10095).
  • examples/stm32xx for the various STM32 families.
  • examples/rp are for the RP2040 chip.
  • examples/std are designed to run locally on your PC.

Running examples

  • Install probe-rs following the instructions at https://probe.rs.
  • Change directory to the sample's base directory. For example:
cd examples/nrf52840
  • Ensure Cargo.toml sets the right feature for the name of the chip you are programming. If this name is incorrect, the example may fail to run or immediately crash after being programmed.

  • Ensure .cargo/config.toml contains the name of the chip you are programming.

  • Run the example

For example:

cargo run --release --bin blinky

For more help getting started, see Getting Started and Running the Examples.

Developing Embassy with Rust Analyzer based editors

The Rust Analyzer is used by Visual Studio Code and others. Given the multiple targets that Embassy serves, there is no Cargo workspace file. Instead, the Rust Analyzer must be told of the target project to work with. In the case of Visual Studio Code, please refer to the .vscode/settings.json file's rust-analyzer.linkedProjectssetting.

Minimum supported Rust version (MSRV)

Embassy is guaranteed to compile on stable Rust 1.75 and up. It might compile with older versions but that may change in any new patch release.

Why the name?

EMBedded ASYnc! :)

License

Embassy is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.