Skip to content

Commit e0b8de8

Browse files
committed
fix(eppp): Cover more combinations in build tests
1 parent 34b6681 commit e0b8de8

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_IDF_TARGET="esp32s3"
2+
CONFIG_EPPP_LINK_DEVICE_SPI=y
3+
CONFIG_EPPP_LINK_CHANNELS_SUPPORT=y
4+
CONFIG_EPPP_LINK_USES_PPP=y
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_IDF_TARGET="esp32c3"
2+
CONFIG_EPPP_LINK_DEVICE_UART=y
3+
CONFIG_EPPP_LINK_CHANNELS_SUPPORT=y
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
CONFIG_LWIP_PPP_SUPPORT=y
2-
CONFIG_LWIP_PPP_SERVER_SUPPORT=y
31
CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION=n
4-
CONFIG_LWIP_PPP_DEBUG_ON=y
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_IDF_TARGET="esp32s2"
2+
CONFIG_EPPP_LINK_DEVICE_SPI=y
3+
CONFIG_EPPP_LINK_CHANNELS_SUPPORT=y
4+
CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION=n
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_IDF_TARGET="esp32c2"
2+
CONFIG_EPPP_LINK_DEVICE_UART=y
3+
CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION=n
4+
CONFIG_EPPP_LINK_USES_PPP=y
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
CONFIG_LWIP_IP_FORWARD=y
22
CONFIG_LWIP_IPV4_NAPT=y
33
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096
4-
CONFIG_LWIP_PPP_SUPPORT=y
5-
CONFIG_LWIP_PPP_SERVER_SUPPORT=y
6-
CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION=n

0 commit comments

Comments
 (0)