index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
input.c
Age
Commit message (
Expand
)
Author
2017-05-25
atmel-samd: Add input support. Fixes #143
Scott Shawcroft
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-01-28
py: Change vstr so that it doesn't null terminate buffer by default.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-27
stmhal: Reduce coupling between USB driver and readline.
Damien George
2014-05-25
Change const byte* to const char* where sensible.
Damien George
2014-05-07
Add input command for unix
Dave Hylands
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
stmhal: Remove #include <stdint.h> from mpconfigport.h.
Damien George
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
2014-03-29
stmhal: Factor out stdio and readline to separate files.
Damien George
2014-03-22
stmhal: Add input() and pyb.input() functions.
Damien George