circuitpython/ports/espressif/common-hal
Scott Shawcroft 6446010753
Wi-Fi autoconnect and title bar status
This adds support for CIRCUITPY_WIFI_SSID and CIRCUITPY_WIFI_PASSWORD
in `/.env`. When both are defined, CircuitPython will attempt to
connect to the network even when user code isn't running. If the
user code attempts to a network with the same SSID, it will return
immediately. Connecting to another SSID will disconnect from the
auto-connected network. If the user code initiates the connection,
then it will be shutdown after user code exits. (Should match <8
behavior.)

This PR also reworks the default displayio terminal. It now supports
a title bar TileGrid in addition to the (newly renamed) scroll area.
The default title bar is the top row of the display and is positioned
to the right of the Blinka logo when it is enabled. The scroll area
is now below the Blinka logo.

The Wi-Fi auto-connect code now uses the title bar to show its
state including the IP address when connected. It does this through
the "standard" OSC control sequence `ESC ] 0 ; <s> ESC \` where <s>
is the title bar string. This is commonly supported by terminals
so it should work over USB and UART as well.

Related to #6174
2022-06-09 14:55:54 -07:00
..
_bleio Fix ESP and HCI build 2022-05-12 15:23:26 -07:00
alarm message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
analogio Conditionalize LTO 2022-05-27 12:59:54 -07:00
audiobusio Conditionalize LTO 2022-05-27 12:59:54 -07:00
board Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
busio Conditionalize LTO 2022-05-27 12:59:54 -07:00
canio message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
countio Merge pull request #6463 from adafruit/7.3.x 2022-06-06 11:58:05 -07:00
digitalio Conditionalize LTO 2022-05-27 12:59:54 -07:00
dualbank rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
frequencyio Merge pull request #6463 from adafruit/7.3.x 2022-06-06 11:58:05 -07:00
i2cperipheral message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
imagecapture message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
mdns Fix MDNS crash on S2 2022-03-23 17:17:48 -07:00
microcontroller Conditionalize LTO 2022-05-27 12:59:54 -07:00
neopixel_write test and adjust NeoPixel timings on multiple products 2022-04-25 23:12:24 -04:00
nvm Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
os Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
paralleldisplay Update ports/espressif/common-hal/paralleldisplay/ParallelBus.h 2022-03-05 21:48:00 +01:00
ps2io Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
pulseio message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
pwmio message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
rgbmatrix Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
rotaryio Espressif: fix allocation of multiple Incremental Encoders 2022-05-24 22:37:24 -04:00
rtc message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
socketpool Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
ssl Apply suggestions from code review 2021-12-14 20:03:44 +00:00
supervisor rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
time Rename esp32s2 port to espressif 2021-09-13 16:44:55 -07:00
touchio message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
watchdog Enable -Werror=missing-prototypes on espressif port 2021-11-10 11:07:45 -06:00
wifi Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00