mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 06:54:22 +00:00
Examples/network: Add Ethernet iface to sta-2-wired bridge
* adds description about that it's not a bridge, but more like an 1:1 forwarder on L2 * add and describe mac spoofing for Ethernet interface * describe virtual networking for USB-NCM interface
This commit is contained in:
5
examples/network/sta_to_eth/sdkconfig.defaults.esp32s3
Normal file
5
examples/network/sta_to_eth/sdkconfig.defaults.esp32s3
Normal file
@@ -0,0 +1,5 @@
|
||||
CONFIG_EXAMPLE_WIRED_INTERFACE_IS_USB=y
|
||||
CONFIG_EXAMPLE_WIRED_INTERFACE_IS_ETHERNET=n
|
||||
CONFIG_TINYUSB_TASK_AFFINITY_CPU0=y
|
||||
CONFIG_TINYUSB_INIT_IN_DEFAULT_TASK=y
|
||||
CONFIG_TINYUSB_NET_MODE_NCM=y
|
Reference in New Issue
Block a user