aboutsummaryrefslogtreecommitdiff
path: root/teensy/Makefile
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-06-15teensy/Makefile: Include relevant sources in list for qstr extraction.Damien George
2017-06-15stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.Damien George
2017-06-01ports: Convert from using stmhal's input() to core provided version.Damien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-01-22teensy: Convert to use builtin help function.Damien George
2016-09-17Updated FROZEN_DIR support as per f28efa19713977a61395b19fec1fe501aeee4c0eDave Hylands
2016-09-05py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli
2016-04-25cc3200, stmhal, teensy: Use pyhelp_print_obj function.Colin Hogben
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-11-04teensy: Switch over to using frozen modules instead of memzipDave Hylands
2015-11-04lib/memzip: Factor out memzip from teensy/ into lib/memzip.Dave Hylands
2015-10-31stmhal: pyexec.c is common module, move to lib/utils/ .Paul Sokolovsky
2015-10-24Makefiles: Remove duplicate object files when linking.Paul Sokolovsky
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky
2015-01-12teensy: Update for readline module moved to lib/.Paul Sokolovsky
2015-01-01teensy: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-27Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-09-23Add pulse_width_percent to teensy.Dave Hylands
2014-09-19Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands
2014-08-25Add save/restore_irqDave Hylands
2014-08-08stmhal/teensy: Use _ instead of - in source file names.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-08-03Updated teensys usb.c and switched to using usb.h from stmhal.Dave Hylands
2014-07-14Add core files and use same toolchain as stmhalDave Hylands
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-18bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGSSven Wegener
2014-06-15Updated teensy to build.Dave Hylands
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-02-10Updated teensy to work with latest on masterDave Hylands
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands
2014-01-13made DEBUG control CFLAGS in Makefiles oter than stm as well.John R. Lenton
2014-01-11Added memzip filesystem support for teensyDave Hylands
2014-01-08Make build output quieter.Dave Hylands
2014-01-08Update teemsy/Makefile to use py.mkDave Hylands
2014-01-08Move lexerstr to main py directory (everyone uses it).Damien George
2014-01-08Updated teensy to use common code from stm directory.Dave Hylands
2014-01-06Initial support for Teensy 3.1Dave Hylands