Merge pull request #1664 from adafruit-adabot/new_release_10.0.0-beta.2
Automated website update for release 10.0.0-beta.2
This commit is contained in:
commit
588709050e
3 changed files with 628 additions and 734 deletions
|
|
@ -21,6 +21,8 @@ features:
|
||||||
- USB-C
|
- USB-C
|
||||||
---
|
---
|
||||||
|
|
||||||
|
**UPDATE: The Adafruit MagTag has a new 2025 Edition! As of July 22, 2025, the display has been updated (the old one was discontinued). CircuitPython 10.0.0-beta.1 or later is needed to support the new display, and will still also support the old display on older MagTags. If you want to use 9.2.x or an older release on an older board, see the *Previous Versions of CircuitPython* box on this page.**
|
||||||
|
|
||||||
The Adafruit MagTag combines the new ESP32-S2 wireless module and a 2.9" grayscale E-Ink display to make a low-power IoT display that can show data on its screen even when power is removed! The ESP32-S2 is great because it builds on the years of code and support for the ESP32 and also adds native USB support so you can use this board with Arduino _or_ CircuitPython!
|
The Adafruit MagTag combines the new ESP32-S2 wireless module and a 2.9" grayscale E-Ink display to make a low-power IoT display that can show data on its screen even when power is removed! The ESP32-S2 is great because it builds on the years of code and support for the ESP32 and also adds native USB support so you can use this board with Arduino _or_ CircuitPython!
|
||||||
|
|
||||||
We designed this board to be low-power friendly - with a spot for a 350 or 420 mAh battery and built in battery charging over USB C. During deep sleep, with the NeoPixels and speaker amplifier disabled, we measured 250uA power draw so you can run for a few weeks between charges.
|
We designed this board to be low-power friendly - with a spot for a 350 or 420 mAh battery and built in battery charging over USB C. During deep sleep, with the NeoPixels and speaker amplifier disabled, we measured 250uA power draw so you can run for a few weeks between charges.
|
||||||
|
|
|
||||||
1348
_data/files.json
1348
_data/files.json
File diff suppressed because it is too large
Load diff
|
|
@ -24,6 +24,16 @@
|
||||||
<p>
|
<p>
|
||||||
This is the latest development release of CircuitPython that will work with the {{ page.name }}.
|
This is the latest development release of CircuitPython that will work with the {{ page.name }}.
|
||||||
</p>
|
</p>
|
||||||
|
{% if page.family == 'esp32s2' or page.family == 'esp32s3' %}
|
||||||
|
<p>
|
||||||
|
<strong>On Espressif ESP32-S2 and ESP32-S3 boards with 4MB flash,
|
||||||
|
CircuitPython 10.0.0-beta.0 and later require TinyUF2 bootloader version 0.33.0 or later.
|
||||||
|
Older TinyUF2 bootloaders don't provide enough room for the firmware and cannot load it.
|
||||||
|
See the
|
||||||
|
<a href="https://github.com/adafruit/circuitpython/releases/tag/{{ version.version }}">Release Notes</a>
|
||||||
|
for more details, and see <em>Update UF2 Bootloader</em> below.</strong>
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
<p>
|
<p>
|
||||||
<strong>Alpha</strong> development releases are early releases.
|
<strong>Alpha</strong> development releases are early releases.
|
||||||
They are unfinished, are likely to have bugs, and the features they provide may change.
|
They are unfinished, are likely to have bugs, and the features they provide may change.
|
||||||
|
|
@ -40,7 +50,7 @@
|
||||||
{% if page.family == 'nrf52840' %}
|
{% if page.family == 'nrf52840' %}
|
||||||
<p>
|
<p>
|
||||||
<strong>On nRF boards, CircuitPython 8.2.0 and later require UF2 bootloader version 0.6.1 or later.
|
<strong>On nRF boards, CircuitPython 8.2.0 and later require UF2 bootloader version 0.6.1 or later.
|
||||||
Older bootloaders cannot load the firmware. See <i>Update UF2 Bootloader</i> below.</strong>
|
Older bootloaders cannot load the firmware. See <em>Update UF2 Bootloader</em> below.</strong>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue