| .. |
|
samd20_memorymap.h
|
SAML21: Flesh out SAML21 memory map
|
2015-05-15 09:30:25 -06:00 |
|
samd20_pinmap.h
|
SAML21: Add configuration logic and placeholders for memory man and pin configruation header files
|
2015-05-14 14:02:50 -06:00 |
|
samd21_memorymap.h
|
SAMD21: Add memory map header file
|
2015-06-20 15:02:25 -06:00 |
|
samd21_pinmap.h
|
SAMD21: Add pin multiplexing definitions
|
2015-06-20 18:55:23 -06:00 |
|
samd_evsys.h
|
SAMD21: Update WDT and EVSYS header files for SAMD21 support
|
2015-06-22 09:15:54 -06:00 |
|
samd_fuses.h
|
SAMD21: Update SAMD SYSCTRL and NVMCTRL definitions for the SAMD21
|
2015-06-21 11:40:23 -06:00 |
|
samd_gclk.h
|
Missed a few in previous commit
|
2015-06-20 15:55:56 -06:00 |
|
samd_i2c_master.h
|
SAMD21: Update SPI and I2C header files for SAMD21 support
|
2015-06-22 13:12:00 -06:00 |
|
samd_i2c_slave.h
|
SAMD21: Update SPI and I2C header files for SAMD21 support
|
2015-06-22 13:12:00 -06:00 |
|
samd_nvmctrl.h
|
SAMD21: Update SAMD SYSCTRL and NVMCTRL definitions for the SAMD21
|
2015-06-21 11:40:23 -06:00 |
|
samd_pm.h
|
SAMD20/1: Fix some typos found by inspecting header files
|
2015-07-04 07:19:52 -06:00 |
|
samd_port.h
|
SAMD21: Update fuse definitions for the SAMD21
|
2015-06-21 10:20:23 -06:00 |
|
samd_sercom.h
|
SAMD21: Correct some GCLK ID definitions for SERCOM
|
2015-07-06 09:26:49 -06:00 |
|
samd_spi.h
|
SAMD21: Update SPI and I2C header files for SAMD21 support
|
2015-06-22 13:12:00 -06:00 |
|
samd_sysctrl.h
|
SAMD20/1: Fix some typos found by inspecting header files
|
2015-07-04 07:19:52 -06:00 |
|
samd_usart.h
|
SAMD21: Extend SAMD USART support to include SAMD21 differences
|
2015-06-21 09:17:01 -06:00 |
|
samd_wdt.h
|
SAMD21: Update WDT and EVSYS header files for SAMD21 support
|
2015-06-22 09:15:54 -06:00 |
|
saml21_memorymap.h
|
Rename sam_fuses.h to samd_fuses.h; add saml_fused.h for the SAML21
|
2015-05-18 11:59:53 -06:00 |
|
saml21_pinmap.h
|
SAML21: Add interrupt header file + fix a few initial compile issues. Still a long way to go
|
2015-05-18 17:41:28 -06:00 |
|
saml_aes.h
|
SAML21: Add AES register definition header file
|
2015-06-16 12:22:49 -06:00 |
|
saml_dac.h
|
SAML21: Add DAC register definition header file
|
2015-06-16 13:32:27 -06:00 |
|
saml_dmac.h
|
SAML21: Completes first rought cut of DMAC driver
|
2015-06-14 13:29:59 -06:00 |
|
saml_eic.h
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
|
saml_evsys.h
|
Rename sam_evsys.h to samd_evsys.h; Add saml_evsys.h for the SAML21
|
2015-05-17 12:54:53 -06:00 |
|
saml_fuses.h
|
SAML21: Add interrupt header file + fix a few initial compile issues. Still a long way to go
|
2015-05-18 17:41:28 -06:00 |
|
saml_gclk.h
|
SAML21: Several SERCOM fixes. No gets UART output, but at the wrong BAUD
|
2015-05-23 13:08:28 -06:00 |
|
saml_i2c_master.h
|
SAML21" Fix small typo. It should be 2-Wire I2C instead of 1-Wire. From Alan Carvalho de Assis.
|
2015-07-12 12:17:42 -06:00 |
|
saml_i2c_slave.h
|
Rename sam_sercom.h to samd_sercom.h; Add saml_sercom.h for the SAML21
|
2015-05-18 10:54:50 -06:00 |
|
saml_mclk.h
|
SAML21: Fix some register definitions; board OSC16M frequency
|
2015-05-23 10:54:51 -06:00 |
|
saml_nvmctrl.h
|
SAMD/L: Change ordering of some initialization steps to match Atmel sample code. Add Errate 13134 support. SAML wait states changed to 1. Sample code is using 0
|
2015-05-23 08:55:06 -06:00 |
|
saml_opamp.h
|
SAML21: Add OPAMP register definition header file
|
2015-06-16 15:54:49 -06:00 |
|
saml_osc32kctrl.h
|
SAMD/L: Hide differences in the way peripheral clocking is enabled behind macros. Some updates to saml_clockconfig.h + various fixes while working toward SAML21 build
|
2015-05-19 11:03:24 -06:00 |
|
saml_oscctrl.h
|
SAML21: Add FDPLL96M configuration logic
|
2015-05-21 11:52:38 -06:00 |
|
saml_pm.h
|
SAMD21: Update WDT and EVSYS header files for SAMD21 support
|
2015-06-22 09:15:54 -06:00 |
|
saml_port.h
|
Rename sam_port.h to samd_port.h; add saml_port.h for the SAML21
|
2015-05-18 10:35:11 -06:00 |
|
saml_rstc.h
|
SAMD21: Update WDT and EVSYS header files for SAMD21 support
|
2015-06-22 09:15:54 -06:00 |
|
saml_sercom.h
|
Rename sam_sercom.h to samd_sercom.h; Add saml_sercom.h for the SAML21
|
2015-05-18 10:54:50 -06:00 |
|
saml_spi.h
|
Rename sam_sercom.h to samd_sercom.h; Add saml_sercom.h for the SAML21
|
2015-05-18 10:54:50 -06:00 |
|
saml_supc.h
|
SAMD/L: Hide differences in the way peripheral clocking is enabled behind macros. Some updates to saml_clockconfig.h + various fixes while working toward SAML21 build
|
2015-05-19 11:03:24 -06:00 |
|
saml_trng.h
|
SAML21: Add DMAC register definition header file
|
2015-06-13 10:16:07 -06:00 |
|
saml_usart.h
|
SAMD21: Extend SAMD USART support to include SAMD21 differences
|
2015-06-21 09:17:01 -06:00 |
|
saml_usb.h
|
samdl/sam_usb.h: fix USBDEV_CTRLB_SPDCONF defines Datasheet 03-2015 and 06-2015 is wrong. These defines are correct verified with analyser and also same values are used on Atmel xdk-asf-3.24.2 sources. From Janne Rosberg.
|
2015-07-10 15:23:41 -06:00 |
|
saml_wdt.h
|
Rename sam_sercom.h to samd_sercom.h; Add saml_sercom.h for the SAML21
|
2015-05-18 10:54:50 -06:00 |