Skip to content

Commit 204e14c

Browse files
committed
esp8266: Only include uasyncio in GENERIC build.
1 parent 8c662b7 commit 204e14c

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
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.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
freeze("$(MPY_DIR)/tools", ("upip.py", "upip_utarfile.py"))
33
freeze("$(MPY_DIR)/drivers/dht", "dht.py")
44
freeze("$(MPY_DIR)/drivers/onewire")
5-
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
65
include("$(MPY_DIR)/extmod/webrepl/manifest.py")

ports/esp8266/mpconfigport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
#define MICROPY_PY_SYS_STDFILES (1)
6363
#define MICROPY_PY_UERRNO (1)
6464
#define MICROPY_PY_UBINASCII (1)
65-
#define MICROPY_PY_UASYNCIO (1)
6665
#define MICROPY_PY_UCTYPES (1)
6766
#define MICROPY_PY_UHASHLIB (1)
6867
#define MICROPY_PY_UHASHLIB_SHA1 (MICROPY_PY_USSL && MICROPY_SSL_AXTLS)

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