mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-04-27 04:17:34 -05:00
Merge #322
322: Add cam-geom r=adamgreig a=astraw Co-authored-by: Andrew Straw <strawman@astraw.com>
This commit is contained in:
@@ -903,6 +903,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||
1. [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - 
|
||||
1. [bluetooth-hci](https://crates.io/crates/bluetooth-hci): device-independent Bluetooth Host-Controller Interface implementation. 
|
||||
1. [bounded-registers](https://crates.io/crates/bounded-registers) A high-assurance memory-mapped register code generation and interaction library. `bounded-registers` provides a Tock-like API for MMIO registers with the addition of type-based bounds checking. - 
|
||||
1. [cam-geom](https://crates.io/crates/cam-geom): Geometric models of cameras for photogrammetry. 
|
||||
1. [combine](https://crates.io/crates/combine): parser combinator library - 
|
||||
1. [console-traits](https://github.com/thejpster/console-traits): Describes a basic text console. Used by [menu] and implemented by [vga-framebuffer]. 
|
||||
1. [`cmim`], or Cortex-M Interrupt Move: A crate for Cortex-M devices to move data to interrupt context, without needing a critical section to access the data within an interrupt, and to remove the need for the "mutex dance" - 
|
||||
|
||||
Reference in New Issue
Block a user