ref: 670b5f15834213fec6fe0ffd41d3419591cb64a5
parent: 9c41d08cf216ce7a67c4e6b0314be836da8c1b38
author: gkostka <kostka.grzegorz@gmail.com>
date: Sat Apr 30 07:20:58 EDT 2016
Update README.md file
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@
- 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 @@
* 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.