Low-level IO driver for serial flash memory via SPI and QSPI (#124)

* QSPI/SPI: flash memory functions
This commit is contained in:
BCG
2020-04-11 11:59:58 -04:00
committed by GitHub
parent 1987f424ad
commit b1529dcf7a
9 changed files with 1559 additions and 0 deletions
+4
View File
@@ -41,6 +41,10 @@ smoke-test:
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=arduino-nano33 ./examples/espat/espstation/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=itsybitsy-m0 ./examples/flash/console/spi
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=pyportal ./examples/flash/console/qspi
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=feather-m0 ./examples/gps/i2c/main.go
@md5sum ./build/test.hex
tinygo build -size short -o ./build/test.hex -target=feather-m0 ./examples/gps/uart/main.go