michallenc opened a new pull request, #12417: URL: https://github.com/apache/nuttx/pull/12417
## Summary Embedded flash can have user signature area on SAMv7. This is a 512 bytes large page whose data are not erased by asserting ERASE pin or by software ERASE command. This commit adds arch to board interface for this area. It is possible to perform read, write and erase operation. `SAMV7_USER_SIGNATURE` option has to be set in the configuration. ## Impact New feature for SAMv7 ## Testing Tested on SAMv7 evaluation kit with progmem and mcuboot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org