Remove unused nrf52 tests

This commit is contained in:
Sacha Weatherstone
2022-03-10 08:13:39 +11:00
parent b31580a35c
commit 379fd9cdd0
3 changed files with 0 additions and 139 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/usr/bin/env bash
# You probably don't need this - it is a basic test of the serial flash on the TTGO eink board
nrfjprog --qspiini nrf52/ttgo_eink_qpsi.ini --qspieraseall
nrfjprog --qspiini nrf52/ttgo_eink_qpsi.ini --memwr 0x12000000 --val 0xdeadbeef --verify
nrfjprog --qspiini nrf52/ttgo_eink_qpsi.ini --readqspi spi.hex
objdump -s spi.hex | less