Commit message (Expand) | Author | Age | |
---|---|---|---|
* | stmhal: Collect all root pointers together in 1 place. | Damien George | 2015-01-07 |
* | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George | 2015-01-01 |
* | Rename machine_(u)int_t to mp_(u)int_t. | Damien George | 2014-07-03 |
* | Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te... | Damien George | 2014-07-02 |
|\ | |||
| * | Updated teensy to build. | Dave Hylands | 2014-06-15 |
* | | stmhal: Include mpconfig.h before all other includes. | Paul Sokolovsky | 2014-06-28 |
|/ | |||
* | stmhal: pyb: Use gc() function as defined by standard module "gc". | Paul Sokolovsky | 2014-05-06 |
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
* | stmhal: Remove #include <stdint.h> from mpconfigport.h. | Damien George | 2014-05-03 |
* | stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. | Damien George | 2014-04-12 |
* | REPl working on UART6 with STMHAL | Dave Hylands | 2014-03-12 |