circuitpython/ports
David Lechner 100012bec6 windows: Remove custom definition of MP_PLAT_PRINT_STRN.
This removes the port-specific definition of MP_PLAT_PRINT_STRN on the
windows port, so that the default mp_hal_stdout_tx_strn_cooked() is always
used.  This fixes releasing the GIL during the call to write() (this was
missed in bc3499f010).

Also, mp_hal_dupterm_tx_strn() was defined but never used anywhere so it is
safe to delete it.
2020-03-25 00:56:38 +11:00
..
bare-arm all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
cc3200 all: Remove spaces between nested paren and inside function arg paren. 2020-03-25 00:39:46 +11:00
esp32 all: Remove spaces between nested paren and inside function arg paren. 2020-03-25 00:39:46 +11:00
esp8266 esp8266/modnetwork: Add support for wlan.ifconfig('dhcp'). 2020-03-25 00:43:04 +11:00
javascript all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
mimxrt mimxrt: Add MIMXRT1010 board. 2020-03-11 15:36:27 +11:00
minimal all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
nrf all: Remove spaces between nested paren and inside function arg paren. 2020-03-25 00:39:46 +11:00
pic16bit all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
powerpc all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
qemu-arm all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
samd samd: Fix to build with latest tinyusb. 2020-03-11 15:34:10 +11:00
stm32 all: Remove spaces between nested paren and inside function arg paren. 2020-03-25 00:39:46 +11:00
teensy all: Remove spaces between nested paren and inside function arg paren. 2020-03-25 00:39:46 +11:00
unix unix: Remove custom definition of MP_PLAT_PRINT_STRN. 2020-03-25 00:54:18 +11:00
windows windows: Remove custom definition of MP_PLAT_PRINT_STRN. 2020-03-25 00:56:38 +11:00
zephyr zephyr: Update machine.Pin class to use new zephyr gpio api. 2020-03-25 00:29:42 +11:00