circuitpython/supervisor/shared/web_workflow
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
..
static Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00
web_workflow.c Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00
web_workflow.h Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00
websocket.c Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00
websocket.h WIP websocket to serial 2022-07-01 16:57:10 -07:00