Commit Graph

68 Commits

Author SHA1 Message Date
Dan Halbert 2171e67c1b merge latest adafruit/main 2023-08-13 19:43:54 -04:00
applecuckoo 60935c29eb
Fix up EFR32 port readme 2023-05-28 16:01:59 +12:00
Dan Halbert 328585f160 don't enter safemode.py on USER safe mode 2023-02-14 11:20:29 -05:00
Dan Halbert d8231f1588 Implement safemode.py 2023-02-13 18:26:38 -05:00
Alec Delaney ab1a7ebcd5
Fixed nested unordered list rendering
Also changed to dashes just to remain stylistically similar to the other unordered lists.
2022-10-07 11:13:45 -04:00
microDev f64be33d4b
add esp32 in readme port status 2022-09-30 23:24:59 +05:30
Jeff Epler 6a9892e864
link to workflow page in docs. Capitalize "Workflow" 2022-07-01 13:57:32 -05:00
Jeff Epler 6bcd75a391
Add WiFi workflow to the section about branding 2022-07-01 10:46:37 -05:00
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
microDev 9e286432d2
add esp32s3 documentation in readme 2021-12-03 21:20:55 +05:30
microDev 26fbb4eb85
add esp32c3 documentation in readme 2021-10-01 01:26:05 +05:30
Scott Shawcroft 973a90f2aa
Rename esp32s2 port to espressif
This is in preparation for ESP32-S3 support and potentially others.

Related to #4363
2021-09-13 16:44:55 -07:00
Neradoc 2ac0c0f686
remove lingering reference to settings.py in docs 2021-09-09 18:38:21 +02:00
James Carr 172febefac
Minor typo in README.rst 2021-08-27 12:49:50 +01:00
Ryan A. Pavlik 69d995aa4d
Update README.rst
Fix typo in URL text: the actual link was fine.
2021-08-13 10:57:09 -05:00
Jeff Epler 4e786494dd Remove settings.py/txt as alternatives for boot.py
Closes: #5064
2021-07-26 13:04:41 -05:00
Scott Shawcroft 0fadf028ef
Create first BLE-only board, Micro:Bit v2
This fixes build issues with USB off, tweaks the README to allow
for BLE-only boards and adds the Micro:Bit v2 definition.

Fixes #4546
2021-07-14 09:55:51 -07:00
microDev 0de61075e4
update readme 2021-06-05 10:15:57 +05:30
Scott Shawcroft 921bf6de7c
Add back empty line 2021-03-15 16:12:51 -07:00
Scott Shawcroft 4538d973d2
Add Sourcegraph link and raspberrypi port 2021-03-15 13:23:15 -07:00
Artyom Skrobov 1d33353ed3
[readme] minor clarification / deduplication 2021-03-07 09:19:49 +02:00
Dan Halbert 0ba49d7303 typo; thanks @Neradoc 2021-01-25 23:20:37 -05:00
Ernie Hershey 3cde6c3fdc
README typos 2020-11-27 12:07:49 -05:00
microDev 13387121fe
Update readme 2020-10-20 09:23:45 +05:30
microDev de328c3be9
Update port status in readme 2020-10-17 02:22:15 +05:30
Jeff Epler 4f8b37042d README: point at status badge for github actions, and right branch 2020-06-25 11:44:21 -05:00
Jeff Epler d82292fa1f README: Remove a statement that's not particularly true at the moment 2020-06-25 11:44:21 -05:00
Jeff Epler ce95b9379d Refer to "main" branch of circuitpython 2020-06-25 11:42:23 -05:00
Jeff Epler 5e43f7a361 add weblate status badge in readme 2020-05-17 07:49:09 -05:00
Radomir Dopieralski 2614671af1
Update README.rst
Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
2020-01-22 19:36:21 +01:00
Radomir Dopieralski 203403c5d0
Update CircuitPython differences in README 2020-01-22 19:26:01 +01:00
Thomas Johnson 3a989acd1d
Update README.rst
Fixed link
2019-09-16 12:35:46 -07:00
TG-Techie a7e97405e2
Update README.rst 2019-05-15 21:34:14 -04:00
TG-Techie 0d64ddaf84
fixing showing rst tags 2019-05-15 21:22:40 -04:00
Scott Shawcroft 4863574a4d
Make https 2019-05-09 09:53:31 -07:00
Mel Chua 493fe971b5
fix #1833, replace expired discord link
The footer already links directly to https://adafru.it/discord, which seems like a more permanent location. I've just replaced the expired link at the top with the same thing.
2019-05-07 22:26:00 -04:00
Anurag Saxena 6b45c85978
Fix hyperlink to circuitpython.org
Currently the link goes to: https://github.com/circuitpython.org
2019-05-04 16:14:43 -04:00
Scott Shawcroft c415d114e1
Feedback from Dan and hopefully fix build. 2019-04-17 10:48:11 -07:00
Scott Shawcroft 8b60b20f88
Tweaks based on review feedback. 2019-04-16 17:33:13 -07:00
Scott Shawcroft bebf32ad6f
Doc updates for 4.0.0
* Fixes PDF generation on RTD
* Adds links to circuitpython.org for boards
* Adds branding guidelines
2019-04-16 16:40:16 -07:00
Scott Shawcroft 6ee16c0aae
Update the discord link
Thanks to @ticky for the heads up.

Fixes #1511
2019-01-31 19:03:13 -08:00
Dan Halbert e47decbdc5 improve travis fold status reporting; fix sphinx build; fix sphinx errors 2019-01-09 13:32:45 -05:00
Kattni a48a08d314
Added header image and license badge 2018-12-28 13:43:14 -06:00
Scott Shawcroft 6773fe6a42
Merge pull request #1400 from TG-Techie/patch-1
the logo dir's contents don't match readme description
2018-12-12 11:21:57 -08:00
Dan Halbert 87073b4fbe Update badge to travis-ci.com 2018-12-12 11:58:46 -05:00
TG-Techie 1361391ed9
the logo dir's contents don't match readme description 2018-12-12 08:51:16 -05:00
ShawnHymel a9d2bfada4 Removed test suite. Fixed links in main README. 2018-12-11 12:33:11 -06:00
ShawnHymel 3d597aae92 Added MKR Zero board definition. 2018-12-02 18:07:19 -06:00
sabas1080 a053eb2205 auto-built and documentation 2018-11-26 14:51:04 -06:00
Dan Halbert 20bc52ae59
Merge pull request #1301 from ElectronicCats/third-party
Add new list for "third-party" or "non-Adafruit" boards to README
2018-10-26 20:14:04 -04:00