forked from apache/mynewt-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flash_test: Add flash area access support
There was "flash area" command that showed flash areas. To read or write actual flash area user had to specify flash id and offset from the beginning of flash to read data from flash area. Now when command start with 'flash area' id that used mean flash id will mean flash area id. Than makes it more convenient to read specific flash area. Additionally command that showed sectors from given flash is modified. It used to show up to 32 sectors with sized and later ... would follow. Now same size sectors are showed in more compact manner. Hexadecimal values were printed inconsistently with or without 0x prefix, now all hex values starts with 0x Signed-off-by: Jerzy Kasenberg <[email protected]>
- Loading branch information
Showing
2 changed files
with
104 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters