[FL-2744] SPI Mem Manager C port (#1860)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Max Andreev
2023-02-06 17:03:29 +03:00
committed by GitHub
parent 52680fd14e
commit 9f279ac872
59 changed files with 5154 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
This utility can convert nofeletru's UsbAsp-flash's chiplist.xml to C array
Usage:
```bash
./chiplist_convert.py chiplist/chiplist.xml
mv spi_mem_chip_arr.c ../lib/spi/spi_mem_chip_arr.c
```