gustavonihei commented on a change in pull request #3126:
URL: https://github.com/apache/incubator-nuttx/pull/3126#discussion_r598776994
##########
File path: arch/risc-v/src/esp32c3/Kconfig
##########
@@ -297,6 +304,14 @@ config ESP32C3_UART1_RXPIN
endif # ESP32C3_UART1
+config ESP32C3_PARTITION
+ bool "ESP32-C3 Partition"
+ default n
+ select ESP32C3_SPIFLASH
+ ---help---
+ Decode esp-idf's partition file and initialize
+ partition by nuttx MTD.
Review comment:
```suggestion
Decode partition file and initialize partition as MTD.
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]