aboutsummaryrefslogtreecommitdiff
path: root/stmhal/input.c
AgeCommit message (Collapse)Author
2014-04-05py: 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-29stmhal: 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-22stmhal: Add input() and pyb.input() functions.Damien George