File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ FEATURES_PROVIDED += periph_pwm
88FEATURES_PROVIDED += periph_qdec
99
1010# Put other features for this board (in alphabetical order)
11- FEATURES_PROVIDED += ethernet
11+ FEATURES_PROVIDED += netif_ethernet
1212FEATURES_PROVIDED += motor_driver
1313FEATURES_PROVIDED += netif
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ FEATURES_PROVIDED += periph_uart
1414FEATURES_PROVIDED += periph_usbdev
1515
1616# Put other features for this board (in alphabetical order)
17- FEATURES_PROVIDED += ethernet
17+ FEATURES_PROVIDED += netif_ethernet
1818FEATURES_PROVIDED += netif
1919FEATURES_PROVIDED += riotboot
2020FEATURES_PROVIDED += tinyusb_device
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ FEATURES_PROVIDED += periph_uart
1414FEATURES_PROVIDED += periph_usbdev
1515
1616# Put other features for this board (in alphabetical order)
17- FEATURES_PROVIDED += ethernet
17+ FEATURES_PROVIDED += netif_ethernet
1818FEATURES_PROVIDED += netif
1919FEATURES_PROVIDED += tinyusb_device
2020
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ FEATURES_PROVIDED += periph_uart
1313FEATURES_PROVIDED += periph_usbdev
1414
1515# Put other features for this board (in alphabetical order)
16- FEATURES_PROVIDED += ethernet
16+ FEATURES_PROVIDED += netif_ethernet
1717FEATURES_PROVIDED += netif
1818FEATURES_PROVIDED += tinyusb_device
1919
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FEATURES_PROVIDED += periph_uart
2020FEATURES_PROVIDED += periph_usbdev
2121
2222# Put other features for this board (in alphabetical order)
23- FEATURES_PROVIDED += ethernet
23+ FEATURES_PROVIDED += netif_ethernet
2424FEATURES_PROVIDED += netif
2525FEATURES_PROVIDED += riotboot
2626FEATURES_PROVIDED += tinyusb_device
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FEATURES_PROVIDED += periph_freqm
1919FEATURES_PROVIDED += periph_can
2020
2121# Put other features for this board (in alphabetical order)
22- FEATURES_PROVIDED += ethernet
22+ FEATURES_PROVIDED += netif_ethernet
2323FEATURES_PROVIDED += netif
2424FEATURES_PROVIDED += riotboot
2525FEATURES_PROVIDED += tinyusb_device
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ FEATURES_PROVIDED += periph_usbdev_hs
1717FEATURES_PROVIDED += periph_usbdev_hs_ulpi
1818
1919# Put other features for this board (in alphabetical order)
20- FEATURES_PROVIDED += ethernet
20+ FEATURES_PROVIDED += netif_ethernet
2121FEATURES_PROVIDED += netif
2222FEATURES_PROVIDED += tinyusb_device
Original file line number Diff line number Diff line change @@ -877,10 +877,10 @@ groups:
877877- title : Board Features
878878 help : These features indicate features of the board
879879 features :
880- - name : ethernet
881- help : The board has Ethernet connectivity
882880 - name : netif
883881 help : The board has a network interface
882+ - name : netif_ethernet
883+ help : The board has an Ethernet network interface
884884 - name : highlevel_stdio
885885 help : A high-level stdio method (such as CDC ACM) is used. This requires a
886886 running thread and set-up and will not print during a crash.
Original file line number Diff line number Diff line change @@ -126,13 +126,13 @@ FEATURES_EXISTING := \
126126 esp_wifi \
127127 esp_wifi_ap \
128128 esp_wifi_enterprise \
129- ethernet \
130129 gecko_sdk_librail_fpu \
131130 gecko_sdk_librail_nonfpu \
132131 highlevel_stdio \
133132 libstdcpp \
134133 motor_driver \
135134 netif \
135+ netif_ethernet \
136136 newlib \
137137 no_idle_thread \
138138 periph_adc \
You can’t perform that action at this time.
0 commit comments