| .. |
|
chip
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
|
chip.h
|
SAMD21: Add memory map header file
|
2015-06-20 15:02:25 -06:00 |
|
Kconfig
|
Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred.
|
2016-06-16 15:10:57 -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 |
|
sam_clockconfig.h
|
Rename SAMD directories and configuration variables to SAMDL so that the same build environment can support the SAML
|
2015-05-14 12:25:09 -06:00 |
|
sam_config.h
|
Remove CONFIG_USARTn_ISUART
|
2016-05-25 11:21:48 -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 15:10:57 -06:00 |
|
sam_fuses.h
|
SAMD21: Update SAMD SYSCTRL and NVMCTRL definitions for the SAMD21
|
2015-06-21 11:40:23 -06:00 |
|
sam_gclk.h
|
SAMD21: Extend SAMD USART support to include SAMD21 differences
|
2015-06-21 09:17:01 -06:00 |
|
sam_i2c_master.h
|
SAMD21: Update WDT and EVSYS header files for SAMD21 support
|
2015-06-22 09:15:54 -06:00 |
|
sam_i2c_slave.h
|
SAMD21: Update WDT and EVSYS header files for SAMD21 support
|
2015-06-22 09:15:54 -06:00 |
|
sam_idle.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
|
sam_irq.c
|
irq_dispatch: Add argument pointer to irq_dispatch
|
2017-02-27 06:27:56 -06:00 |
|
sam_irq.h
|
Centralize definitions associated with CONFIG_DEBUG_IRQ
|
2016-06-15 08:35:22 -06:00 |
|
sam_irqprio.c
|
Rename SAMD directories and configuration variables to SAMDL so that the same build environment can support the SAML
|
2015-05-14 12:25:09 -06:00 |
|
sam_lowputc.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
sam_lowputc.h
|
Rename SAMD directories and configuration variables to SAMDL so that the same build environment can support the SAML
|
2015-05-14 12:25:09 -06:00 |
|
sam_periphclks.h
|
SAMD21: Extend SAMD USART support to include SAMD21 differences
|
2015-06-21 09:17:01 -06:00 |
|
sam_pinmap.h
|
SAMD21: Add pin multiplexing definitions
|
2015-06-20 18:55:23 -06:00 |
|
sam_pm.h
|
SAMD21: Update WDT and EVSYS header files for SAMD21 support
|
2015-06-22 09:15:54 -06:00 |
|
sam_port.c
|
Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred.
|
2016-06-16 15:10:57 -06:00 |
|
sam_port.h
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
|
sam_sercom.c
|
Fix some warnings
|
2016-06-13 11:48:20 -06:00 |
|
sam_sercom.h
|
SAMD21: Update WDT and EVSYS header files for SAMD21 support
|
2015-06-22 09:15:54 -06:00 |
|
sam_serial.c
|
Fix error found in build testing.
|
2017-02-28 08:41:44 -06:00 |
|
sam_serial.h
|
Rename SAMD directories and configuration variables to SAMDL so that the same build environment can support the SAML
|
2015-05-14 12:25:09 -06:00 |
|
sam_spi.c
|
Adapt some drivers to utilize the IRQ argument feature.
|
2017-02-27 20:54:18 -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
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
|
sam_timerisr.c
|
irq_dispatch: Add argument pointer to irq_dispatch
|
2017-02-27 06:27:56 -06:00 |
|
sam_usart.c
|
SAML21: Since SERCOM5 usese a different output channel, it will also need a different GCLK generator
|
2015-06-10 08:38:35 -06:00 |
|
sam_usart.h
|
SAMD21: Extend SAMD USART support to include SAMD21 differences
|
2015-06-21 09:17:01 -06:00 |
|
sam_userspace.c
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -06:00 |
|
sam_userspace.h
|
Rename SAMD directories and configuration variables to SAMDL so that the same build environment can support the SAML
|
2015-05-14 12:25:09 -06:00 |
|
samd_clockconfig.c
|
SAMD21: Last fix to header files caused a compile problem because logic used a value which is no longer available for the SAMD21
|
2015-07-04 13:18:30 -06:00 |
|
samd_gclk.c
|
SAMD21: Update SAMD SYSCTRL and NVMCTRL definitions for the SAMD21
|
2015-06-21 11:40:23 -06:00 |
|
samd_periphclks.h
|
SAMD21: Update PM definitions for SAMD21 support
|
2015-06-20 15:32:57 -06:00 |
|
saml_clockconfig.c
|
SAM4L: Fix some issues from loast commit. Now running off DFLL with source clock = XOSCK32K
|
2015-05-26 13:25:39 -06:00 |
|
saml_gclk.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
saml_periphclks.h
|
SAMD21: Add build framework for DMA support. Nothing there yet except for skeletal logic taken from SAM3/4.
|
2015-06-13 15:06:37 -06:00 |