19 Commits (8766bc02dcecc1176324b0b5e99aaf651ebe975b)

Author SHA1 Message Date
Radomir Dopieralski 35962eaab0 esp8266/modpybuart: allow setting baudrate and other params 8 years ago
Damien George 602305b211 esp8266/uart: Properly initialise UART0 RXD pin in uart_config. 9 years ago
Damien George c4e26dd19a esp8266/uart: Remove obsolete UART rx buffering code. 9 years ago
Damien George 7652ab77ef esp8266: Add uart_rx_wait and uart_rx_char functions. 9 years ago
Damien George 96eca22322 esp8266: Make destination for vendor OS debug output soft-configurable. 9 years ago
Damien George 6a051a8e0b esp8266/uart: Get ctrl-C working now that event-based REPL is disabled. 9 years ago
Damien George fb6cc96951 esp8266/uart: Comment out old, unused rx buffering code. 9 years ago
Paul Sokolovsky 785cf9a61f esp8266: Support dedicated REPL loop (aka pull-style). 9 years ago
Paul Sokolovsky 777232c9a5 esp8266: Disallow recursive calls to REPL. 9 years ago
Paul Sokolovsky 61fa7c8152 esp8266: Switch back to accumulating input data via ring buffer. 9 years ago
Paul Sokolovsky c4506ed869 esp8266: Let esp8266 "os" messages go to standard (REPL) UART. 9 years ago
Paul Sokolovsky d9d4a72679 esp8266/uart: Add uart_flush() function. 9 years ago
Paul Sokolovsky d3a4d39687 esp8266: Support raising KeyboardInterrupt on Ctrl+C. 9 years ago
Damien George 40274fec9c lib/pyexec: Move header pyexec.h from stmhal directory. 9 years ago
Paul Sokolovsky 2fc1e64319 esp8266: Fix lost chars problem when block-xfering data (e.g., when pasting). 10 years ago
Josef Gajdusek 1c132c8587 esp8266: Add configuration option for redirecting the built-in OS output 10 years ago
Damien George c98c128fe8 pyexec: Make raw REPL work with event-driven version of pyexec. 10 years ago
Paul Sokolovsky f12ea7c7ed esp8266: Implement task-based, event-driven interface with UART. 10 years ago
Damien George 075d597464 esp8266: New port of Micro Python to ESP8266 wifi module. 10 years ago