Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 354 Bytes

W25Q256JV Flash driver

This is a generic driver for the W25Q256JV flash chip from Winbond. It is based on the W25Q32JV driver by tweedegolf.

It supports:

  • Async SPI using embedded-hal-async
  • Async embedded-storage-async

Defmt is also supported through the defmt feature.