shithub: lwext4

Download patch

ref: 81dd784e161c12620eba3ce5c9684512d27390a6
parent: 29c449921a96ee3420a2944022bb78bde02885fc
author: gkostka <kostka.grzegorz@gmail.com>
date: Tue Oct 28 21:00:20 EDT 2014

Update stm32f429disco demo

--- 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
@@ -54,7 +54,7 @@
 static int rw_szie  = READ_WRITE_SZIZE;
 
 /**@brief   Read-write size*/
-static int rw_count = 100;
+static int rw_count = 1000;
 
 /**@brief   Directory test count*/
 static int dir_cnt  = 500;