| .. |
|
chip.h
|
|
|
|
excptmacros.h
|
|
|
|
Kconfig
|
configs/pic32-starterkit/nsh converted to use the kconfig-frontends tools
|
2014-03-01 11:10:30 -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
|
Add an ADC-based touchscreen driver for the PIC32MX7 MMB board
|
2012-06-05 19:45:01 +00:00 |
|
pic32mx-bmx.h
|
Update PIC32 Ethernet driver from debugging (still does not work
|
2012-03-08 23:05:03 +00:00 |
|
pic32mx-can.h
|
PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configuration
|
2012-06-20 17:37:20 +00:00 |
|
pic32mx-che.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
|
pic32mx-cm.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
|
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
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
|
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
|
More updates for PIC32 MX1/2 device configuration bits
|
2012-06-20 22:29:32 +00:00 |
|
pic32mx-dma.h
|
Add support for PIC32 MX1 and MX2 families
|
2012-06-19 19:09:14 +00:00 |
|
pic32mx-ethernet.c
|
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
|
2014-08-21 11:16:55 -06:00 |
|
pic32mx-ethernet.h
|
Fix several bugs related to PIC32 Ethernet driver
|
2012-03-09 17:47:25 +00:00 |
|
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
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
|
pic32mx-gpio.c
|
Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now uses the Pinquino toolchain by default:
|
2012-07-27 17:25:35 +00:00 |
|
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
|
Update PIC32 Ethernet driver from debugging (still does not work
|
2012-03-08 23:05:03 +00:00 |
|
pic32mx-ic.h
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
pic32mx-int.h
|
Enable LEDs on Mirtoo board
|
2012-06-22 18:35:25 +00:00 |
|
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
|
Fix a critical PIC32 GPIO configuration bug
|
2012-06-25 15:24:52 +00:00 |
|
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
|
Add support for PIC32 MX1 and MX2 families
|
2012-06-19 19:09:14 +00:00 |
|
pic32mx-oc.h
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
pic32mx-osc.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
|
pic32mx-pmp.h
|
Beginning of support for LCD1602
|
2013-01-21 22:46:37 +00:00 |
|
pic32mx-pps.h
|
PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configuration
|
2012-06-20 17:37:20 +00:00 |
|
pic32mx-reset.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
|
pic32mx-rtcc.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
|
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
|
Add support for PIC32 MX1 and MX2 families
|
2012-06-19 19:09:14 +00:00 |
|
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
|
Mirtoo update
|
2012-06-21 20:44:55 +00:00 |
|
pic32mx-usbdev.c
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
|
pic32mx-usbotg.h
|
|
|
|
pic32mx-wdt.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |