Laczen opened a new pull request, #17036: URL: https://github.com/apache/nuttx/pull/17036
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary While working on partitioning ESP32_STORAGE_MTD I detected that devices create their own method for creating partitions in Kconfig. To avoid duplicate Kconfig code and to allow standardization on partitions a generic method for creating compile time partitions is proposed. I intend to extend the partitioning approach to allow for (off-image) definition of romfs based /etc, romfs based /bin. To proposed method could also be used in other places (e.g. logging) to allow more fine tuned setup (e.g. only allow logging for a specific subsystem). ## Impact The proposal is an opt-in proposal so it should not affect users. ## Testing At the moment only Kconfig variables are changed, they are not used. For testing I intend to use the esp32-devkitc. host machine: Ubuntu 24.04 board: esp32-devkitc -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
