nuttx/arch/arm/src/a1x
2015-04-23 14:04:43 -06:00
..
chip Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
a1x_boot.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
a1x_config.h A10: Add A10 configuration header file 2013-12-13 12:53:33 -06:00
a1x_irq.c Big, very risky change: Remove all occurrences of up_maskack_irq() that disable and enable interrupts with up_ack_irq() that only acknowledges the interrupts. This is only used in interrupt decoding logic. Also remove the logic that unconditionally re-enables interrupts with the interrupt exits. This interferes with the drivers ability to control the interrupt state. This is a necessary, sweeping, global change and unfortunately impossible to test. 2015-02-09 16:12:11 -06:00
a1x_irq.h A10 interrupt logic 2013-12-08 10:18:28 -06:00
a1x_lowputc.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
a1x_lowputc.h A10 serial driver (still needs some work). From Alan Carvalho de Assis 2013-12-13 16:41:44 -06:00
a1x_pio.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
a1x_pio.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
a1x_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
a1x_serial.h A10 serial driver (still needs some work). From Alan Carvalho de Assis 2013-12-13 16:41:44 -06:00
a1x_timerisr.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
chip.h pcDuino: More changes to get the code fragments that are in place building successfully 2013-12-07 16:44:23 -06:00
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 Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless 2015-01-24 06:49:51 -06:00