This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from ec2352a risc-v/mpfs: usb: fix ep0 read done add cff7c76 bl602evb/wifi: add CONFIG_NETDEV_LATEINIT to defconfig add 8c755c9 esp32c3-devkit/ble: add CONFIG_NETDEV_LATEINIT to defconfig add 07aeb12 risc-v/common: add call to riscv_netinitialize() add d72a523 risc-v/mpfs: add support for ethernet add 49abe52 risc-v/mpfs/icicle: add example config for ethernet add 841bcf8 docs/mpfs: mark USB and ethernet as supported No new revisions were added by this update. Summary of changes: Documentation/platforms/risc-v/mpfs/index.rst | 21 +- arch/risc-v/src/common/riscv_initialize.c | 6 + arch/risc-v/src/common/riscv_internal.h | 13 + arch/risc-v/src/mpfs/Kconfig | 161 +- arch/risc-v/src/mpfs/Make.defs | 4 + arch/risc-v/src/mpfs/hardware/mpfs_ethernet.h | 719 ++++ arch/risc-v/src/mpfs/mpfs_ethernet.c | 3823 ++++++++++++++++++++ .../src/mpfs/mpfs_ethernet.h} | 37 +- .../risc-v/bl602/bl602evb/configs/wifi/defconfig | 1 + .../esp32c3/esp32c3-devkit/configs/ble/defconfig | 1 + .../mpfs/icicle/configs/{nsh => network}/defconfig | 27 +- 11 files changed, 4779 insertions(+), 34 deletions(-) create mode 100755 arch/risc-v/src/mpfs/hardware/mpfs_ethernet.h create mode 100644 arch/risc-v/src/mpfs/mpfs_ethernet.c copy arch/{arm/src/stm32f7/stm32_ethernet.h => risc-v/src/mpfs/mpfs_ethernet.h} (70%) copy boards/risc-v/mpfs/icicle/configs/{nsh => network}/defconfig (74%)