armink / FlashDB

An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库
Apache License 2.0
1.84k stars 426 forks source link

sfud_flash_def.h 部分有误 #283

Closed novolife closed 6 months ago

novolife commented 6 months ago

#define SFUD_MF_ID_MICRONIX 0xC2

应为

#define SFUD_MF_ID_MACRONIX 0xC2

没有MICRONIX这家Flash公司,可能是与MICRON混淆了,其他地方也需要修改

armink commented 6 months ago

image

novolife commented 6 months ago

是的,应该是 M A CRONIX,我手头 Macronix 的 datasheet 里Manufacturer ID就是0xC2

armink commented 6 months ago

👍 可以给 https://github.com/armink/SFUD 提交 PR 哈

novolife commented 6 months ago

看起来那边两年前修正了,应该是这边的demo没有更新😊