summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/input.c
Commit message (Expand)AuthorAge
* stmhal: Make pybstdio usable by other ports, and use it.Damien George2015-02-13
* py: Change vstr so that it doesn't null terminate buffer by default.Damien George2015-01-28
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Reduce coupling between USB driver and readline.Damien George2014-11-27
* Change const byte* to const char* where sensible.Damien George2014-05-25
* Add input command for unixDave Hylands2014-05-07
* Add license header to (almost) all files.Damien George2014-05-03
* stmhal: Remove #include <stdint.h> from mpconfigport.h.Damien George2014-05-03
* unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George2014-04-05
* stmhal: Factor out stdio and readline to separate files.Damien George2014-03-29
* stmhal: Add input() and pyb.input() functions.Damien George2014-03-22