Damien George 2547928148 stmhal: Add Python function to set UART for REPL.
This adds a hook to get/set pyb_uart_global_debug from Python, using
pyb.repl_uart().  You can set it to an arbitrary UART object, and then
the REPL (in and out) is repeated on this UART object (as well as on USB
CDC).

Ultimately, this will be replaced with a proper Pythonic interface to
set sys.stdin and sys.stdout.
2014-06-15 09:47:27 +01:00
..
2014-04-20 00:16:30 +01:00
2014-03-11 23:55:41 -07:00
2014-05-02 23:03:23 +01:00
2014-03-12 18:15:55 -07:00
2014-06-15 00:41:47 +01:00
2014-06-15 00:41:47 +01:00
2014-03-11 23:55:41 -07:00
2014-06-15 00:41:47 +01:00
2014-06-02 21:43:02 +02:00