Skip to content

Disable C2 Ethernet support #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions configs/defconfig.esp32c2
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,21 @@ CONFIG_RTC_CLK_CAL_CYCLES=576
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304

#
# PPP
# Disable Ethernet
#
# CONFIG_LWIP_PPP_SUPPORT=y
# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
# CONFIG_LWIP_PPP_PAP_SUPPORT=y
# CONFIG_LWIP_PPP_ENABLE_IPV6=n
# CONFIG_ETH_ENABLED is not set
# CONFIG_ETH_USE_ESP32_EMAC is not set
# CONFIG_ETH_PHY_INTERFACE_RMII is not set
# CONFIG_ETH_USE_SPI_ETHERNET is not set
# CONFIG_ETH_TRANSMIT_MUTEX is not set
# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set
# CONFIG_ETH_SPI_ETHERNET_W5500 is not set
# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set

#
# Disable PPP
#
# CONFIG_LWIP_PPP_SUPPORT is not set
# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT is not set
# CONFIG_LWIP_PPP_PAP_SUPPORT is not set
# CONFIG_LWIP_PPP_ENABLE_IPV6 is not set
8 changes: 4 additions & 4 deletions configs/defconfig.esp32c3
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
#
# PPP
#
# CONFIG_LWIP_PPP_SUPPORT=y
# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
# CONFIG_LWIP_PPP_PAP_SUPPORT=y
# CONFIG_LWIP_PPP_ENABLE_IPV6=n
# CONFIG_LWIP_PPP_SUPPORT is not set
# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT is not set
# CONFIG_LWIP_PPP_PAP_SUPPORT is not set
# CONFIG_LWIP_PPP_ENABLE_IPV6 is not set
8 changes: 4 additions & 4 deletions configs/defconfig.esp32c6
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
#
# PPP
#
# CONFIG_LWIP_PPP_SUPPORT=y
# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
# CONFIG_LWIP_PPP_PAP_SUPPORT=y
# CONFIG_LWIP_PPP_ENABLE_IPV6=n
# CONFIG_LWIP_PPP_SUPPORT is not set
# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT is not set
# CONFIG_LWIP_PPP_PAP_SUPPORT is not set
# CONFIG_LWIP_PPP_ENABLE_IPV6 is not set