nuttx/arch/arm/src/samd
2015-04-08 08:04:12 -06:00
..
chip SAMD20: Some progress debugging SPI. Currently hangs 2014-02-20 15:20:42 -06:00
chip.h
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
sam_config.h SAMD20: Add a framework for an SPI driver 2014-02-19 16:52:12 -06:00
sam_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
sam_irq.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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