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 04fcbb5cb8 wireless/bcm43xxx: add auto power saving support
     new 8f36649aad arch/risc-v/src/litex/litex_emac: add liteeth peripheral 
driver
     new eaa5f9ab4e net: add DP83848C constants
     new 88c58df6d6 net: fix DP83825I comments
     new f68a5f0913 boards/risc-v/litex/arty_a7: add netnsh defconfig

The 4 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:
 arch/risc-v/include/litex/irq.h                    |    3 +-
 arch/risc-v/src/litex/Kconfig                      |   20 +
 arch/risc-v/src/litex/Make.defs                    |    4 +
 arch/risc-v/src/litex/hardware/litex_emac.h        |   87 ++
 arch/risc-v/src/litex/hardware/litex_memorymap.h   |   19 +-
 arch/risc-v/src/litex/litex_emac.c                 | 1555 ++++++++++++++++++++
 boards/risc-v/litex/arty_a7/README.txt             |    2 +-
 .../arty_a7/configs/{nsh => netnsh}/defconfig      |   53 +-
 include/nuttx/net/mii.h                            |   11 +-
 9 files changed, 1740 insertions(+), 14 deletions(-)
 create mode 100644 arch/risc-v/src/litex/hardware/litex_emac.h
 create mode 100644 arch/risc-v/src/litex/litex_emac.c
 copy boards/risc-v/litex/arty_a7/configs/{nsh => netnsh}/defconfig (54%)

Reply via email to