.. |
chip
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
chip.h
|
Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI register. We have to revert to using the nasty PRIMASK register
|
2013-04-16 18:00:59 -06:00 |
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
|
More Cortex-M0/NUC120 progress
|
2013-02-24 17:30:55 +00:00 |
nuc_clockconfig.h
|
More files for the Cortex-M0/NUC120 port
|
2013-02-18 20:24:20 +00:00 |
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
|
irq_dispatch: Add argument pointer to irq_dispatch
|
2017-02-27 06:27:56 -06:00 |
nuc_irq.h
|
The NuTiny-SDK-NUC120 basic port is complete and functional
|
2013-02-27 20:34:57 +00:00 |
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
|
Convert remaining serial drivers to use use irq_attach.
|
2017-02-27 10:27:14 -06:00 |
nuc_serial.h
|
Finishes basic UART and serial console code for NUC120
|
2013-02-22 17:53:47 +00:00 |
nuc_start.c
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
nuc_timerisr.c
|
irq_dispatch: Add argument pointer to irq_dispatch
|
2017-02-27 06:27:56 -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 |