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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
uart.c
Age
Commit message (
Expand
)
Author
2016-06-30
esp8266/modpybuart: allow setting baudrate and other params
Radomir Dopieralski
2016-05-29
esp8266/uart: Properly initialise UART0 RXD pin in uart_config.
Damien George
2016-04-21
esp8266/uart: Remove obsolete UART rx buffering code.
Damien George
2016-04-21
esp8266: Add uart_rx_wait and uart_rx_char functions.
Damien George
2016-04-06
esp8266: Make destination for vendor OS debug output soft-configurable.
Damien George
2016-04-01
esp8266/uart: Get ctrl-C working now that event-based REPL is disabled.
Damien George
2016-04-01
esp8266/uart: Comment out old, unused rx buffering code.
Damien George
2016-04-01
esp8266: Support dedicated REPL loop (aka pull-style).
Paul Sokolovsky
2016-04-01
esp8266: Disallow recursive calls to REPL.
Paul Sokolovsky
2016-03-30
esp8266: Switch back to accumulating input data via ring buffer.
Paul Sokolovsky
2016-03-29
esp8266: Let esp8266 "os" messages go to standard (REPL) UART.
Paul Sokolovsky
2016-03-05
esp8266/uart: Add uart_flush() function.
Paul Sokolovsky
2016-03-05
esp8266: Support raising KeyboardInterrupt on Ctrl+C.
Paul Sokolovsky
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-06-01
esp8266: Fix lost chars problem when block-xfering data (e.g., when pasting).
Paul Sokolovsky
2015-05-13
esp8266: Add configuration option for redirecting the built-in OS output
Josef Gajdusek
2015-05-06
pyexec: Make raw REPL work with event-driven version of pyexec.
Damien George
2015-01-16
esp8266: Implement task-based, event-driven interface with UART.
Paul Sokolovsky
2014-11-27
esp8266: New port of Micro Python to ESP8266 wifi module.
Damien George