circuitpython/ports/espressif/supervisor
Scott Shawcroft d6344812e8
Lots of web workflow, C3 and title bar fixes
* Fixes #6221 - C3 hang on `import wifi`. Enabling the WiFi PHY was
  disabling USB. Now boards that use it set CONFIG_ESP_PHY_ENABLE_USB
  explicitly.
* Fixes #6655 - Allows pasting into the web serial page. Fixes reading
  more than 0xf bytes at a time.
* Fixes #6653 - Fixes web socket encoding of payloads >125 bytes. Can
  happen when printing a long string.
* Fixes C3 responsiveness when waiting for key to enter REPL. (It
  now correctly stops sleeping.)
* Disables title bar updates when in raw REPL. Related to #6548.
* Adds version to title bar.
2022-07-28 16:06:56 -07:00
..
internal_flash_root_pointers.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
internal_flash.c Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
internal_flash.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
port.c Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00
serial.c refactor debug UART to console UART; get working on ESP32 2022-06-30 23:16:46 -04:00
usb_serial_jtag.c Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00
usb_serial_jtag.h Add USB to Serial/JTAG support for REPL 2022-03-21 14:03:57 -07:00
usb.c Fix press any key responding slowly on espressif 2022-02-17 12:57:27 +11:00