This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 768c5a28a1 arch/x86_64: move common Make.defs to common
     new d048caf1d2 arch/esp32 add openeth mac driver
     new 9af8299af5 arch/esp32 add config for qemu-openeth
     new 1be1149fdd arch/esp32 bringup openeth

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Documentation/platforms/xtensa/esp32/index.rst     |   7 +
 arch/xtensa/src/esp32/Kconfig                      |  26 +
 arch/xtensa/src/esp32/Make.defs                    |   4 +
 arch/xtensa/src/esp32/esp32_openeth.c              | 863 +++++++++++++++++++++
 .../configs/qemu-openeth}/defconfig                |  32 +-
 .../xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h |  13 +
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |   8 +
 tools/ci/testlist/xtensa.dat                       |   3 +
 8 files changed, 941 insertions(+), 15 deletions(-)
 create mode 100644 arch/xtensa/src/esp32/esp32_openeth.c
 copy boards/xtensa/esp32/{esp32-ethernet-kit/configs/ethernet => 
esp32-devkitc/configs/qemu-openeth}/defconfig (72%)

Reply via email to