Alexander Vasiliev
b02380c704
arch/arm/src/samd2l2, configs/samd20-xplained, samd21-xplained, saml21-xplained: Fix SAMD2L2 arch to use calibrated oscillator value. Now SAMD20 and SAMD21 should work fine without external crystal. Note that SAML21 Xplained board has an external crystal and doesn't need this change, unless you don't want to use the crystal.
2018-12-29 08:36:50 -06:00
Gregory Nutt
c3b406826e
Rename all usage of samdl/SAMDL to samd2l2/SAMD2L2 to make room in the name space for the forthcoming samd5e5/SAMD5E5
...
Squashed commit of the following:
Change all remaining occurrences of SAMDL to SAMD2L2.
configs/: Change all remaining occurrences of SAMDL to SAMD2L2
configs/: Change all occurrences of CONFIG_SAMDL_* to CONFIG_SAMD2L2_*
arch/arm/src and include: Rename all directories from samdl to samd2l2. Change all configuration variable names and other usage from SAMDL to SAMD2L2.
2018-07-22 15:54:12 -06:00
Gregory Nutt
a1e250697c
configs/*/include; Remove prototype of xyz_boardinitialize() from board.h files. The authorative prototype is in arch/arm/src/xyz/xyz_start.h
2017-12-16 20:47:44 -06:00
Gregory Nutt
e6137ff129
Rename SAMD/L version of CONFIG_GPIO_IRQ to CONFIG_SAMDL_GPIOIRQ
2016-07-22 14:38:33 -06:00
Gregory Nutt
f56ed529e5
Remove prototypes for all user LED interfaces from board.h header files
2015-11-01 10:53:34 -06:00
Gregory Nutt
2fb9cc8235
SAML21: Since SERCOM5 usese a different output channel, it will also need a different GCLK generator
2015-06-10 08:38:35 -06:00
Gregory Nutt
84cc27c57d
SAML21. With these changes, the board now builds without error
2015-05-22 10:36:37 -06:00
Gregory Nutt
68a97a53ac
Make some file section headers more consistent with standard
2015-04-08 09:15:17 -06:00
Gregory Nutt
d3a6ad82b4
SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board with the I/O1 module installed
2014-02-20 11:27:59 -06:00
Gregory Nutt
51b484adb8
SAMD20: SPI driver is code-complete, but untested
2014-02-20 09:59:54 -06:00
Gregory Nutt
28b9efad9b
SAMD20: Increase FLASH waitstates to 2
2014-02-18 10:37:42 -06:00
Gregory Nutt
7ffd6500e0
Mostly cosmetic clean-up of comments
2014-02-17 19:22:53 -06:00
Gregory Nutt
76f80b74ae
SAMD20: Fix some confusion what which pins are on which connectors
2014-02-17 14:52:14 -06:00
Gregory Nutt
aa3d338c0f
SAMD20: Now runs, but no serial output
2014-02-17 14:21:22 -06:00
Gregory Nutt
77fff39077
SAMD20: Initial debug changes to get clocking
2014-02-17 11:36:52 -06:00
Gregory Nutt
970af98429
SAMD20: Misc changes for a clean build with debug enabled
2014-02-17 08:14:19 -06:00
Gregory Nutt
387dc15a06
SAMD20: Move serial console back to SERCOM4
2014-02-16 13:34:04 -06:00
Gregory Nutt
91273ad52f
SAMD20: Completes low-level USART logic
2014-02-16 09:42:29 -06:00
Gregory Nutt
c0bb17c27c
SAMD20: A little more USART logic
2014-02-15 15:58:48 -06:00
Gregory Nutt
69fd301151
SAMD20: Beginning of SERCOM UART configuration logic
2014-02-15 14:22:56 -06:00
Gregory Nutt
542e6e7bae
SAMD20: Finishes basic clock configuration logic
2014-02-15 10:18:05 -06:00
Gregory Nutt
a08d8d870e
SAM D20: More clock configuration logic (still incomplete)
2014-02-14 16:46:21 -06:00
Gregory Nutt
e2f09ab482
SAM D20: Put fuse related definition in a separate header file so make license statement cleaner
2014-02-14 14:33:34 -06:00
Gregory Nutt
50e674a395
SAM D20: A little more clock configuration logic (still incomplete)
2014-02-14 13:38:56 -06:00
Gregory Nutt
2f2e98002f
SAMD20: Add NVMCTRL register definition header file. Also empty framework for clock configuration
2014-02-14 11:03:22 -06:00
Gregory Nutt
bcac812308
SAMD20: Fixes to SRAM size, No. memory regions, and beginning of clocking logic
2014-02-13 19:09:58 -06:00
Gregory Nutt
23ac55e302
Add configuration for the SAMD20 Xplained Pro board. Initial check a low-effor, unverified clone of thoe SAM4L Xplained Pro board configuration
2014-02-12 17:21:28 -06:00