QSPI external flash block device for file system on external flash for DISCO_L475VG_IOT01

Dependencies:   BSP_B-L475E-IOT01

Files at this revision

API Documentation at this revision

Comitter:
DoronRaifman
Date:
Thu Apr 26 09:27:12 2018 +0000
Parent:
0:0ca082ff5da6
Commit message:
QSPI external flash block device for file system on external flash; for DISCO_L475VG_IOT01

Changed in this revision

QSPIExtFlashBlockDevice/QSPIExtFlashBlockDevice.cpp Show annotated file Show diff for this revision Revisions of this file
QSPIExtFlashBlockDevice/QSPIExtFlashBlockDevice.h Show annotated file Show diff for this revision Revisions of this file
diff -r 0ca082ff5da6 -r 2baccc030920 QSPIExtFlashBlockDevice/QSPIExtFlashBlockDevice.cpp
--- a/QSPIExtFlashBlockDevice/QSPIExtFlashBlockDevice.cpp	Thu Apr 26 09:25:47 2018 +0000
+++ b/QSPIExtFlashBlockDevice/QSPIExtFlashBlockDevice.cpp	Thu Apr 26 09:27:12 2018 +0000
@@ -1,5 +1,5 @@
 /* QSPIExtFlashBlockDevice.cpp
- * QSPI external flash block device to be used for file system on external flash
+ * QSPI external flash block device for file system on external flash
  * for DISCO_L475VG_IOT01
  * 
  * Doron Raifman, draifman@gmail.com
diff -r 0ca082ff5da6 -r 2baccc030920 QSPIExtFlashBlockDevice/QSPIExtFlashBlockDevice.h
--- a/QSPIExtFlashBlockDevice/QSPIExtFlashBlockDevice.h	Thu Apr 26 09:25:47 2018 +0000
+++ b/QSPIExtFlashBlockDevice/QSPIExtFlashBlockDevice.h	Thu Apr 26 09:27:12 2018 +0000
@@ -1,5 +1,5 @@
 /* QSPIExtFlashBlockDevice.h
- * QSPI external flash block device to be used for file system on external flash
+ * QSPI external flash block device for file system on external flash
  * for DISCO_L475VG_IOT01
  * 
  * Doron Raifman, draifman@gmail.com