Releases: adafruit/uf2-samdx1
v3.16.0 - turn off dotstar at end, fix compiler warning, add Trinkey SHT4x
v3.15.0 - SAMD21 brownout detection; remove update-bootloader delay; new boards; clock fixes
What's Changed
- change default USB power down to 100mA by @jepler in #189
- Add new board: Cytron Maker Zero Samd21 by @mlhakimz in #190
- Clock fixes by @xyzzy42 in #188
- Add MKR Vidor 4000 support by @JJTech0130 in #173
- Enable BOD33 protection for SAMD21 by @dhalbert in #198
New Contributors
- @mlhakimz made their first contribution in #190
- @xyzzy42 made their first contribution in #188
- @JJTech0130 made their first contribution in #173
Full Changelog: v3.14.0...v3.15.0
v3.14.0 - New boards: Rotary, NeoKey, SlideProx Trinkeys, Feather M4 Adalogger
New boards: Rotary, NeoKey, SlideProx Trinkeys, Feather M4 Adalogger
No other code changes: No need to update your board.
What's Changed
- :) rotary! by @ladyada in #166
- neokeeeey trinkey by @ladyada in #167
- Slideprox trinkey by @ladyada in #168
- fix neopin by @ladyada in #172
- feather m4 adalogger by @ladyada in #181
Full Changelog: v3.13.0...v3.14.0
Winterbloom Binary Star, Silicognition LLC M4-Shim, Adafruit MatrixPortal
New boards; minor fixes
[Note that this release is incorrectly tagged as 3.12.0
instead of v3.12.0
.]
New boards:
- Neo Trinkey. #156. Thanks @ladyada.
- Seeed Wio Terminal. #154. Thanks @mcauser.
- Rabid Prototypes Tau. #123, Thanks @ealasu.
- StackRduino-M0-PRO. #153. Thanks @StackRduino.
- CP Sapling m0. #150. Thanks @skerr92.
- Itaca Innovation uChip. #147. Thanks @ITACAInnovation.
Fixes:
New boards; python3 fixes; NeoPixel power pin; UART fixes
[Note that this release is incorrectly tagged as 3.11.0
instead of v3.11.0
.]
New boards:
-
Fluff M0. Thanks @deshipu.
-
SamE54 Xplained. Thanks @jepler.
-
ndbit7 for FeatherSnow v2. Thanks @ndGarage.
-
Seeduino XIA0 M0. Thanks @5kft.
-
BLM Badge. Thanks @ladyada.
-
QT Py. Thanks @ladyada.
-
Feather M4 CAN Express. Thanks @jepler.
-
Winterbloom Gemini (Castor & Pollux). Thanks @theacodes.
-
Update UF2 submodule; fixe python3 compatibility. Thanks @cbc02009.
-
Fix UART support for SAMD51. Thanks @slyalfa.
-
Add support for NeoPixel power indicator. Thanks @ladyada.
-
SAME51 support. Thanks @jepler.
Add pewpew_m4; Improve snekboard; don't use NeoPixels when clock is wrong
Note: if you already have v3.9.0, there is no strong reason to upgrade to this release unless you're seeing spurious NeoPixel lighting when starting the user program.
- Add PewPew M4 board. Thanks @deshipu.
- Use both NeoPixels on snekboard. Thanks @keith-packard.
- Don't attempt to use NeoPixels when clock speed won't allow it. Thanks @keith-packard.
Fix SAMD51 spurious flash writes; fix SAMD21 issues
- SAMD51 Bootloader now waits until input voltage is at least 2.7V before switching to user program. This fixes an issue on power-up of infrequent writes of zeros to the first few bytes past BOOTPROT and sometimes 512 byte above that.
- SAMD21
update-bootloader-*.ino
files for use with Arduino were not working. Fixed. (There is no equivalent.ino
for SAMD51, but there is not a strong need, as all SAMD51 CircuitPython boards already ship with a UF2 bootloader which can be upgraded with aupdate-bootloader-*.uf2
file.) - SAMD21 bootloader now repairs fuses if the first fuse is all 1's. This prevents a watchdog timer loop if the fuses have been erased.
New boards:
- 8086_commander
- uartlogger2
pybadge: correct accelerometer type; make board id numbers unique
- pybadge: correct
ACCELEROMETER
value - arcade boards: assign unique values to
BOOTLOADER_BOARD_ID
. For Adafruit boards, use USB VID concatenated with PID.
Do NOT use the .ino files to update boards; they are broken and may brick the boards. They have been removed from this release.
pybadge, pygamer fixes; new boards; merge from upstream
- Touch up MakeCode configuration values for arcade_pybadge, arcade_pybadge_lc, and arcade_pygamer boards.
- Merge from Microsoft upstream: new boards, build additions, disable CRC for SAMD51.
- Add capablerobot_usbhub board. Also adds J-Link flashing Makefile target.