Gregory Nutt
7a45fc6f1c
arch/arm/src/max326xx: Add framework for MAX326XX standard DMA support.
2018-11-20 08:09:03 -06:00
Gregory Nutt
6ada0e10ba
configs/metro-m4: Fix RxD PAD selection. Add a configuration option to use OSCULP32K instead of XOSC32K.
2018-09-01 14:38:19 -06:00
Xiang Xiao
e1202d2ed3
Replace all ASSERT with DEBUGASSERT to save the code space
2018-08-24 06:58:30 -06:00
Gregory Nutt
8c61c2f31b
Remove trailing spaces at the end of lines.
2018-08-13 07:39:38 -06:00
Gregory Nutt
c2267a57a0
Kconfig files: Fix several errors noted by Alex Denisov in Bitbucket issue 115.
2018-08-05 10:48:02 -06:00
Gregory Nutt
5a0733d0d6
arch/arm/src/samd2l2: Fix a couple of logic error/typos found in reviewing code for port to SAMD51.
2018-07-25 13:41:09 -06:00
Gregory Nutt
6dc25e1150
arch/arm/src/samd2l2/chip/saml_evsys.h: Complete some unfinished settings.
2018-07-25 11:44:41 -06:00
Gregory Nutt
830faf355b
arch/arm/src/samd2l2/Kconfig: Cosmetic re-ordering of some options.
2018-07-25 09:55:04 -06:00
Gregory Nutt
444445744a
arch/arm/src/samd2l2/chip: Correct some typos noted in SAML21 header files
2018-07-25 08:46:18 -06:00
Gregory Nutt
62ea8f5805
arm/Kconfig and arm/src/samd2l2/Kconfig: Rename ARCH_CHIP_SAMD to ARCH_CHIP_SAMD2X and ARCH_CHIP_SAML to ARCH_CHIP_SAML2X.
2018-07-22 16:41:13 -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