shithub: lwext4

Download patch

ref: 7ac488fd8773ac1a56b4aa4d3239334ba9e6cf88
parent: 3c6bf20d479aaec08e85ba9128e472cf03028f8a
author: gkostka <kostka.grzegorz@gmail.com>
date: Thu Jun 19 08:54:46 EDT 2014

Update stm32f429 demo app

--- a/demos/stm32f429_disco/main.c
+++ b/demos/stm32f429_disco/main.c
@@ -42,7 +42,7 @@
 #include <ext4.h>
 
 /**@brief   Read-write size*/
-#define READ_WRITE_SZIZE 1024 * 8
+#define READ_WRITE_SZIZE 1024 * 16
 
 /**@brief   Delay test (slower LCD scroll)*/
 #define TEST_DELAY_MS    2000
@@ -57,7 +57,7 @@
 static int rw_count = 100;
 
 /**@brief   Directory test count*/
-static int dir_cnt  = 50;
+static int dir_cnt  = 500;
 
 /**@brief   Static or dynamic cache mode*/
 static bool cache_mode = false;