almir-okato opened a new pull request, #11565:
URL: https://github.com/apache/nuttx/pull/11565

   ## Summary
   - esp32c3-generic: add simple boot support
   
   The Simple Boot feature for Espressif chips is a method of booting that 
doesn't depend on a 2nd stage bootloader. Its not the intention to replace a 
2nd stage bootloader such as MCUboot and ESP-IDF bootloader, but to have a 
minimal and straight-forward way of booting, and also simplify the building. 
   
   ## Impact
   - `esp32c3-generic`: This implementation changes the default bootloader 
configuration from MCUboot to the new Simple Boot method and removes the need 
for `make bootloader` build step. Also note that some of 2nd stage bootloader 
features, like OTA and security features, are not available using this method.
   
   ## Testing
   Internal CI testing.
   


-- 
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

Reply via email to