summaryrefslogtreecommitdiff
path: root/py/sequence.c
diff options
context:
space:
mode:
authorPatrick Van Oosterwijck <patrick@silicognition.com>2021-08-26 12:19:46 -0600
committerDamien George <damien@micropython.org>2021-08-31 00:12:41 +1000
commita66bd7a48925d318e1dd6ada756df947ffacdc12 (patch)
tree5905d73fc0e8fd722b37840ef44933bb2ab6d9f9 /py/sequence.c
parent3720a570f2c2d1617d59a9832e4384e4479006a7 (diff)
esp32/boards: Add GENERIC_C3_USB board with USB serial/JTAG support.
Add a new board type for ESP32-C3 revision 3 and up that implement the USB serial/JTAG port on pin 18 and 19. This variant uses the USB serial for programming and console, leaving the UART free. - Pins 18 and 19 are correctly reserved for this variant. Also pins 14-17 are reserved for flash for any ESP32-C3 so they can't be reconfigured anymore to crash the system. - Added usb_serial_jtag.c and .h to implement this interface. - Interface was tested to work correctly together with webrepl. - Interface was tested to work correctly when sending and receiving large files with ampy. - Disconnecting terminal or USB will not hang the system when it's trying to print.
Diffstat (limited to 'py/sequence.c')
0 files changed, 0 insertions, 0 deletions