| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
