boards: remove pinmux as supported feature
The tag that marks pinmux as supported is not used by any test or sample, therefore this doesn't seem needed anymore. - remove from 3 mec1x boards, they still use pinmux, but as the tag is neither used in tests and pinmux deprecated anyway no need for it. - remove from 5 esp32 boards, as they now use pinctrl. - remove from 2 lpc boards, as they now use pinctrl. - remove from 1 stm32 board, as it now uses pinctrl. - remove from 1 npcx board, as it now uses pinctrl. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
parent
7891bed6e7
commit
932020d700
12 changed files with 0 additions and 12 deletions
|
@ -16,7 +16,6 @@ supported:
|
|||
- spi
|
||||
- i2c
|
||||
- gpio
|
||||
- pinmux
|
||||
- counter
|
||||
- eeprom
|
||||
- nvs
|
||||
|
|
|
@ -17,5 +17,4 @@ supported:
|
|||
- eeprom
|
||||
- gpio
|
||||
- i2c
|
||||
- pinmux
|
||||
- serial
|
||||
|
|
|
@ -7,7 +7,6 @@ toolchain:
|
|||
supported:
|
||||
- arduino_serial
|
||||
- clock_controller
|
||||
- pinmux
|
||||
- gpio
|
||||
- i2c
|
||||
- serial
|
||||
|
|
|
@ -19,7 +19,6 @@ supported:
|
|||
- espi
|
||||
- gpio
|
||||
- i2c
|
||||
- pinmux
|
||||
- pwm
|
||||
- watchdog
|
||||
- kscan
|
||||
|
|
|
@ -19,7 +19,6 @@ supported:
|
|||
- espi
|
||||
- gpio
|
||||
- i2c
|
||||
- pinmux
|
||||
- pwm
|
||||
- watchdog
|
||||
- kscan
|
||||
|
|
|
@ -15,7 +15,6 @@ ram: 64
|
|||
flash: 352
|
||||
supported:
|
||||
- gpio
|
||||
- pinmux
|
||||
- i2c
|
||||
- adc
|
||||
- pwm
|
||||
|
|
|
@ -18,7 +18,6 @@ supported:
|
|||
- clock
|
||||
- gpio
|
||||
- i2c
|
||||
- pinmux
|
||||
- pm
|
||||
- pwm
|
||||
- psl
|
||||
|
|
|
@ -9,7 +9,6 @@ supported:
|
|||
- i2c
|
||||
- watchdog
|
||||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
- pwm
|
||||
testing:
|
||||
|
|
|
@ -8,7 +8,6 @@ supported:
|
|||
- gpio
|
||||
- i2c
|
||||
- uart
|
||||
- pinmux
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
|
@ -10,7 +10,6 @@ supported:
|
|||
- spi
|
||||
- watchdog
|
||||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
- pwm
|
||||
testing:
|
||||
|
|
|
@ -9,7 +9,6 @@ supported:
|
|||
- i2c
|
||||
- watchdog
|
||||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
|
@ -10,7 +10,6 @@ supported:
|
|||
- spi
|
||||
- watchdog
|
||||
- uart
|
||||
- pinmux
|
||||
- nvs
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue