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

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


    from 9754fdf63c mps/mps3-an547: correct command line of genromfs
     new 22f2d39e21 arch/zynq-mpsoc improve the ethernet driver 1. Changes the 
phyadd to 0xC to speed up the training of phyadd. 2. Set RX DMA buffer size 
configureable. 3. Create netnsh configs as ethernet boot from QSPI FLASH. 4. 
Fix some typo in #15720 which is nonsynchronous with local code.
     new 6dbb2edd2c Documentation:add documentation about ethernet for Zynq 
MPSoC and ZCU111 This commit add documentation Description for ZYNQ-MPSOC's NET 
driver key features and ethernet config of ZCU111.

The 2 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:
 .../arm64/zynq-mpsoc/boards/zcu111/index.rst       | 43 ++++++++++++++++++++++
 Documentation/platforms/arm64/zynq-mpsoc/index.rst | 33 ++++++++++++++++-
 arch/arm64/src/zynq-mpsoc/Kconfig                  | 10 +++++
 arch/arm64/src/zynq-mpsoc/zynq_boot.c              |  7 ----
 arch/arm64/src/zynq-mpsoc/zynq_enet.c              | 16 ++++++--
 .../zcu111/configs/{net => netjtag}/defconfig      | 26 ++++++++++---
 .../zcu111/configs/{net => netnsh}/defconfig       | 36 +++++++++++-------
 boards/arm64/zynq-mpsoc/zcu111/src/Makefile        |  4 ++
 8 files changed, 145 insertions(+), 30 deletions(-)
 copy boards/arm64/zynq-mpsoc/zcu111/configs/{net => netjtag}/defconfig (79%)
 rename boards/arm64/zynq-mpsoc/zcu111/configs/{net => netnsh}/defconfig (76%)

Reply via email to