nuttx/arch/arm/src/sam34
2017-06-28 13:16:48 -06:00
..
chip SAM3/4: Add SMP support for the dual-core SAM4CM 2016-12-04 07:23:31 -06:00
chip.h Add support for the SAM4CM. From Max Neklyudov 2014-06-25 08:25:52 -06:00
Kconfig SAM3/4: Fix a few more naming differences noted by Alan Carvalho de Assiss. 2017-04-23 08:14:49 -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
sam3u_gpio.h Cosmetic: Move # of pre-processior command to column 1 2015-09-05 09:07:37 -06:00
sam3u_periphclks.h Rename sam3u_pmc.h to sam_pmc.h since it handles all of the SAM3/4 chips 2014-02-22 10:38:25 -06:00
sam3x_gpio.h Cosmetic: Move # of pre-processior command to column 1 2015-09-05 09:07:37 -06:00
sam3x_periphclks.h SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to board.h header file. From Fabien Comte 2014-09-08 06:14:59 -06:00
sam4cm_cpuidlestack.c SAM3/4: Add SMP support for the dual-core SAM4CM 2016-12-04 07:23:31 -06:00
sam4cm_cpuindex.c SAM3/4: Add SMP support for the dual-core SAM4CM 2016-12-04 07:23:31 -06:00
sam4cm_cpupause.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam4cm_cpustart.c arch/: Remove dangling space at the end of lines. 2017-06-28 13:16:48 -06:00
sam4cm_freerun.c SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver. 2016-08-11 17:04:19 -06:00
sam4cm_freerun.h SAM3/4, SAMA5, SAMv7 Tickless: Refuse to call lower-level timer logic if not yet initialized 2016-02-05 10:22:11 -06:00
sam4cm_gpio.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam4cm_idle.c SAM3/4: Add SMP support for the dual-core SAM4CM 2016-12-04 07:23:31 -06:00
sam4cm_oneshot_lowerhalf.c Add a simulated oneshot lowerhalf driver 2016-08-12 13:14:03 -06:00
sam4cm_oneshot.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
sam4cm_oneshot.h SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver. 2016-08-11 17:04:19 -06:00
sam4cm_periphclks.h Add support for the SAM4CM. From Max Neklyudov 2014-06-25 08:25:52 -06:00
sam4cm_supc.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
sam4cm_supc.h Add support for the SAM4CM. From Max Neklyudov 2014-06-25 08:25:52 -06:00
sam4cm_tc.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
sam4cm_tc.h Centralize definitions associated with CONFIG_DEBUG_TIMER 2016-06-16 07:16:25 -06:00
sam4cm_tickless.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
sam4e_gpio.h Cosmetic: Move # of pre-processior command to column 1 2015-09-05 09:07:37 -06:00
sam4e_periphclks.h SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SAMA5D3 EMAC driver 2014-03-12 15:03:59 -06:00
sam4l_clockconfig.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
sam4l_gpio.c Centralize definitions associated with CONFIG_DEBUG_GPIO 2016-06-15 09:20:23 -06:00
sam4l_gpio.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam4l_periphclks.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
sam4l_periphclks.h
sam4s_gpio.h SAM3/4: GPIO bit numbering typo fixes. 2017-02-26 09:54:04 -08:00
sam4s_periphclks.h SAM3/4: Add missing SPI0 clock configuartion macro for the SAM4S 2014-11-16 06:43:08 -06:00
sam_aes.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_aes.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_allocateheap.c Rename board_led_on to board_autoled_on 2015-11-01 09:07:06 -06:00
sam_clockconfig.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_clockconfig.h
sam_cmcc.c SAM4E CMCC: Fix some errors introducted in last check-in 2014-03-26 16:32:16 -06:00
sam_cmcc.h SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SAMA5D3 EMAC driver 2014-03-12 15:03:59 -06:00
sam_dmac.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_dmac.h Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred. 2016-06-16 16:30:45 -06:00
sam_emac.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
sam_emac.h SAM4E-EK: Add support for PHY insterrupt 2014-10-24 12:28:57 -06:00
sam_gpio.c SAM GPIO: Apply Wolfgang's change for SAM3/4 to SAMA5 and SAMV7 2016-09-20 15:33:31 -06:00
sam_gpio.h Centralize definitions associated with CONFIG_DEBUG_GPIO 2016-06-15 09:20:23 -06:00
sam_gpioirq.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_hsmci.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_hsmci.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_irq.c ARM: Remove redundant interrupt stack coloring 2017-03-16 19:13:39 +08:00
sam_lowputc.c Remove CONFIG_USARTn_ISUART 2016-05-25 11:21:48 -06:00
sam_lowputc.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_mpuinit.c Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU 2015-12-14 13:56:21 -06:00
sam_mpuinit.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_periphclks.h Add support for the SAM4CM. From Max Neklyudov 2014-06-25 08:25:52 -06:00
sam_rtc.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_rtc.h RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
sam_rtt.c Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
sam_rtt.h Add SAM3/4 RTT driver. From Bob Doiron 2014-05-05 14:35:37 -06:00
sam_serial.c Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
sam_spi.c ARM arch changes 2017-04-28 18:23:29 +02:00
sam_spi.h Fix forward references that were mangled in last large changes. 2017-04-29 06:59:35 -06:00
sam_start.c SAM3/4: Add SMP support for the dual-core SAM4CM 2016-12-04 07:23:31 -06:00
sam_tc.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_tc.h Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few) 2014-04-22 13:42:38 -06:00
sam_timerisr.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_twi.c SAM3/4: Remove inappropriate semicolon. 2017-04-23 07:21:44 -06:00
sam_twi.h Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming 2016-02-02 12:08:23 -06:00
sam_udp.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_udp.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_userspace.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_userspace.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_vectors.S Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
sam_wdt.c More missing arguments to interrupt handling. 2017-02-27 14:26:04 -06:00
sam_wdt.h SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver. 2016-08-11 17:04:19 -06:00