Async Rust in Embedded Systems with Embassy - Dario Nieuwenhuis

Поділитися
Вставка
  • Опубліковано 3 чер 2024
  • Async/await in Rust has a unique design compared to other languages that offers much lower-level control. This makes it surprisingly well suited for use in microcontroller-based embedded systems with no operating system, little memory (down to kilobytes!) and no heap. Embassy is an async runtime that makes that possible: it includes an executor that works on no-std no-alloc targets, and libraries to do async IO directly against the hardware. In this talk we'll explore how this is done, what challenges arise and how Embassy solves them, what makes async on embedded unique compared to a standard async runtime like Tokio, and what improvements could we make to the Rust language itself to make it even better.
    Slides: github.com/rustnl/meetups/blo...
    Follow Dario on:
    twitter: / dirbaio
    mastodon: hachyderm.io/@dirbaio
    github: github.com/Dirbaio
    This talk was given at RustNL 2024, in Delft, The Netherlands.
    Playlist of other talks from RustNL 2024: • RustNL 2024
    Want to come to RustWeek 2025 in-person? go to 2025.rustnl.org
  • Наука та технологія

КОМЕНТАРІ • 3

  • @Erick_Castle
    @Erick_Castle 11 днів тому

    Big fan of Embassy! Thanks for your contribution to the embedded Rust community ❤

  • @RiwenX
    @RiwenX 23 дні тому +6

    Thanks for your invaluable work, bro

  • @best_claws
    @best_claws 20 днів тому +5

    Love embassy makes embedded fun