ref: ea1b3fbabcebe5583cc689ca5983f4cff874ce74
parent: aea989472ddeb32eac675d85af1e550f2df4f058
author: gkostka <[email protected]>
date: Thu Oct 8 15:45:05 EDT 2015
Readme update
--- a/readme.mediawiki
+++ b/readme.mediawiki
@@ -11,8 +11,8 @@
[email protected]
==Minimum memory requirements==
-* .text: 20KB - 30KB (dependent of feature set chosen)
-* .data: 8KB
+* .text: 20KB - 40KB (dependent of feature set chosen)
+* .data: 8KB (minimum 8 x 1KB block cache)
* .stack: 2KB
@@ -52,7 +52,7 @@
* dir_prealloc: no
* imagic_inodes: no
* has_journal: no
-* ext_attr: no
+* ext_attr: no (work in progress)
* resize_inode: no
* dir_index: yes
;Features read-only (mount in RO mode when NOT supported):
@@ -65,7 +65,7 @@
* extra_isize: yes
* quota: no
* bigalloc: no
-* metadata_csum: no
+* metadata_csum: no (to be done ...)
==Supported filetypes:==
* FIFO: no
@@ -72,8 +72,8 @@
* CHARDEV: no
* DIRECTORY: yes
* BLOCKDEV: no
-* FILE: yes
-* SOFTLINK: no
+* FILE: yes (hardlinks supported)
+* SOFTLINK: yes
* SOCKET: no
==Other==
@@ -167,7 +167,7 @@
make server_ext3
make server_ext4
Run tests:
- make all_tests
+ make test
==Cross-Compile standalone library==
Build bf518 library:
@@ -195,11 +195,3 @@
cd build_cortex-m4
make lwext4
-==Demos==
-* STM32F429-DISCO USB flash drive Demo
-* ChibiOS demo applications
-
-Build STM32F429 Demo:
- make cortex-m4
- cd build_cortex-m4
- make all