Skip to content

Commit 3263e5f

Browse files
committed
mirror-update
1 parent bc3a135 commit 3263e5f

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

.morror

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
CONFIG_ENABLE_CHAT_DISPLAY=y
2+
CONFIG_BOARD_CHOICE_T5AI=y
3+
CONFIG_PBUF_LINK_ENCAPSULATION_HLEN=96
4+
CONFIG_LWIP_EAPOL_SUPPORT=0
5+
CONFIG_LWIP_TX_PBUF_ZERO_COPY=0
6+
CONFIG_CONFIG_TUYA_SOCK_SHIM=0
7+
CONFIG_LWIP_DHCPC_STATIC_IPADDR_ENABLE=1
8+
CONFIG_ETHARP_SUPPORT_STATIC_ENTRIES=1
9+
CONFIG_LWIP_NETIF_STATUS_CALLBACK=1
10+
CONFIG_LWIP_TIMEVAL_PRIVATE=0
11+
CONFIG_IN_ADDR_T_DEFINED=y
12+
CONFIG_ENABLE_DISPLAY_LCD_RGB=y
13+
CONFIG_ENABLE_LIBLVGL=y

tools/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests

tos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function enable_mirror()
3737
exit 1
3838
fi
3939

40+
pip install -r ${OPEN_SDK_ROOT}/tools/requirements.txt
4041
MIRROR=$(${PYTHON_CMD} ${OPEN_SDK_ROOT}/tools/get_conutry.py)
4142
echo "MIRROR=${MIRROR}"
4243

0 commit comments

Comments
 (0)