1
0
mirror of https://github.com/armink/FlashDB.git synced 2025-01-29 04:32:53 +08:00
FlashDB/demos/README.md
2022-04-25 14:18:34 +08:00

10 lines
385 B
Markdown

| folder name | storage type |
| :-------------------- | :------------------ |
| stm32f103ve | stm32 on-chip flash |
| stm32f405rg | stm32 on-chip flash |
| stm32f405rg_spi_flash | spi flash |
| esp8266_spi_flash | spi flash |
| esp32_spi_flash | spi flash |
| linux | posix file |