mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 14:44:42 +00:00
Add the irq
crate
This commit is contained in:
parent
24fee4a663
commit
e03eda40a5
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
1. [ieee802154](https://crates.io/crates/ieee802154): Partial implementation of the IEEE 802.15.4 standard - 
|
||||
1. [infrared](https://crates.io/crates/infrared): infrared remote control library for embedded rust - 
|
||||
1. [intrusive-collections](https://crates.io/crates/intrusive-collections): intrusive (non-allocating) singly/doubly linked lists and red-black trees - 
|
||||
1. [irq](https://crates.io/crates/irq): utilities for writing interrupt handlers (allows moving data into interrupts, and sharing data between them) - 
|
||||
1. [managed](https://crates.io/crates/managed): provides `ManagedSlice`, `ManagedMap` backed by either their std counterparts or fixed-size buffers for `#![no_std]`. - 
|
||||
1. [menu]: A basic command-line interface library. Has nested menus and basic help functionality. 
|
||||
1. [micromath](https://github.com/NeoBirth/micromath): Embedded Rust math library featuring fast, safe floating point approximations for common arithmetic operations, 2D and 3D vector types, and statistical analysis - 
|
||||
|
|
Loading…
Reference in a new issue