nuttx/arch/mips/src/pic32mx
2019-03-20 19:27:40 -06:00
..
chip.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
excptmacros.h PIC32MX/MZ: Fix error in assember macro. Noted by Tilak Tangudu 2016-01-05 10:04:50 -06:00
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 arch/mips/src: All MIPS architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 11:17:19 -06:00
pic32mx-adc.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-bmx.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-can.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-che.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-cm.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-config.h Costmetic updates comments and style; Add NFS dependency on IPv4 2015-02-26 06:04:23 -06:00
pic32mx-cvr.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-ddp.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-decodeirq.c Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs 2016-03-09 13:41:48 -06:00
pic32mx-devcfg.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-dma.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-ethernet.c up_initialize(): As noted by Roland Takacs in Bitbucket issue 141, there is a compilation error for STM32 if CONFIG_NET and CONFIG_NETDEV_LATEINIT are selected. That was due in part to commit 19e16cb which extended up_netinitialize() with a !defined(CONFIG_NETDEV_LATEINIT) guard but did not add the guard to concrete implementations. I say "in part" because I don't think that the original intent of commit 19e16cb was to enable an alternative initialization of MCU internal Ethernet support but rather to enable support of external Ethernet devices that may have dependencies on, for example, SPI. However, this is still a proper fix to avoid the compilation error that can occur with this combination of configuration options. 2019-01-25 07:21:03 -06:00
pic32mx-ethernet.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-exception.c Add underscore at beginning of alert() as well 2016-06-16 12:38:05 -06:00
pic32mx-flash.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-gpio.c Centralize definitions associated with CONFIG_DEBUG_GPIO 2016-06-15 09:20:23 -06:00
pic32mx-gpioirq.c PIC32MZ: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing. 2017-03-02 12:23:45 -06:00
pic32mx-head.S Squashed commit of the following: 2019-02-04 16:20:35 -06:00
pic32mx-i2c.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-ic.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-int.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-ioport.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-irq.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
pic32mx-lowconsole.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
pic32mx-lowinit.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
pic32mx-memorymap.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-oc.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-osc.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-pmp.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-pps.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-reset.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-rtcc.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-serial.c Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
pic32mx-spi.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
pic32mx-spi.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-timer.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-timerisr.c Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly). 2019-03-20 19:27:40 -06:00
pic32mx-uart.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-usbdev.c Fix some typographical errors. 2018-09-14 06:55:45 -06:00
pic32mx-usbotg.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx-wdt.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pic32mx.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00