1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/sam0_common/include
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
..
vendor cpu/sam0_common: samr30 add PIN_(.*)_EIC_EXTINT_NUM to vendor header 2020-02-18 18:28:10 +01:00
cpu_conf.h cpu/sam0_common: update samd21 vendor files to version 1.3.395 2020-02-08 03:28:14 +01:00
periph_cpu_common.h cpu/sam0: don't hard-code peripheral clocks 2020-02-04 21:06:21 +01:00
sam_usb.h sam0_common: Add USB peripheral driver 2019-03-26 10:26:11 +01:00