You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/11/24 13:45:14 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4880: MCUboot support for SAM E70 Xplained

gustavonihei commented on a change in pull request #4880:
URL: https://github.com/apache/incubator-nuttx/pull/4880#discussion_r756089582



##########
File path: arch/arm/src/samv7/Kconfig
##########
@@ -816,6 +816,13 @@ config SAMV7_PROGMEM_NSECTORS
 		flash memory that will be reserved for use with by the interfaces
 		prototyped in include/nuttx/progmem.h
 
+config SAMV7_PROGMEM_ERASESTATE
+	bool "Flash progmem erasestate ictl support"

Review comment:
       ```suggestion
   	bool "Flash progmem erasestate ioctl support"
   ```

##########
File path: arch/arm/src/samv7/Kconfig
##########
@@ -816,6 +816,13 @@ config SAMV7_PROGMEM_NSECTORS
 		flash memory that will be reserved for use with by the interfaces
 		prototyped in include/nuttx/progmem.h
 
+config SAMV7_PROGMEM_ERASESTATE
+	bool "Flash progmem erasestate ictl support"
+	default y
+	select ARCH_HAVE_PROGMEM_ERASESTATE
+	---help---
+		Add progmem erasestate ictl command.

Review comment:
       ```suggestion
   		Add progmem erasestate ioctl command.
   ```




-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org