summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2016-04-30 11:20:58 +0200
committergkostka <kostka.grzegorz@gmail.com>2016-04-30 11:20:58 +0200
commit670b5f15834213fec6fe0ffd41d3419591cb64a5 (patch)
tree1a22f4501ff4686e08832a84e48a9330d27c5ce5
parent9c41d08cf216ce7a67c4e6b0314be836da8c1b38 (diff)
Update README.md file
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 34c3f5e..a941f0c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@ The main goal of the lwext4 project is to provide ext2/3/4 filesystem for microc
- extents - fast big file truncate
- journaling transactions & recovery - power loss resistance
-Lwext4 is an excellent choice for SD/MMC card, USB flash drive or other block based memory device. However it is not good for flash memory–based storage devices.
+Lwext4 is an excellent choice for SD/MMC card, USB flash drive or any other wear
+leveled memory types. However it is not good for raw flash devices.
Feel free to contact me:
kostka.grzegorz@gmail.com
@@ -189,7 +190,7 @@ Lwext4 could be compiled for many targets. Here are an examples for 8/16/32/64 b
* generic for x86 or amd64
* arm-none-eabi-gcc for ARM cortex-m0/m3/m4 microcontrollers
* avr-gcc for AVR xmega microcontrollers
-* bfin-elf-gcc for blockfin processors
+* bfin-elf-gcc for blackfin processors
* msp430-gcc for msp430 microcontrollers
Library has been tested only for generic (amd64) & ARM Cortex M architectures.