zouboan opened a new pull request, #15720:
URL: https://github.com/apache/nuttx/pull/15720
   ## Summary
     
       Zynq MPSOC The processing system (PS) is equipped with four gigabit 
Ethernet controllers. Each  controller can be configured independently. Each 
controller uses a reduced gigabit media  independent interface (RGMII) v2.0. 
This PR add add support for ethernet of ZYNQ MPSOC and net support for ZCU111 
board.
   
   ## Impact
   
       Impact on user: YES. Users may need to reconfigure their UART settings 
if they were relying on a different clock source. Describe what they need to do.
       Impact on build: YES, this PR will compaile zynq_enet.c under arch and 
zcu11_ethernet.c under boards.
       Impact on hardware: YES. This impacts the Zynq MPSOC. there's no 
impaction on other hardware?
       Impact on documentation: NO, documentation will finished on other PR.
       Impact on security: NO.
       Impact on compatibility: NO
   
   ## Testing
   
       Build Host(s): Linux Ubuntu 22.04, x86_64, Linaro GCC 7.3-2018.04-rc3.
       Target(s): Zynq UltraScale+ MPSoC ZCU111 board.
       Testing logs:
       nsh>                                                                     
       
       nsh> ping 10.0.0.101                                                     
       
       task_spawn: name=ping entry=0x162ae4 file_actions=0x1f4ef0 attr=0x1f4ef8 
argv=00
       spawn_execattrs: Setting policy=2 priority=100 for pid=3                 
       
       nxtask_activate: ping pid=3,TCB=0x1f58d0                                 
       
       PING 10.0.0.101 56 bytes of data                                         
       
       56 bytes from 10.0.0.101: icmp_seq=0 time=2.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=1 time=1.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=2 time=1.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=3 time=1.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=4 time=1.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=5 time=1.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=6 time=1.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=7 time=1.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=8 time=1.0 ms                         
       
       56 bytes from 10.0.0.101: icmp_seq=9 time=1.0 ms                         
       
       10 packets transmitted, 10 received, 0% packet loss, time 10011 ms       
       
       rtt min/avg/max/mdev = 1.000/1.100/2.000/0.300 ms                        
       
       nxtask_exit: ping pid=3,TCB=0x1f58d0                                     
       
       nsh>   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to