This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 5a2510d net/dup: only start tcp monitor on INET domain add 8816f21 tools: Add new make targets for handling bootloader-related operations add 4ac3044 xtensa/esp32: Enable build system to download or build bins from source No new revisions were added by this update. Summary of changes: arch/xtensa/src/esp32/.gitignore | 1 + arch/xtensa/src/esp32/Bootloader.mk | 123 ++++++++++++++++++++++++++++++++++++ arch/xtensa/src/esp32/Kconfig | 24 +++++++ arch/xtensa/src/esp32/Make.defs | 2 + tools/Makefile.unix | 20 ++++++ tools/Makefile.win | 20 ++++++ 6 files changed, 190 insertions(+) create mode 100644 arch/xtensa/src/esp32/Bootloader.mk