You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/02/08 15:14:33 UTC

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2824: build/esp32: Create Flash size configuration and a new DOWNLOAD make target

gustavonihei opened a new pull request #2824:
URL: https://github.com/apache/incubator-nuttx/pull/2824


   ## Summary
   Now the `--flash_size` parameter for `esptool.py` is no longer fixed at 4MB. Instead it now depends on the ESP32 chip/module integrated on the target board, ranging from 2MB to 16MB.
   Also, the DOWNLOAD target is implemented to flash the target board via `esptool.py`.
   
   ## Impact
   No impact to current board, since the currently supported ESP32 boards integrate a ESP32-WROVER module, which is selected by default (`ARCH_CHIP_ESP32WROVER`).
   
   ## Testing
   Successful build on every ESP32 configuration of the supported boards:
   - esp32-devkitc
   - esp32-ethernet-kit
   - esp32-wrover-kit
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] Ouss4 merged pull request #2824: build/esp32: Create Flash size configuration and a new DOWNLOAD make target

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #2824:
URL: https://github.com/apache/incubator-nuttx/pull/2824


   


----------------------------------------------------------------
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:
users@infra.apache.org