haitomatic opened a new issue, #7163: URL: https://github.com/apache/incubator-nuttx/issues/7163
https://github.com/apache/incubator-nuttx-apps/blob/master/netutils/netinit/netinit.c According to this, I am wondering how can we bring up all interfaces if we have multiple of them. In my application, I need to enable both ETHERNET and socketCAN at the same time. However, the CONFIG_NET_ETHERNET shadows over CONFIG_NET_CAN and therefore, though registered as a network device, the can0 iface is never brought up. This apparently is not only between socketCAN and Ethernet but also between all other interfaces like wlan, bluetooth,etc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org