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
/
unix
/
modtermios.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-03-25
unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
2016-10-07
unix: Use common RAISE_ERRNO macro from mphalport.h.
Damien George
2016-10-07
unix: Use mp_raise_OSError helper function.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2015-12-09
unix/modtermios: DJGPP appears to have unicode-capable cc_t type.
Paul Sokolovsky
2015-12-09
unix/modtermios: Provide B57600 and B115200 constants only if defined.
Paul Sokolovsky
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-10-13
unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW.
Paul Sokolovsky
2015-01-01
unix: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-08-30
py: Change all uint to mp_uint_t in obj.h.
Damien George
2014-08-24
unix, modtermios: Make it properly configurable; fix spelling mistake.
Damien George
2014-08-23
modtermios: Add "termios" unix module, subset of CPython's.
Paul Sokolovsky