summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/usb.c
Commit message (Collapse)AuthorAge
* ports: Make new ports/ sub-directory and move all ports there.Damien George2017-09-06
| | | | | | This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
* teensy: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
|
* stmhal: Reduce coupling between USB driver and readline.Damien George2014-11-27
| | | | | This makes it easier to re-use readline.c and pyexec.c from stmhal in other ports.
* Updated teensys usb.c and switched to using usb.h from stmhal.Dave Hylands2014-08-03
| | | | | | 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.
* Fix teensy to work with the latest tree.Dave Hylands2014-08-02
|
* Add core files and use same toolchain as stmhalDave Hylands2014-07-14
|
* Updated teensy to build.Dave Hylands2014-06-15
| | | | Refactored some stmhal files which are shared with teensy.
* Initial support for Teensy 3.1Dave Hylands2014-01-06