mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-05-05 22:54:42 +00:00
Add microfft
This commit adds the microfft FFT library to the list of `no_std` crates. - crate: https://crates.io/crates/microfft - repository: https://gitlab.com/ra_kete/microfft-rs
This commit is contained in:
parent
53f53de0b8
commit
68726cb06c
1 changed files with 1 additions and 0 deletions
|
@ -775,6 +775,7 @@ Work in progress drivers. Help the authors make these crates awesome!
|
|||
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. [microfft](https://crates.io/crates/microfft): Embedded-friendly (`no_std`, no-`alloc`) fast fourier transforms - 
|
||||
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 - 
|
||||
1. [nalgebra](https://crates.io/crates/nalgebra): general-purpose and low-dimensional linear algebra library - 
|
||||
1. [nom](https://crates.io/crates/nom): parser combinator framework - 
|
||||
|
|
Loading…
Reference in a new issue