.. |
chip
|
Two r's and only two r's in the word interrupt
|
2015-04-23 14:04:43 -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
|
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 |
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
|
Fixes for NuTiny-NUC120 configuration and build
|
2013-02-23 15:04:49 +00:00 |
nuc_dumpgpio.c
|
Correct some ARMv6-M NVIC addresses
|
2013-02-27 16:19:07 +00:00 |
nuc_gpio.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
nuc_gpio.h
|
Correct some ARMv6-M NVIC addresses
|
2013-02-27 16:19:07 +00:00 |
nuc_idle.c
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
nuc_irq.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -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
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
nuc_lowputc.h
|
Fixes for NuTiny-NUC120 configuration and build
|
2013-02-23 15:04:49 +00:00 |
nuc_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 |
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_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
nuc_timerisr.c
|
Move clock functions from sched/ to sched/clock
|
2014-08-08 14:43:02 -06:00 |
nuc_userspace.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -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 |