Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ports: Make new ports/ sub-directory and move all ports there. | Damien George | 2017-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 George | 2015-01-01 |
| | |||
* | stmhal: Reduce coupling between USB driver and readline. | Damien George | 2014-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 Hylands | 2014-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 Hylands | 2014-08-02 |
| | |||
* | Add core files and use same toolchain as stmhal | Dave Hylands | 2014-07-14 |
| | |||
* | Updated teensy to build. | Dave Hylands | 2014-06-15 |
| | | | | Refactored some stmhal files which are shared with teensy. | ||
* | Initial support for Teensy 3.1 | Dave Hylands | 2014-01-06 |