Skip to content

Commit 932020d

Browse files
str4t0mmmahadevan108
authored andcommitted
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 <[email protected]>
1 parent 7891bed commit 932020d

File tree

12 files changed

+0
-12
lines changed

12 files changed

+0
-12
lines changed

boards/arm/b_l072z_lrwan1/b_l072z_lrwan1.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ supported:
1616
- spi
1717
- i2c
1818
- gpio
19-
- pinmux
2019
- counter
2120
- eeprom
2221
- nvs

boards/arm/faze/faze.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ supported:
1717
- eeprom
1818
- gpio
1919
- i2c
20-
- pinmux
2120
- serial

boards/arm/lpcxpresso11u68/lpcxpresso11u68.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ toolchain:
77
supported:
88
- arduino_serial
99
- clock_controller
10-
- pinmux
1110
- gpio
1211
- i2c
1312
- serial

boards/arm/mec1501modular_assy6885/mec1501modular_assy6885.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ supported:
1919
- espi
2020
- gpio
2121
- i2c
22-
- pinmux
2322
- pwm
2423
- watchdog
2524
- kscan

boards/arm/mec15xxevb_assy6853/mec15xxevb_assy6853.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ supported:
1919
- espi
2020
- gpio
2121
- i2c
22-
- pinmux
2322
- pwm
2423
- watchdog
2524
- kscan

boards/arm/mec172xevb_assy6906/mec172xevb_assy6906.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ram: 64
1515
flash: 352
1616
supported:
1717
- gpio
18-
- pinmux
1918
- i2c
2019
- adc
2120
- pwm

boards/arm/npcx9m6f_evb/npcx9m6f_evb.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ supported:
1818
- clock
1919
- gpio
2020
- i2c
21-
- pinmux
2221
- pm
2322
- pwm
2423
- psl

boards/xtensa/esp32/esp32.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ supported:
99
- i2c
1010
- watchdog
1111
- uart
12-
- pinmux
1312
- nvs
1413
- pwm
1514
testing:

boards/xtensa/esp32_net/esp32_net.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ supported:
88
- gpio
99
- i2c
1010
- uart
11-
- pinmux
1211
testing:
1312
ignore_tags:
1413
- net

boards/xtensa/esp_wrover_kit/esp_wrover_kit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ supported:
1010
- spi
1111
- watchdog
1212
- uart
13-
- pinmux
1413
- nvs
1514
- pwm
1615
testing:

0 commit comments

Comments
 (0)