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:
David Cermak
2023-06-01 22:44:11 +02:00
parent 08c5e6e07c
commit 6ac17b5020
20 changed files with 642 additions and 208 deletions

View 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