diff options
| author | Damien George | 2015-02-13 15:04:53 +0000 |
|---|---|---|
| committer | Damien George | 2015-02-13 15:04:53 +0000 |
| commit | 0b32e50365b6e36474e183a7240ccfc8fa56830a (patch) | |
| tree | 101cf35f6844c50672af4f15b5866e226bcb47d9 /esp8266/Makefile | |
| parent | c385a639e6316cba4ff0e7a859325807857d8f00 (diff) | |
stmhal: Make pybstdio usable by other ports, and use it.
Now all ports can use pybstdio.c to provide sys.stdin/stdout/stderr, so
long as they implement mp_hal_stdin_* and mp_hal_stdout_* functions.
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 9c994c437..76b16b150 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -45,7 +45,6 @@ SRC_C = \ main.c \ esp_mphal.c \ gccollect.c \ - pybstdio.c \ uart.c \ modpyb.c \ modesp.c \ @@ -54,6 +53,7 @@ STM_SRC_C = $(addprefix stmhal/,\ printf.c \ string0.c \ pyexec.c \ + pybstdio.c \ ) LIB_SRC_C = $(addprefix lib/,\ |
