cederom commented on issue #13824: URL: https://github.com/apache/nuttx/issues/13824#issuecomment-2405568298
For sure we may leave current state as-is "using the most up-to-date esptool" then people with esptool <4.8 will get broken firmware without warning. Two impacts possible: 1. NuttX users that want to play with ESP32 will probably never come back to ESP32. 2. ESP32 users that want to play with NuttX will probably never come back to NuttX. The simplest fix is just to enforce latest esptool and error build when older tool is in use. Not elegant nor compatible. The best fix would be to adapt ESP32 bootloader to what esptool version is available (i.e up to -3 minor, or build error). https://github.com/apache/nuttx/blob/master/INVIOLABLES.md -- 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]
