micropython/ports
Andrew Leech 9d6f70f715 stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.
Use uos.dupterm for REPL configuration of the main USB_VCP(0) stream on
dupterm slot 1, if USB is enabled.  This means dupterm can also be used to
disable the boot REPL port if desired, via uos.dupterm(None, 1).

For efficiency this adds a simple hook to the global uos.dupterm code to
work with streams that are known to be native streams.
2019-04-01 13:04:05 +11:00
..
bare-arm py/objdict: Make .fromkeys() method configurable. 2018-12-13 01:20:55 +11:00
cc3200 ports: Update to work with new oofatfs version. 2019-03-05 15:56:39 +11:00
esp32 esp32/boards: Enable dual core support by default. 2019-03-27 11:20:21 +11:00
esp8266 ports/{stm32,esp8266}: Set mpy-cross native arch for frozen native code. 2019-03-14 12:22:49 +11:00
javascript javascript: Fix Emscripten async load, and to compile with modern clang. 2019-03-13 23:52:15 +11:00
minimal minimal/frozentest: Recompile now that mpy format and version changed. 2019-03-08 15:53:05 +11:00
nrf nrf/readme: Add section about LTO. 2019-03-19 16:59:18 +01:00
pic16bit all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
qemu-arm qemu-arm: Use gchelper code to get registers for GC scanning. 2019-02-12 14:48:29 +11:00
stm32 stm32: Make default USB_VCP stream go through uos.dupterm for main REPL. 2019-04-01 13:04:05 +11:00
teensy all: Change PYB message prefix to MPY. 2019-02-12 15:18:33 +11:00
unix unix/mpthreadport: Use named semaphores on Mac OS X. 2019-03-27 10:50:01 +11:00
windows py: Allow registration of modules at their definition. 2019-03-08 22:46:43 +11:00
zephyr zephyr/i2c: Add support for hardware i2c. 2019-03-26 16:16:26 +11:00