circuitpython/ports/espressif/boards/lolin_c3_mini
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
..
board.c REPL works. Based on QTPYC3. 2022-07-01 14:50:47 -07:00
mpconfigboard.h REPL works. Based on QTPYC3. 2022-07-01 14:50:47 -07:00
mpconfigboard.mk correct creator and creation IDs 2022-07-01 14:50:47 -07:00
pins.c Update "D" mappings 2022-07-01 14:50:47 -07:00
sdkconfig Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00