4 Commits
Author SHA1 Message Date
Peter Provost c731776882 Update README.md 2020-06-24 14:10:04 -06:00
PProvost d0145d66c3 Updated cmake system processor 2020-05-29 14:37:21 -06:00
Peter Provost 8ce5b14c53 Merge pull request #1 from philmea/patch-1
title update
2020-05-19 09:49:49 -06:00
Phil Meadows d328a38362 title update 2020-05-19 08:10:36 -07:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
# Azure RTOS NetX
# Azure RTOS LevelX
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, its 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
Documentation for this library can be found here: https://github.com/azure-rtos/levelx/releases/download/v6.0_rel/Azure_RTOS_LevelX_User_Guide.pdf
# Understanding inter-component dependencies
+1 -1
View File
@@ -1,6 +1,6 @@
# Name of the target
set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR cortex-m4)
set(CMAKE_SYSTEM_PROCESSOR cortex-m0)
set(THREADX_ARCH "cortex_m0")
set(THREADX_TOOLCHAIN "gnu")
+1 -1
View File
@@ -1,6 +1,6 @@
# Name of the target
set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR cortex-m4)
set(CMAKE_SYSTEM_PROCESSOR cortex-m0)
set(THREADX_ARCH "cortex_m3")
set(THREADX_TOOLCHAIN "gnu")