Ondrej Kosta
f676162f46
fix(eth/examples): fixed ethernet_init dependency to v1.3.0
2026-04-27 15:53:06 +02:00
Jiang Jiang Jian
14ae3917ff
Merge branch 'examples/vlan_test_fix_v6.0' into 'release/v6.0'
...
fix: Reorder Ethernet initialization in VLAN example (v6.0)
See merge request espressif/esp-idf!43553
2026-01-08 20:37:26 +08:00
glmfe
e187d3b259
feat(protocol_examples_common): Use Ethernet Init component
...
- Refactored protocol_examples_common to use ethernet_init component
2025-11-20 18:57:03 +08:00
Abhik Roy
758ba6ab40
fix: Reorder Ethernet initialization in VLAN example
...
- Moved `ethernet_init_all` to after default event loop creation
to ensure the event loop exists before Ethernet driver initialization.
2025-11-20 21:24:10 +11:00
Ondrej Kosta
6e160e2e47
fix(examples): fixed examples ethernet_init dependency
2025-10-21 13:06:04 +02:00
Ondrej Kosta
d622d4d9ac
feat(esp_eth): removed SPI Ethernet and PHY drivers from IDF
2025-09-28 16:19:42 +02:00
Ondrej Kosta
9662963a3d
fix(esp_eth): fixed ETH builds by forcing Ethernet init ver
2025-09-25 07:28:12 +02:00
glmfe
0b330482a7
fix(ethernet_init): Update Ethernet Init Calls
...
Removed references to components/ethernet_init to use new managed component ethernet_init.
2025-09-23 08:48:08 +02:00
Shen Meng Jing
62d4115e08
docs: Fix some typos
2025-04-30 18:35:39 +08:00
Frantisek Hrbata
ad15109daa
change(examples): explicitly specify component dependencies for examples
...
Currently, several examples do not explicitly state their component
dependencies, relying instead on the default behavior that includes all
registered components and commonly required ones in the build.
Explicitly adding component dependencies can reduce build time when
set(COMPONENTS main) is used.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-20 14:11:24 +01:00
Ivan Grokhotkov
6d87100a70
feat(examples): add local components via idf_component.yml
...
Specifying all the dependencies (managed and local) in the manifest
makes it easier for users to see every component the example
depends on.
2023-09-19 10:38:24 +02:00
Abhik Roy
ef50beb4d0
ci: Added napt pytest with vlan example
...
CI: add vlan example to ethernet patterns
Included a Pytest for the vlan_support example, which focuses on testing
the NAPT module in lwip by forwarding packets between different VLAN interfaces.
2023-07-31 13:42:26 +00:00
Abhik Roy
f3cc6d4b59
network examples: Multiple ethernet interfaces and VLAN support.
...
Closes https://github.com/espressif/esp-idf/issues/8807
2022-09-10 00:35:15 +05:30