aboutsummaryrefslogtreecommitdiff
path: root/teensy/Makefile
diff options
context:
space:
mode:
authorDamien George2017-06-15 18:55:34 +1000
committerDamien George2017-06-15 18:55:34 +1000
commit4f9858e86debaaa4a65f0663ac3c67be15000064 (patch)
treee30d11e1e642ddab0cf778a1369c1d206486a5df /teensy/Makefile
parent76ec04a6d93668806409b6f5b2788a4043fb7bb5 (diff)
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
It provides sys.stdin, sys.stdout, sys.stderr for bare-metal targets based on mp_hal functions.
Diffstat (limited to 'teensy/Makefile')
-rw-r--r--teensy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index 923ea77ec..8c864161a 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -96,7 +96,6 @@ STM_SRC_C = $(addprefix stmhal/,\
irq.c \
pin.c \
pin_named_pins.c \
- pybstdio.c \
)
STM_SRC_S = $(addprefix stmhal/,\
@@ -107,6 +106,7 @@ LIB_SRC_C = $(addprefix lib/,\
libc/string0.c \
mp-readline/readline.c \
utils/pyexec.c \
+ utils/sys_stdio_mphal.c \
)
SRC_TEENSY = $(addprefix core/,\