Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
* | unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky | 2014-05-02 |
* | stmhal: Update help text. | Damien George | 2014-04-21 |
* | stmhal: Update help and comments re gpio changing to Pin. | Damien George | 2014-04-18 |
* | stmhal: Improve help() function. | Damien George | 2014-04-09 |
* | py: Change module globals from mp_map_t* to mp_obj_dict_t*. | Damien George | 2014-04-05 |
* | Merge map.h into obj.h. | Damien George | 2014-03-30 |
* | py: Rename old const type objects to mp_type_* for consistency. | Damien George | 2014-03-29 |
* | stmhal: Remove ExtiMeta object and clean up class constants. | Damien George | 2014-03-26 |
* | Remove mp_obj_type_t.methods entry and use .locals_dict instead. | Damien George | 2014-03-26 |
* | Change mp_method_t.name from const char * to qstr. | Damien George | 2014-03-26 |
* | stmhal: Update help function. | Damien George | 2014-03-24 |