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

   ## Summary
   
   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.
   
   This PR also:
   - Refactors the map rom segments function to the Xtensa Espressif common 
directory, as it shares code among ESP32, ESP32-S2 and ESP32-S3.
   - Removes deprecated code.
   - Makes this bootloader configuration as default for esp32 targets and 
removes the need for running 'make bootloader' command for it.
   - Fix potential unexpected behavior when accessing register through bitfield 
structs on ESP32, ESP32-S2 and ESP32-S3.
   
   ## Impact
   
   ESP32, ESP32-S2 and ESP32-S3 targets and bootloaders.
   
   ## 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to