embassy/embassy-embedded-hal
Haobo Gu 47b9758151 feat: impl MultiwriteNorFlash for BlockingAsync
Signed-off-by: Haobo Gu <haobogu@outlook.com>
2024-03-15 21:38:32 +08:00
..
src feat: impl MultiwriteNorFlash for BlockingAsync 2024-03-15 21:38:32 +08:00
Cargo.toml Complete cargo.tomls more. 2024-01-12 00:32:47 +01:00
README.md embassy-embedded-hal: add README. 2024-01-11 21:05:09 +01:00

embassy-embedded-hal

Collection of utilities to use embedded-hal and embedded-storage traits with Embassy.

  • Shared SPI and I2C buses, both blocking and async, with a SetConfig trait allowing changing bus configuration (e.g. frequency) between devices on the same bus.
  • Async utilities
    • Adapters to convert from blocking to (fake) async.
    • Adapters to insert yields on trait operations.
  • Flash utilities
    • Split a flash memory into smaller partitions.
    • Concatenate flash memories together.
    • Simulated in-memory flash.