nuttx/arch/arm/src/sam34
2017-03-03 14:45:09 -06:00
..
chip SAM3/4: Add SMP support for the dual-core SAM4CM 2016-12-04 07:23:31 -06:00
chip.h
Kconfig CONFIG_SDIO_DMA: Was been defined in several low-level architecute Kconfig files, but used at the highest levels in the code. Both are bad and both are fixed with this commit 2017-01-31 11:52:00 -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
sam3u_periphclks.h
sam3x_gpio.h
sam3x_periphclks.h
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 irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -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
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 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_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
sam4cm_supc.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
sam4cm_supc.h
sam4cm_tc.c Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
sam4cm_tc.h Centralize definitions associated with CONFIG_DEBUG_TIMER 2016-06-16 07:16:25 -06:00
sam4cm_tickless.c up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list. 2017-02-07 10:35:04 -06:00
sam4e_gpio.h
sam4e_periphclks.h
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
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
sam_aes.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_aes.h
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
sam_cmcc.h
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 Experimental change to STM32 Ethernet driver a success. Porting change to all other Ethernet drivers. 2017-03-03 14:45:09 -06:00
sam_emac.h
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
sam_irq.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_lowputc.c Remove CONFIG_USARTn_ISUART 2016-05-25 11:21:48 -06:00
sam_lowputc.h
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
sam_periphclks.h
sam_rtc.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_rtc.h
sam_rtt.c Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
sam_rtt.h
sam_serial.c Convert remaining serial drivers to use use irq_attach. 2017-02-27 10:27:14 -06:00
sam_spi.c arch: Disable priority inheritance on all semaphores used for signaling in all SPI drivers 2016-11-03 14:51:44 -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 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
sam_timerisr.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
sam_twi.c Adapt some drivers to utilize the IRQ argument feature. 2017-02-27 20:54:18 -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
sam_userspace.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_userspace.h
sam_vectors.S Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -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