Skip to content

Releases: adafruit/uf2-samdx1

v3.16.0 - turn off dotstar at end, fix compiler warning, add Trinkey SHT4x

15 Mar 00:24
f4c0503
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.15.0...v3.16.0

v3.15.0 - SAMD21 brownout detection; remove update-bootloader delay; new boards; clock fixes

28 Feb 13:35
979cad0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.14.0...v3.15.0

v3.14.0 - New boards: Rotary, NeoKey, SlideProx Trinkeys, Feather M4 Adalogger

15 Jan 16:35
7e7865b
Compare
Choose a tag to compare

New boards: Rotary, NeoKey, SlideProx Trinkeys, Feather M4 Adalogger

No other code changes: No need to update your board.

What's Changed

Full Changelog: v3.13.0...v3.14.0

Winterbloom Binary Star, Silicognition LLC M4-Shim, Adafruit MatrixPortal

22 Feb 02:04
530fedf
Compare
Choose a tag to compare

[redo: Version should have a v prefix.]

New boards:

There are no code changes. There is no need to update from 3.12.0 to v3.13.0.

New boards; minor fixes

21 Jan 13:01
1833c02
Compare
Choose a tag to compare

[Note that this release is incorrectly tagged as 3.12.0 instead of v3.12.0.]

New boards:

Fixes:

  • Fix capitalization of JLinkExe command in Makefile. #155. Thanks @xorbit.
  • Update pins on Adafruit Feather CAN. #152. Thanks @ladyada.
  • Fix README typo. #149. Thanks @e28eta.

New boards; python3 fixes; NeoPixel power pin; UART fixes

28 Oct 00:23
a46d192
Compare
Choose a tag to compare

[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.

  • Corrections to README.md. Thanks @dnbdmr and @dglaude.

  • 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

17 May 21:49
6785401
Compare
Choose a tag to compare

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

10 Apr 17:36
d00e77d
Compare
Choose a tag to compare
  • 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 a update-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

23 Jun 21:31
6ef421e
Compare
Choose a tag to compare
  • 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

17 May 16:14
49723b4
Compare
Choose a tag to compare
  • 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.