1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam0_common
Benjamin Valentin 93d536f761 cpu/sam0_common: samr30 add PIN_(.*)_EIC_EXTINT_NUM to vendor header
samr30 is the only MCU of this family where the vendor files do not
define the PIN_($pin)_EIC_EXTINT_NUM macro yet.

This macro is needed to create a generic EXTI configuration for all
sam0 MCUs.

The defines were generated with

    sed -Ei '/define PIN_(.*)_EIC_EXTINT([0-9]*)/
            {h; x;
             s/define PIN_(.*)A_EIC_EXTINT([0-9]*)(.*)/
               define PIN_\1A_EIC_EXTINT_NUM       _L_\(\2\)
               \/**< \brief EIC signal: PIN_\1 External Interrupt Line *\/
              /g; G}' samr30g18a.h samr30e18a.h
2020-02-18 18:28:10 +01:00
..
include cpu/sam0_common: samr30 add PIN_(.*)_EIC_EXTINT_NUM to vendor header 2020-02-18 18:28:10 +01:00
ldscripts sam0_common: Adjust ldscript memory segment attributes 2018-05-09 06:49:02 +02:00
periph Merge pull request #13271 from kfessel/patch-shed 2020-02-05 14:44:08 +01:00
doc.txt cpu/sam0: update doc.txt with new MCU families 2019-07-17 11:37:46 +02:00
Makefile cpu/sam0: renamed sam21_common to sam0_common 2016-12-15 11:47:03 +01:00
Makefile.dep cpu/sam0: factorize dependencies in Makefile.dep 2020-01-28 13:18:39 +01:00
Makefile.features cpu/sam0_common/periph/uart: implement buffered write 2019-11-27 19:01:00 +01:00
Makefile.include cpu/sam0_common: use vendor files to dispatch MCU headers 2020-02-06 19:52:05 +01:00