shithub: lwext4

Download patch

ref: 700ad54c131fe037e5ca995b53cf698249e6b438
parent: 116deff32e58ff49c677f2ecad9ad224d9af7581
author: gkostka <kostka.grzegorz@gmail.com>
date: Fri May 30 10:09:25 EDT 2014

Doc update

--- a/readme.mediawiki
+++ b/readme.mediawiki
@@ -142,15 +142,15 @@
 How to use:
 Windows/Linux fileimages:
  cd build_generic
- fileimage_demo --in ext2 
+ generic --in ext2 
 
 Windows volumes:
  cd build_generic
- fileimage_demo --in I: --wpart
+ generic --in I: --wpart
 
 Linux block devices:
  cd build_generic
- fileimage_demo --in /dev/your_block_device
+ generic --in /dev/your_block_device
 
 Usage:                                                          
     --i   - input file              (default = ext2)            
@@ -189,7 +189,17 @@
  make bf518
  cd build_bf518
  make lwext4
- 
+
+Build avrxmega7 library:
+ make avrxmega7
+ cd build_avrxmega7
+ make lwext4
+
+Build cortex-m0 library:
+ make cortex-m0
+ cd build_cortex-m0
+ make lwext4
+
 Build cortex-m3 library:
  make cortex-m3
  cd build_cortex-m3