Paul Sokolovsky
1129de5ac0
unix: Support readline history saving to file, improves interactive usage.
10 years ago
Damien George
6d7e47087f
unix: Prefix includes with py/; remove need for -I../py.
10 years ago
stijn
39b6e27944
unix: Remove unused CTRL-D definition
11 years ago
Damien George
2617eebf2f
Change const byte* to const char* where sensible.
This removes need for some casts (at least, more than it adds need
for new casts!).
11 years ago
Damien George
7c6c843965
unix: Add missing stdio.h header for readline.
11 years ago
Dave Hylands
117c46d9eb
Add input command for unix
11 years ago
Damien George
04b9147e15
Add license header to (almost) all files.
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/.
11 years ago
Damien George
5874c1c92b
stmhal: Remove #include <stdint.h> from mpconfigport.h.
Make include dependencies neater, and adheres to the coding convention
that headers should not include headers.
11 years ago
Paul Sokolovsky
9b71b16a94
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
11 years ago
Damien George
ea13f407a3
py: Change nlr_jump to nlr_raise, to aid in debugging.
This does not affect code size or performance when debugging turned off.
To address issue #420 .
11 years ago
Damien George
c9fd6645b0
stmhal: Factor out stdio and readline to separate files.
Adds readline_init() to clear readline history on soft reset. Addresses
issue #387 .
11 years ago
Damien George
02fa035800
stmhal: Add input() and pyb.input() functions.
11 years ago