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

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


    from 89c4b8ccaf0 arch/sim: Add runtime HCI socket target option
     new b5bb6f33df2 arch/arm/stm32h5: Use MDIO bus
     new 401ea886229 boards/arm/stm32h5/disco-h563zi: Add netnsh config
     new bc116157329 arch/arm/stm32: Fix includes

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:
 arch/arm/src/stm32h5/CMakeLists.txt                |   4 +
 arch/arm/src/stm32h5/Make.defs                     |   4 +
 arch/arm/src/stm32h5/stm32_ethernet.c              | 206 ++++-----------------
 arch/arm/src/{stm32h7 => stm32h5}/stm32_mdio.c     |  29 ++-
 arch/arm/src/{stm32h7 => stm32h5}/stm32_mdio.h     |   8 +-
 arch/arm/src/stm32h7/stm32_mdio.c                  |  27 ++-
 .../configs/{nshusbnet => netnsh}/defconfig        |  33 ++--
 7 files changed, 91 insertions(+), 220 deletions(-)
 copy arch/arm/src/{stm32h7 => stm32h5}/stm32_mdio.c (96%)
 copy arch/arm/src/{stm32h7 => stm32h5}/stm32_mdio.h (92%)
 copy boards/arm/stm32h5/nucleo-h563zi/configs/{nshusbnet => netnsh}/defconfig 
(76%)

Reply via email to