.. |
chip
|
SAMD20: Some progress debugging SPI. Currently hangs
|
2014-02-20 15:20:42 -06:00 |
chip.h
|
Add basic framework to support the Atmel SAMD Cortex-M+ chip
|
2014-02-12 15:07:11 -06:00 |
Kconfig
|
SAMD20: Some progress debugging SPI. Currently hangs
|
2014-02-20 15:20:42 -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 |
sam_clockconfig.c
|
Fixes for more issues found by cppcheck
|
2014-11-24 17:00:26 -06:00 |
sam_clockconfig.h
|
Add basic framework to support the Atmel SAMD Cortex-M+ chip
|
2014-02-12 15:07:11 -06:00 |
sam_config.h
|
SAMD20: Add a framework for an SPI driver
|
2014-02-19 16:52:12 -06:00 |
sam_idle.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
sam_irq.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 |
sam_irq.h
|
SAMD20: Misc changes for a clean build with debug enabled
|
2014-02-17 08:14:19 -06:00 |
sam_irqprio.c
|
Mostly cosmetic clean-up of comments
|
2014-02-17 19:22:53 -06:00 |
sam_lowputc.c
|
SAMD20: SPI driver is code-complete, but untested
|
2014-02-20 09:59:54 -06:00 |
sam_lowputc.h
|
SAMD20: Add a framework for an SPI driver
|
2014-02-19 16:52:12 -06:00 |
sam_port.c
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
sam_port.h
|
SAMD20: Now runs, but no serial output
|
2014-02-17 14:21:22 -06:00 |
sam_sercom.c
|
SAMD20: Some progress debugging SPI. Currently hangs
|
2014-02-20 15:20:42 -06:00 |
sam_sercom.h
|
SAMD20: SPI driver is code-complete, but untested
|
2014-02-20 09:59:54 -06:00 |
sam_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 |
sam_serial.h
|
SAMD20: Move some common SERCOM logic to a separate file where it can be shared
|
2014-02-19 14:47:04 -06:00 |
sam_spi.c
|
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
|
2014-08-21 11:16:55 -06:00 |
sam_spi.h
|
SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board with the I/O1 module installed
|
2014-02-20 11:27:59 -06:00 |
sam_start.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
sam_timerisr.c
|
Move clock functions from sched/ to sched/clock
|
2014-08-08 14:43:02 -06:00 |
sam_usart.c
|
SAMD20: Add WDT and EVSYS register definition header files
|
2014-02-16 17:21:36 -06:00 |
sam_usart.h
|
SAMD20: The basic port is complete but still untested
|
2014-02-16 11:34:32 -06:00 |
sam_userspace.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
sam_userspace.h
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |