nuttx/arch/mips/src/pic32mz
2016-06-20 12:44:38 -06:00
..
chip Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
Kconfig arch/mips/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 12:34:29 -06:00
Make.defs Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization 2015-07-17 07:20:16 -06:00
pic32mz-config.h Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1. 2015-09-01 13:47:06 -04:00
pic32mz-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
pic32mz-dma.h
pic32mz-ethernet.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
pic32mz-exception.c Add underscore at beginning of alert() as well 2016-06-16 12:38:05 -06:00
pic32mz-excptmacros.h PIC32MX/MZ: Fix error in assember macro. Noted by Tilak Tangudu 2016-01-05 10:04:50 -06:00
pic32mz-gpio.c Centralize definitions associated with CONFIG_DEBUG_GPIO 2016-06-15 09:20:23 -06:00
pic32mz-gpio.h Centralize definitions associated with CONFIG_DEBUG_GPIO 2016-06-15 09:20:23 -06:00
pic32mz-gpioirq.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
pic32mz-head.S PIC32MX/MZ: Fix error in assember macro. Noted by Tilak Tangudu 2016-01-05 10:04:50 -06:00
pic32mz-irq.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
pic32mz-lowconsole.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
pic32mz-lowconsole.h Standardize the width of all comment boxes in C header files 2015-10-03 07:28:30 -06:00
pic32mz-lowinit.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
pic32mz-lowinit.h PIC32MZ: Add beginnings of CPU initialization logic. Still some bad logic for setting up peripheral clocking 2015-02-24 09:30:30 -06:00
pic32mz-serial.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
pic32mz-spi.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
pic32mz-spi.h For LK MCUs, rename up_spiinitialize to kl_spibus_initialize 2016-01-26 16:19:03 -06:00
pic32mz-timerisr.c arch/mips: fix some spacing and alignment issues 2015-10-12 08:18:03 -06:00
pic32mz-usbdev.h