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/nuttx.git


    from be36d42da5 Cmake: add defconfig preprocess capability in Cmake build 
environment(recursively expand #include)
     add 76c2038d97 boards/risc-v/esp32c6: Remove board support for the NCV7410
     add 4a4235b5a2 drivers/net: Remove the NCV7410 10BASE-T1S MAC-PHY driver

No new revisions were added by this update.

Summary of changes:
 .../esp32c6/common/include/esp_board_ncv7410.h     |   75 -
 boards/risc-v/esp32c6/common/src/Make.defs         |    4 -
 .../risc-v/esp32c6/common/src/esp_board_ncv7410.c  |  105 --
 .../esp32c6-devkitc/configs/ncv7410/defconfig      |   75 -
 .../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c  |   12 -
 .../esp32c6-devkitm/configs/ncv7410/defconfig      |   75 -
 .../esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c  |   12 -
 drivers/net/CMakeLists.txt                         |    4 -
 drivers/net/Kconfig                                |   24 -
 drivers/net/Make.defs                              |    4 -
 drivers/net/ncv7410.c                              | 1662 --------------------
 drivers/net/ncv7410.h                              |  291 ----
 include/nuttx/net/ncv7410.h                        |   88 --
 13 files changed, 2431 deletions(-)
 delete mode 100644 boards/risc-v/esp32c6/common/include/esp_board_ncv7410.h
 delete mode 100644 boards/risc-v/esp32c6/common/src/esp_board_ncv7410.c
 delete mode 100644 
boards/risc-v/esp32c6/esp32c6-devkitc/configs/ncv7410/defconfig
 delete mode 100644 
boards/risc-v/esp32c6/esp32c6-devkitm/configs/ncv7410/defconfig
 delete mode 100644 drivers/net/ncv7410.c
 delete mode 100644 drivers/net/ncv7410.h
 delete mode 100644 include/nuttx/net/ncv7410.h

Reply via email to