nuttx/arch/mips/src/pic32mx
2015-01-21 11:36:33 -06:00
..
chip.h
excptmacros.h
Kconfig Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common drivers/serial/Kconfig. Add CONFIG_ARCH_HAVE_SERIAL_TERMIOS to indicate if an MCU supports TERMIOS 2014-10-27 11:31:16 -06:00
Make.defs There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -06:00
pic32mx-adc.h
pic32mx-bmx.h
pic32mx-can.h
pic32mx-che.h
pic32mx-cm.h
pic32mx-config.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
pic32mx-cvr.h rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
pic32mx-ddp.h
pic32mx-decodeirq.c Fix an error introduced into ALL implmentations of interrupt dispatch logic 2014-08-28 08:41:57 -06:00
pic32mx-devcfg.h For PIC32MX7, DEVCFG0 bit 2 must be set 2014-10-09 14:03:54 -06:00
pic32mx-dma.h
pic32mx-ethernet.c All Ethernet drivers (again): Missed one place where arp_out() is called and neighber_out() needs to be called 2015-01-21 11:36:33 -06:00
pic32mx-ethernet.h
pic32mx-exception.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
pic32mx-flash.h
pic32mx-gpio.c
pic32mx-gpioirq.c
pic32mx-head.S Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which cannot use g_heapbase 2013-03-14 14:42:52 +00:00
pic32mx-i2c.h
pic32mx-ic.h rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
pic32mx-int.h
pic32mx-internal.h Add untested OHCI driver for the SAMA5; structure naming and header files for USB host initialization prototypes 2013-08-11 17:11:32 -06:00
pic32mx-ioport.h
pic32mx-irq.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
pic32mx-lowconsole.c LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 2013-12-05 10:37:55 -06:00
pic32mx-lowinit.c Make sure that there is one space between while and condition 2014-04-12 13:09:48 -06:00
pic32mx-memorymap.h
pic32mx-oc.h rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
pic32mx-osc.h
pic32mx-pmp.h
pic32mx-pps.h
pic32mx-reset.h
pic32mx-rtcc.h
pic32mx-serial.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
pic32mx-spi.c Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith 2014-05-20 17:48:39 -06:00
pic32mx-spi.h
pic32mx-timer.h rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
pic32mx-timerisr.c Move clock functions from sched/ to sched/clock 2014-08-08 14:43:02 -06:00
pic32mx-uart.h
pic32mx-usbdev.c Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
pic32mx-usbotg.h
pic32mx-wdt.h