summaryrefslogtreecommitdiff
path: root/teensy/usb.c
AgeCommit message (Collapse)Author
2015-01-01teensy: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-27stmhal: Reduce coupling between USB driver and readline.Damien George
This makes it easier to re-use readline.c and pyexec.c from stmhal in other ports.
2014-08-03Updated teensys usb.c and switched to using usb.h from stmhal.Dave Hylands
Removed the local usb.h from teensey directory and now uses the usb.h from the stmhal directory. Fixed the deploy target to use abspath.
2014-08-02Fix teensy to work with the latest tree.Dave Hylands
2014-07-14Add core files and use same toolchain as stmhalDave Hylands
2014-06-15Updated teensy to build.Dave Hylands
Refactored some stmhal files which are shared with teensy.
2014-01-06Initial support for Teensy 3.1Dave Hylands