summaryrefslogtreecommitdiffstats
path: root/oncology/dpfhack_display/include/flash.h
diff options
context:
space:
mode:
authorroot <root@krebs>2011-09-01 02:18:42 +0200
committerroot <root@krebs>2011-09-01 02:18:42 +0200
commitbb2a234ba756eb600fb6f562e67500d511d4ab39 (patch)
treec89b205e3ad2d20e3aa80ca525e0bbf1e01b4670 /oncology/dpfhack_display/include/flash.h
parent8a6fd84c70618f5a435d2859b513de6de68dc0d1 (diff)
parent4fb37da707279faf92cc8a054c646336f23dfdbe (diff)
Merge branch 'master' of github.com:/krebscode/painload
Conflicts: .gitmodules oncology/dpfhack_display
Diffstat (limited to 'oncology/dpfhack_display/include/flash.h')
-rw-r--r--oncology/dpfhack_display/include/flash.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/oncology/dpfhack_display/include/flash.h b/oncology/dpfhack_display/include/flash.h
deleted file mode 100644
index f753bd59..00000000
--- a/oncology/dpfhack_display/include/flash.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// SPI STM flash commands:
-// stolen from BFloader
-
-#define SPM_RDID 0x9f // Read ID
-#define SPM_WREN 0x06 // Write enable
-#define SPM_WRDI 0x04 // Write disable
-#define SPM_RDSR 0x05 // Read status register
-#define SPM_WRSR 0x01 // Write status register
-#define SPM_READ 0x03 // Read data bytes
-#define SPM_PP 0x02 // Page program
-#define SPM_DP 0xb9 // Deep power down
-#define SPM_RES 0xab // Release from deep power down
- // and read signature
-#define SPM_FLASH_SE 0xd8 // Sector erase
-#define SPM_FLASH_BE 0xc7 // Bulk erase
-#define SPM_FLASH_FAST_READ 0x0B // Read data bytes fast
-
-#define SPM_SR_SRWD 0x80 // SR write protection (HW)
-