Skip to content

Commit 1d4d688

Browse files
committed
esp8266: Enable and freeze uasyncio.
Only included in GENERIC build.
1 parent 35e2dd0 commit 1d4d688

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include("$(PORT_DIR)/boards/manifest.py")
2+
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")

ports/esp8266/boards/GENERIC/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
1616
#define MICROPY_PY_IO_FILEIO (1)
1717
#define MICROPY_PY_SYS_STDIO_BUFFER (1)
18+
#define MICROPY_PY_UASYNCIO (1)
1819
#define MICROPY_PY_URE_SUB (1)
1920
#define MICROPY_PY_UCRYPTOLIB (1)
2021
#define MICROPY_PY_FRAMEBUF (1)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
MICROPY_VFS_FAT = 1
2+
3+
FROZEN_MANIFEST ?= $(BOARD_DIR)/manifest.py

ports/esp8266/boards/manifest_release.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
# file utilities
77
freeze("$(MPY_LIB_DIR)/upysh", "upysh.py")
88

9-
# uasyncio
10-
freeze("$(MPY_LIB_DIR)/uasyncio", "uasyncio/__init__.py")
11-
freeze("$(MPY_LIB_DIR)/uasyncio.core", "uasyncio/core.py")
12-
139
# requests
1410
freeze("$(MPY_LIB_DIR)/urequests", "urequests.py")
1511
freeze("$(MPY_LIB_DIR)/urllib.urequest", "urllib/urequest.py")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy