nuttx/arch/arm/src/samd
2014-11-24 17:00:26 -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 There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing. 2014-09-01 15:39:34 -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 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
sam_usart.h
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