nuttx/arch/arm/src
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
..
a1x Squashed commit of the following: 2018-06-21 10:59:58 -06:00
arm syslog: Enable is partial, crippled version of syslog_flush(); arch/: Call syslog_flush() from assertion handling logic. 2018-06-07 16:29:16 -06:00
armv6-m syslog: Enable is partial, crippled version of syslog_flush(); arch/: Call syslog_flush() from assertion handling logic. 2018-06-07 16:29:16 -06:00
armv7-a Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
armv7-m Squashed commit of the following: 2018-06-21 10:59:58 -06:00
armv7-r syslog: Enable is partial, crippled version of syslog_flush(); arch/: Call syslog_flush() from assertion handling logic. 2018-06-07 16:29:16 -06:00
bcm2708 arch/arm/src/bcm2708/bcm_gpioint.c: Fixed missing left parenthesis. Note by Anonymous in Issue #101 2018-06-16 15:30:34 -06:00
c5471 This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
common Squashed commit of the following: 2018-06-20 12:30:37 -06:00
dm320 arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00
efm32 arch/: Clean up some naming and spacing. 2018-06-20 15:38:06 -06:00
imx1 arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00
imx6 Trivial update to some comments. 2018-06-22 07:53:34 -06:00
imxrt This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
kinetis Merged in david_s5/nuttx/master_kinetis_usbhang (pull request #688) 2018-07-19 20:13:47 +00:00
kl arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00
lc823450 Merged in masayuki2009/nuttx.nuttx/lc823450_protected_build (pull request #689) 2018-07-20 10:43:07 +00:00
lpc11xx Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
lpc17xx Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
lpc31xx Squashed commit of the following: 2018-07-06 09:15:57 -06:00
lpc43xx Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
lpc54xx Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
lpc214x arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00
lpc2378 arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00
moxart arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00
nrf52 Squashed commit of the following: 2018-06-20 12:30:37 -06:00
nuc1xx Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
sam34 Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
sama5 Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
samd2l2 Rename all usage of samdl/SAMDL to samd2l2/SAMD2L2 to make room in the name space for the forthcoming samd5e5/SAMD5E5 2018-07-22 15:54:12 -06:00
samv7 Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
stm32 arch/arm/src/stm32: Use of inline function for I/O compensation causes too many issues. No just a plain callable function. 2018-07-16 09:05:53 -06:00
stm32f0 Merged in david_s5/nuttx/master_singlewire (pull request #679) 2018-07-12 19:30:43 +00:00
stm32f7 arch/arm/src/stm32f7/: Fix data timeout errors with multiblock transfers. 2018-07-20 09:52:32 -06:00
stm32h7 Merged in david_s5/nuttx/master_singlewire (pull request #680) 2018-07-12 19:47:12 +00:00
stm32l4 arch/arm/src/stm32l4: Added custom pin mapping for STM32L4X2XX processors. 2018-07-16 15:42:13 -06:00
str71x Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
tiva This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
tms570 arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00
xmc4 arch/arm/src/xmc4/xmc4_gpio.c: Add a specific bit encoding for openprain GPIO pin. 2018-07-02 10:56:58 -06:00
.gitignore
Makefile Squashed commit of the following: 2018-06-20 12:30:37 -06:00