nuttx/arch/misoc/src/common
meijian a7224cf35a net/netstatistics: add tx/rx bytes statistics for dev
We can see them in ifconfig:

ap> ifconfig
wlan0   Link encap:Ethernet HWaddr 42:64:7f:b3:12:03 at UP mtu 1500
        inet addr:10.0.1.2 DRaddr:10.0.1.1 Mask:255.255.255.0
        inet6 DRaddr: ::

        RX: Received Fragment Errors   Bytes
            00000b9b 00000000 00000000 21daf5
            IPv4     IPv6     ARP      Dropped
            00000a33 00000137 00000031 00000000
        TX: Queued   Sent     Errors   Timeouts Bytes
            00000ac4 00000ac4 00000000 00000000 1a2103
        Total Errors: 00000000

Signed-off-by: meijian <meijian@xiaomi.com>
2024-09-10 11:36:03 +08:00
..
hw Fix nuttx coding style 2023-07-14 20:48:24 +08:00
misoc.h arch: rename arch special function name 2022-11-22 16:27:56 +08:00
misoc_flushcache.c arch: misoc: update licenses to Apache 2021-05-31 01:37:27 -05:00
misoc_initialize.c arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
misoc_lowputs.c arch: misoc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:25 -05:00
misoc_mdelay.c arch: misoc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:25 -05:00
misoc_modifyreg8.c arch: misoc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:25 -05:00
misoc_modifyreg16.c arch: misoc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:25 -05:00
misoc_modifyreg32.c arch: misoc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:25 -05:00
misoc_net.c net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
misoc_puts.c arch: misoc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:25 -05:00
misoc_serial.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
misoc_timerisr.c arch: misoc: update licenses to Apache 2021-05-31 01:37:27 -05:00
misoc_udelay.c arch: misoc: Author Gregory Nutt: update licenses to Apache 2021-03-31 21:12:25 -05:00