nuttx/arch/arm/src/a1x
2017-01-20 10:53:46 -06:00
..
chip Minor style: # if pre-processor command should be in columnn 1 2015-09-18 12:47:24 -06:00
a1x_boot.c Rename up_boot to arm_boot 2016-05-12 13:42:49 -06:00
a1x_config.h A10: Add A10 configuration header file 2013-12-13 12:53:33 -06:00
a1x_irq.c Centralize definitions associated with CONFIG_DEBUG_IRQ 2016-06-15 08:35:22 -06:00
a1x_irq.h Standardize the width of all comment boxes in header files 2015-10-02 17:47:23 -06:00
a1x_lowputc.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -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 Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -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 Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -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 Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -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 Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER 2016-05-25 10:45:01 -06:00
Make.defs Move optimized ARM memcpy functions from arch/arm/src/ to libc/machine/. This is necessary for the PROTECTED and KERNEL build modes. Otherwise, memcpy() will be built in to kernel space and not accessible to applications. 2017-01-20 10:53:46 -06:00