nuttx/arch/arm/src/sam34
2014-05-30 12:13:06 -06:00
..
chip SAM4E: PIO definition clean-up 2014-05-12 18:42:25 -06:00
chip.h SAM4E: Add vector definition header files 2014-02-21 08:46:16 -06:00
Kconfig The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems that support it 2014-04-30 15:32:06 -06:00
Make.defs Add SAM3/4 RTT driver. From Bob Doiron 2014-05-05 14:35:37 -06:00
sam3u_gpio.h SAM4E: Add support for PIO and peripheral clocks 2014-02-21 12:34:04 -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 SAM4E: Add support for PIO and peripheral clocks 2014-02-21 12:34:04 -06:00
sam3x_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
sam4e_gpio.h SAM4E: Pin multiplex definition header file 2014-02-21 18:10:53 -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 Add support for the SAM4L Xplained Pro I/O1 module 2013-06-15 10:56:08 -06:00
sam4l_gpio.c Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced 2014-02-10 18:08:49 -06:00
sam4l_gpio.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
sam4l_periphclks.c Fix typo cloned to many files: SAM32 vs SAM34 2014-02-12 13:00:24 -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 SAM4E: Add support for PIO and peripheral clocks 2014-02-21 12:34:04 -06:00
sam4s_periphclks.h SAM4S: Fix error in macro that disabled peripheral clocking. From Bob Doiron 2014-04-21 17:06:01 -06:00
sam_allocateheap.c rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
sam_clockconfig.c SAM3/4: Add watchdog timer support. From Bob Doisin 2014-04-21 19:10: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 SAM3/4: Fix debug logic in DMAC that was causing the loss of interrupts 2014-03-14 11:57:42 -06:00
sam_dmac.h SAM3/4: Fix debug logic in DMAC that was causing the loss of interrupts 2014-03-14 11:57:42 -06:00
sam_emac.c Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_ 2014-05-30 12:13:06 -06:00
sam_emac.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_gpio.c SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabled 2014-05-15 11:41:58 -06:00
sam_gpio.h SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ 2014-03-23 15:51:08 -06:00
sam_gpioirq.c SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ 2014-03-23 15:51:08 -06:00
sam_hsmci.c Misc SAM4S-related changes from Bob Doison 2014-04-21 19:32:15 -06:00
sam_hsmci.h
sam_irq.c SAM3/4 Interrupt initialization. Default interrupt priority not being set correctly 2014-04-17 14:02:22 -06:00
sam_lowputc.c backport a serial console fix from the sam4e to the sama5d3 2014-03-25 14:34:07 -06:00
sam_lowputc.h
sam_mpuinit.c
sam_mpuinit.h
sam_periphclks.h SAM4E: Add support for PIO and peripheral clocks 2014-02-21 12:34:04 -06:00
sam_rtc.c Add SAM3/4 RTT driver. From Bob Doiron 2014-05-05 14:35:37 -06:00
sam_rtc.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_rtt.c Add SAM3/4 RTT driver. From Bob Doiron 2014-05-05 14:35:37 -06:00
sam_rtt.h Add SAM3/4 RTT driver. From Bob Doiron 2014-05-05 14:35:37 -06:00
sam_serial.c Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna 2014-05-08 09:00:33 -06:00
sam_spi.c Cosmetic update to comments and README files 2014-04-24 12:44:30 -06:00
sam_spi.h Backport SPI driver enhancements from SAMA5 to SAM3/4 2014-03-13 10:34:35 -06:00
sam_start.c SAM3/4: Add watchdog timer support. From Bob Doisin 2014-04-21 19:10:06 -06:00
sam_tc.c Add SAM3/4 RTT driver. From Bob Doiron 2014-05-05 14:35:37 -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 Back out a bad change in the last commit + add missing SAM4S Xplained Pro file 2014-04-22 11:04:31 -06:00
sam_udp.c Updated README files and comments 2014-04-07 07:43:28 -06:00
sam_udp.h SAM4E: Add USB full speed device (UDP) driver 2014-03-17 12:37:55 -06:00
sam_userspace.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
sam_userspace.h
sam_vectors.S Costmetic changes to some comments 2014-04-14 16:36:07 -06:00
sam_wdt.c 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_wdt.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