aboutsummaryrefslogtreecommitdiff
path: root/teensy/Makefile
AgeCommit message (Expand)Author
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