Several fixes for flash related bugs, Musca target fixes, and some minor related enhancements.
sector_size attribute for FlashRegion. blocksize and sector_size are aliases of each other, so the value set on one will be readable by the other. The intent is that devices that have equivalent erase and program block sizes will use blocksize, while sector_size should be paired with page_size if the sizes differ.is_nonsecure attribute for memory regions.FlashBuilder checks whether the flash region is readable before attempting to read from it.basic_test.py to work properly with flash regions that have only a small number of sectors.https://github.com/mbedmicro/pyOCD/pull/620
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.![]()
/morph test
/morph test
Merged #620 into master.