.. |
chip
|
SAMA5: Hook RTC into build system; Finish RTC alarm logic; Verify correct behavior of the basic RTC functionality
|
2013-10-19 10:41:20 -06:00 |
chip.h
|
Add SAM3X/3A interrupt vectors
|
2013-06-26 12:59:56 -06:00 |
Kconfig
|
Add option to indicatet that data is retained in SDRAM
|
2014-01-28 10:42:49 -06:00 |
Make.defs
|
Improve some ARMv7-A/M floating point register save time; Add floating point register save logic for ARMv7-A
|
2013-07-23 17:52:06 -06:00 |
sam3u_clockconfig.c
|
With these changes the Arduino Due port builds without errors
|
2013-06-27 15:07:07 -06:00 |
sam3u_dmac.c
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
sam3u_gpio.c
|
prohibit re-entrance into sam_configgpio()
|
2013-07-05 17:15:54 -06:00 |
sam3u_gpio.h
|
SAM3/4S GPIO interrupt changes
|
2013-06-13 18:53:14 -06:00 |
sam3u_periphclks.h
|
SAMA5: Fix HSMCI race condition. Now memory card interface is functional with DMA
|
2013-08-10 18:01:23 -06:00 |
sam3x_gpio.h
|
Add SAM3X/3A pin multiplexing and GPIO encoding header files
|
2013-06-26 17:02:43 -06:00 |
sam3x_periphclks.h
|
Add SAM3X/3A peripheral clock controls
|
2013-06-26 14:00:26 -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
|
Add SAM4L GPIO driver
|
2013-06-04 15:12:56 -06:00 |
sam4l_periphclks.c
|
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 |
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
|
Add SAMA5 GPIO configuration support
|
2013-07-22 20:59:47 -06:00 |
sam4s_periphclks.h
|
Add SAM3X/3A peripheral clock controls
|
2013-06-26 14:00:26 -06:00 |
sam_allocateheap.c
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
sam_clockconfig.h
|
Move SAM4L peripheral clock logic to a separate file
|
2013-06-05 18:48:30 -06:00 |
sam_dmac.h
|
SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfers
|
2013-08-09 13:12:16 -06:00 |
sam_gpio.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 |
sam_gpioirq.c
|
prohibit re-entrance into sam_configgpio()
|
2013-07-05 17:15:54 -06:00 |
sam_hsmci.c
|
SAMA5: Some improvements to the HSCMI card removal/insertion logic
|
2013-08-11 11:13:11 -06:00 |
sam_hsmci.h
|
Rename sam3u/ architecture directories to sam34/ to include the SAM4L
|
2013-06-02 13:57:22 -06:00 |
sam_irq.c
|
Fix error in last ARMv7-M up_disable_irq checkin
|
2014-01-15 15:26:32 -06:00 |
sam_lowputc.c
|
SAMA5: Fix heap allocation bugs
|
2013-07-27 11:28:31 -06:00 |
sam_lowputc.h
|
Rename sam3u/ architecture directories to sam34/ to include the SAM4L
|
2013-06-02 13:57:22 -06:00 |
sam_mpuinit.c
|
Rename sam3u/ architecture directories to sam34/ to include the SAM4L
|
2013-06-02 13:57:22 -06:00 |
sam_mpuinit.h
|
Rename sam3u/ architecture directories to sam34/ to include the SAM4L
|
2013-06-02 13:57:22 -06:00 |
sam_periphclks.h
|
Add SAM3X/3A peripheral clock controls
|
2013-06-26 14:00:26 -06:00 |
sam_serial.c
|
SAM3/4 serial: Same supersitituous change as for SAMA5
|
2013-10-26 16:17:07 -06:00 |
sam_spi.c
|
SAMA5: SPI Driver + AT25 FLASH work; SAM3/4: Correct an error, SPI will not be correctly configured if CONFIG_SPI_OWNBUS=n
|
2013-08-05 10:29:43 -06:00 |
sam_spi.h
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
sam_start.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
sam_timerisr.c
|
Review and update of SAM3/4 header files and conditional logic for SAM3X/A support
|
2013-06-27 11:06:13 -06:00 |
sam_userspace.c
|
Decoupling NX user interfaces to support NX kernel build (phase 1)
|
2013-12-27 13:18:20 -06:00 |
sam_userspace.h
|
Rename sam3u/ architecture directories to sam34/ to include the SAM4L
|
2013-06-02 13:57:22 -06:00 |
sam_vectors.S
|
Fix a duplicate label introduce in recent commit
|
2013-12-23 14:29:25 -06:00 |