Skip to content

Commit 88acc55

Browse files
committed
add EWT103-W15 series board
1 parent bc3916f commit 88acc55

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

boards/LN882H/EWT103-W15/Kconfig

Whitespace-only changes.

boards/LN882H/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ choice
2727
rsource "./WL2H-U/Kconfig"
2828
endif
2929

30+
config BOARD_CHOICE_EWT103_W15
31+
bool "EWT103-W15"
32+
if (BOARD_CHOICE_EWT103_W15)
33+
rsource "./EWT103-W15/Kconfig"
34+
endif
3035
endchoice
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
CONFIG_BOARD_CHOICE_LN882H=y
2+
CONFIG_ENABLE_BT_SERVICE=y
3+
CONFIG_ENABLE_LIBLWIP=y
4+
CONFIG_MEM_SIZE=13312
5+
CONFIG_PBUF_LINK_ENCAPSULATION_HLEN=0
6+
CONFIG_LWIP_NETIF_HOSTNAME=1
7+
CONFIG_LWIP_TCPIP_CORE_LOCKING=1
8+
CONFIG_LWIP_EAPOL_SUPPORT=0
9+
CONFIG_LWIP_TX_PBUF_ZERO_COPY=0
10+
CONFIG_CONFIG_TUYA_SOCK_SHIM=0
11+
CONFIG_LWIP_DHCPC_STATIC_IPADDR_ENABLE=1
12+
CONFIG_ETHARP_SUPPORT_STATIC_ENTRIES=1
13+
CONFIG_LWIP_NETIF_STATUS_CALLBACK=1
14+
CONFIG_LWIP_TIMEVAL_PRIVATE=0
15+
CONFIG_IN_ADDR_T_DEFINED=y

0 commit comments

Comments
 (0)