| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-25 | Change const byte* to const char* where sensible. | Damien George | |
| This removes need for some casts (at least, more than it adds need for new casts!). | |||
| 2014-05-07 | Add input command for unix | Dave Hylands | |
| 2014-05-03 | Add license header to (almost) all files. | Damien George | |
| Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/. | |||
| 2014-05-03 | stmhal: Remove #include <stdint.h> from mpconfigport.h. | Damien George | |
| Make include dependencies neater, and adheres to the coding convention that headers should not include headers. | |||
| 2014-05-02 | unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky | |
| 2014-04-05 | py: Change nlr_jump to nlr_raise, to aid in debugging. | Damien George | |
| This does not affect code size or performance when debugging turned off. To address issue #420. | |||
| 2014-03-29 | stmhal: Factor out stdio and readline to separate files. | Damien George | |
| Adds readline_init() to clear readline history on soft reset. Addresses issue #387. | |||
| 2014-03-22 | stmhal: Add input() and pyb.input() functions. | Damien George | |
