[python] Initial turtle module

This commit is contained in:
Jean-Baptiste Boric
2018-10-27 10:18:15 +02:00
parent 3b9d307577
commit 464c1a5c95
14 changed files with 320 additions and 5 deletions

View File

@@ -131,6 +131,8 @@ port_objs += $(addprefix python/port/,\
helpers.o \
modkandinsky.o \
modkandinsky_impl.o \
modturtle.o \
modturtle_impl.o \
mphalport.o \
)
@@ -176,3 +178,5 @@ $(py_objs) $(extmod_objs) $(port_objs): python/port/genhdr/qstrdefs.generated.h
# List all objects needed
objs += $(extmod_objs) $(py_objs) $(port_objs)
app_images += python/port/turtle_icon.png