nuttx/arch/arm/src/sam34
2016-06-10 09:56:35 -06:00
..
chip SAM4E: Fix some errors in AFEC header file. 2016-06-10 09:56:35 -06:00
chip.h Add support for the SAM4CM. From Max Neklyudov 2014-06-25 08:25:52 -06:00
Kconfig Stefan Kolb's change to the SAMV7 Oneshot Timer (commit d44ecbcfbb) should also be applied to the SAM3/4 oneshot time since the drivers are identical. Here are the commit commits from Stefan's original change: 2016-05-29 08:25:41 -06:00
Make.defs Add spinlock support for ARMv7-M architectures 2016-02-09 13:44:22 -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_freerun.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -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_oneshot.c Stefan Kolb's change to the SAMV7 Oneshot Timer (commit d44ecbcfbb) should also be applied to the SAM3/4 oneshot time since the drivers are identical. Here are the commit commits from Stefan's original change: 2016-05-29 08:25:41 -06:00
sam4cm_oneshot.h Stefan Kolb's change to the SAMV7 Oneshot Timer (commit d44ecbcfbb) should also be applied to the SAM3/4 oneshot time since the drivers are identical. Here are the commit commits from Stefan's original change: 2016-05-29 08:25:41 -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 Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam4cm_tc.h SAM4CM: Add support for tickless operation 2015-02-03 07:00:54 -06:00
sam4cm_tickless.c Stefan Kolb's change to the SAMV7 Oneshot Timer (commit d44ecbcfbb) should also be applied to the SAM3/4 oneshot time since the drivers are identical. Here are the commit commits from Stefan's original change: 2016-05-29 08:25:41 -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 Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -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 Add peripheral configuration logic for the SAM3X/3A; Change all references to SAM3/4 SPI to SPI0 for compatibity with the SAM3X/3A which has SPI0 and SPI1; Add directory which will eventually holdl an Arduino Due port 2013-06-26 18:46:44 -06:00
sam4s_gpio.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06: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 Move SAM4L peripheral clock logic to a separate file 2013-06-05 18:48:30 -06:00
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 SAM (all): Fix several places in DMA logic where a spurious semicolon causes bad conditional logic 2016-05-11 17:26:59 -06:00
sam_dmac.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_emac.c Replace confusing references to uIP with just 'the network' 2016-05-30 09:16:32 -06:00
sam_emac.h SAM4E-EK: Add support for PHY insterrupt 2014-10-24 12:28:57 -06:00
sam_gpio.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_gpio.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_gpioirq.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_hsmci.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -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: Fix missing header file. Update comments in all *_irq.c files. 2016-03-09 15:08:58 -06: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 Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_rtc.h RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
sam_rtt.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_rtt.h Add SAM3/4 RTT driver. From Bob Doiron 2014-05-05 14:35:37 -06:00
sam_serial.c Remove CONFIG_USARTn_ISUART 2016-05-25 11:21:48 -06:00
sam_spi.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_spi.h For LK MCUs, rename up_spiinitialize to kl_spibus_initialize 2016-01-26 16:19:03 -06:00
sam_start.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_tc.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -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 Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_twi.c This patch ensures that the TWIHS (i2c) hw get's its clock set when the sequence of 2016-05-23 13:38:34 -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 Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -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 Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
sam_wdt.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_wdt.h Clean up and review of header files for conformance to standards 2015-06-12 19:00:52 -06:00