Program to benchmark the speed of the different file system options versus placing data directly into arrays.

Dependencies:   DMBasicGUI DMSupport

This program is used to measure the performance of the different file system options on the LPC4088 Display Module.

The performance wiki page and more specifically the software part describes this program and the output.

As the program doesn't use the display at all it can be used on both the 4.3" and 5" display modules.

Revision:
1:b000ac168e46
Parent:
0:b77503796c51
Child:
3:1716747cba16
--- a/dm_board_config.h	Wed Mar 11 15:33:03 2015 +0000
+++ b/dm_board_config.h	Thu Mar 12 09:25:33 2015 +0100
@@ -21,18 +21,18 @@
 // rename it to dm_board_config.h and uncomment the wanted features below:
 
 // #define DM_BOARD_USE_USB_DEVICE
-// #define DM_BOARD_USE_USB_HOST
-// #define DM_BOARD_USE_MCI_FS
-// #define DM_BOARD_USE_QSPI_FS
-// #define DM_BOARD_USE_QSPI
-#define DM_BOARD_USE_DISPLAY
-#define DM_BOARD_USE_TOUCH
+#define DM_BOARD_USE_USB_HOST
+//#define DM_BOARD_USE_MCI_FS
+//#define DM_BOARD_USE_QSPI_FS
+#define DM_BOARD_USE_QSPI
+// #define DM_BOARD_USE_DISPLAY
+// #define DM_BOARD_USE_TOUCH
 // #define DM_BOARD_USE_ETHERNET
 #define DM_BOARD_USE_FAST_UART
 // #define DM_BOARD_USE_USBSERIAL_IN_RTOSLOG
 // #define DM_BOARD_DISABLE_STANDARD_PRINTF
 // #define DM_BOARD_ENABLE_MEASSURING_PINS
-#define DM_BOARD_USE_REGISTRY
-#define DM_BOARD_USE_BUILTIN_IMAGES
+// #define DM_BOARD_USE_REGISTRY
+// #define DM_BOARD_USE_BUILTIN_IMAGES
 
 #endif