apache / mynewt-core

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
813 stars 365 forks source link

Update flash_test with access to flash area directly #3271

Open kasjer opened 6 days ago

kasjer commented 6 days ago

command flash used to work on flash id

flash 0 read 0 100

Now it can be used with flash area id instead, while rest of the syntax remain unchanged

flash area 10 read 0 100

Signed-off-by: Jerzy Kasenberg jerzy.kasenberg@codecoup.pl