Ross ROSS = Recommend OSS · open-source software intelligence for agents

armink/SFUD

An using JEDEC's SFDP standard serial (SPI) flash universal driver library | 一款使用 JEDEC SFDP 标准的串行 (SPI) Flash 通用驱动库 observed · 2026-08-28

github.com/armink/SFUD · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

34/100

  • Activity 24
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3695
  • days_rel: n/a
  • days_push: 460
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1713 stars · 529 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

SFUD is an open-source universal driver library in C for serial SPI/QSPI flash chips, based on the JEDEC SFDP standard parameter table. It abstracts differences between flash manufacturers so one codebase can read, write, and erase many flash models, with a fallback parameter table for chips lacking SFDP support.

Use cases

  • drive different brands of SPI flash with one portable driver
  • support flash chip swaps without code changes when parts go end-of-life
  • read and write firmware images stored on external SPI flash
  • build a flash programmer/burner tool
  • access QSPI flash on an MCU with 4-byte addressing
  • add flash storage to an embedded product with minimal RAM/ROM budget

When to choose

  • you are writing bare-metal or RTOS C code for an MCU with SPI or QSPI flash
  • you need to support multiple or unknown flash chip models via SFDP auto-detection
  • resource footprint matters (under 1KB RAM, a few KB ROM)
  • you want MIT-licensed, easily trimmed driver code

When to avoid

  • you need a filesystem layer on top of flash rather than raw read/write/erase
  • your storage is eMMC, SD, NAND, or parallel flash rather than serial NOR SPI flash
  • you work in a higher-level environment (Linux has its own MTD/SPI drivers)
  • your chip lacks SFDP and is not in the built-in parameter table and you cannot add it

Facets

library · maturity stable

embedded file-system developer-tools embedded-systems hardware developer-tools embedded c cross-platform spi-flash sfdp qspi flash-driver embedded-c jedec

1 source

Member repositories

RepositoryRoleHealth v2
armink/SFUDmain34

For agents

markdown · JSON · MCP: product_card(name="armink/SFUD")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem