From de25c7032715c884ae86f69b2de4a2a9f5c45c44 Mon Sep 17 00:00:00 2001 From: PProvost Date: Wed, 13 May 2020 16:32:22 -0600 Subject: [PATCH] Updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 980e5f9..b5db979 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Azure RTOS NetX +LevelX provides NAND and NOR flash wear leveling facilities to embedded applications. Since both NAND and NOR flash memory can only be erased a finite number of times, it’s critical to distribute the flash memory use evenly. This is typically called “wear leveling” and is the purpose behind LevelX. LevelX presents to the user an array of logical sectors that are mapped to physical flash memory inside of LevelX. Applications may use LevelX in conjunction with FileX or may read/write logical sectors directly. LevelX is designed for fault tolerance. Flash updates are performed in a multiple-step process that can be interrupted in each step. LevelX automatically recovers to the optimal state during the next operation. + ## Documentation Documentation for this library can be found here: http://docs.microsoft.com/azure/rtos/levelx