nuttx/arch/arm/src/nuc1xx
2017-02-07 10:35:04 -06:00
..
chip Fix some common typos 2015-08-16 10:59:10 -06:00
chip.h
Kconfig Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER 2016-05-25 10:45:01 -06:00
Make.defs ELF: Move ARMv6-M, ARMv7-M, and legacy ARM versions of ELF relocation logic to libc/machine 2017-01-21 15:24:25 -06:00
nuc_clockconfig.c
nuc_clockconfig.h
nuc_config.h Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
nuc_dumpgpio.c Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred. 2016-06-16 16:30:45 -06:00
nuc_gpio.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
nuc_gpio.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nuc_idle.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
nuc_irq.c Fix another victim of the mass name changes: xyz_errmonitor->xyz_dbgmonitor 2016-06-17 07:00:33 -06:00
nuc_irq.h
nuc_lowputc.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
nuc_lowputc.h Standardize the width of all comment boxes in C header files 2015-10-03 07:28:30 -06:00
nuc_serial.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
nuc_serial.h
nuc_start.c Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nuc_timerisr.c up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list. 2017-02-07 10:35:04 -06:00
nuc_userspace.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
nuc_userspace.h Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00