micropython/ports
Damien George 0613d3e356 rp2/tusb_config.h: Set CFG_TUD_CDC_EP_BUFSIZE to 256.
This improves the speed of data going out of the MCU.

See related #7479.

Signed-off-by: Damien George <damien@micropython.org>
2021-07-08 13:20:53 +10:00
..
bare-arm bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size. 2021-04-27 23:52:40 +10:00
cc3200 ports: Use common mp_hal_stdout_tx_strn_cooked instead of custom one. 2021-07-08 12:59:31 +10:00
esp32 ports: Use common mp_hal_stdout_tx_strn_cooked instead of custom one. 2021-07-08 12:59:31 +10:00
esp8266 ports: Use common mp_hal_stdout_tx_strn_cooked instead of custom one. 2021-07-08 12:59:31 +10:00
javascript javascript/Makefile: Suppress compiler errors from array bounds. 2021-07-02 23:10:22 +10:00
mimxrt tools/autobuild: Add mimxrt port to build scripts for nightly builds. 2021-07-01 12:29:16 +10:00
minimal ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports. 2020-06-16 22:06:21 +10:00
nrf py/mpstate: Make exceptions thread-local. 2021-06-19 09:43:44 +10:00
pic16bit py/mpstate: Schedule KeyboardInterrupt on main thread. 2021-06-19 09:49:00 +10:00
powerpc ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default. 2021-02-04 22:39:17 +11:00
qemu-arm qemu-arm: Add support for Cortex-A9 via sabrelite board. 2021-05-26 16:24:00 +10:00
rp2 rp2/tusb_config.h: Set CFG_TUD_CDC_EP_BUFSIZE to 256. 2021-07-08 13:20:53 +10:00
samd all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt. 2021-04-30 15:13:43 +10:00
stm32 ports: Use common mp_hal_stdout_tx_strn_cooked instead of custom one. 2021-07-08 12:59:31 +10:00
teensy all: Replace busses with buses. 2021-05-20 23:22:03 +10:00
unix unix/modffi: Add option to lock GC in callback, and cfun access. 2021-06-24 23:12:26 +10:00
windows windows/Makefile: Add .exe extension to executables name. 2021-07-08 12:35:08 +10:00
zephyr zephyr/machine_spi: Add support for hardware SPI. 2021-07-06 00:00:57 +10:00