nuttx/arch/mips/src/pic32mx
Xiang Xiao 87cf5c58ae Correct some problems with network timed events when there are multiple network devices in the configuration.
Squashed commit of the following:

Author: Gregory Nutt <gnutt@nuttx.org>

    Ran nxstyle against many of the affected files.  But this job was too big for today.  Many of the network drivers under arch are highly non-compiant and generate many, many faults from nxstyle.  Those will have to be visited again another day.

Author: Xiang Xiao <xiaoxiang@xiaomi.com>

    This effects all network drivers as well as timing related portions of net/: devif_poll_tcp_timer shouldn't be skipped in the multiple card case.  devif_timer will be called multiple time in one period if the multiple card exist, the elapsed time calculated for the first callback is right, but the flowing callback in the same period is wrong(very short) because the global variable g_polltimer is used in the calculation.  So let's pass the delay time to devif_timer and remove g_polltimer.
2019-12-24 10:37:30 -06:00
..
chip.h
excptmacros.h
Kconfig All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences. 2018-11-21 07:57:26 -06:00
Make.defs
pic32mx-adc.h
pic32mx-bmx.h
pic32mx-can.h
pic32mx-che.h
pic32mx-cm.h
pic32mx-config.h
pic32mx-cvr.h
pic32mx-ddp.h
pic32mx-decodeirq.c
pic32mx-devcfg.h
pic32mx-dma.h
pic32mx-ethernet.c Correct some problems with network timed events when there are multiple network devices in the configuration. 2019-12-24 10:37:30 -06:00
pic32mx-ethernet.h
pic32mx-exception.c arch/mips/*: Run nxstyle on the arch/mips directory. 2019-12-08 08:09:11 -06:00
pic32mx-flash.h
pic32mx-gpio.c
pic32mx-gpioirq.c
pic32mx-head.S Squashed commit of the following: 2019-02-04 16:20:35 -06:00
pic32mx-i2c.h
pic32mx-ic.h
pic32mx-int.h
pic32mx-ioport.h
pic32mx-irq.c
pic32mx-lowconsole.c arch/mips/*: Run nxstyle on the arch/mips directory. 2019-12-08 08:09:11 -06:00
pic32mx-lowinit.c arch/mips/*: Run nxstyle on the arch/mips directory. 2019-12-08 08:09:11 -06:00
pic32mx-memorymap.h Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 2019-09-11 08:56:56 -06:00
pic32mx-oc.h
pic32mx-osc.h
pic32mx-pmp.h
pic32mx-pps.h
pic32mx-reset.h
pic32mx-rtcc.h
pic32mx-serial.c arch/mips/*: Run nxstyle on the arch/mips directory. 2019-12-08 08:09:11 -06:00
pic32mx-spi.c arch/mips/*: Run nxstyle on the arch/mips directory. 2019-12-08 08:09:11 -06:00
pic32mx-spi.h
pic32mx-timer.h
pic32mx-timerisr.c arch/mips/*: Run nxstyle on the arch/mips directory. 2019-12-08 08:09:11 -06:00
pic32mx-uart.h
pic32mx-usbdev.c
pic32mx-usbotg.h
pic32mx-wdt.h
pic32mx.h Fix some typos 2019-09-17 10:46:23 -06:00