Skip to content

Releases: qbolsee/ArduinoCore-fab-sam

1.12.0

Choose a tag to compare

@qbolsee qbolsee released this 28 Feb 02:28

Fixed a bug when debugging a SAMD11C14 with openOCD.

1.11.0

Choose a tag to compare

@qbolsee qbolsee released this 13 Nov 00:28

Includes a new mac binary of edbg with no dependency on hidapi.

1.10.0

Choose a tag to compare

@qbolsee qbolsee released this 10 Nov 16:49

This release replaces openocd by the edbg project for more robust support of:

  • bootloader burning
  • uploading through a programmer
  • uploading without a bootloader

1.9.0

Choose a tag to compare

@qbolsee qbolsee released this 02 Nov 18:13
d1a6b7c

Changes:

  • Enables flashing with NO_BOOTLOADER, using a programmer
  • Improve burn bootloader feature
  • Upgraded to C++ 2017 compiler

1.8.0

Choose a tag to compare

@qbolsee qbolsee released this 13 Oct 03:32

Arduino IDE 2 support

1.7.0

Choose a tag to compare

@qbolsee qbolsee released this 04 Jun 03:05

This release includes:

  • digitalWriteFast(): a faster digitalWrite() to be used when the pin number is a constant. Tested to be about 5.8x faster on SAMD11 and SAMD21
  • new BOSSA compatible with SAMD21E15B

1.16.18-alpha2

Choose a tag to compare

@qbolsee qbolsee released this 20 Sep 00:09

Changes:

  • point openocd to Arduino's 0.9.0 release
  • Fix "burn bootloader" null pointer bug

This release and next ones can be installed by simply adding this .json to "Additional Boards Manager URLs" in the Arduino IDE:
https://raw.githubusercontent.com/qbolsee/ArduinoCore-fab-sam/master/json/package_Fab_SAM_index.json

1.6.18-alpha1

Choose a tag to compare

@qbolsee qbolsee released this 26 Aug 14:36

Test release with the following changes:

  • Renamed boards, now displayed as the following categories:
    • Generic D11C14A
    • Generic D11D14AS
    • Generic D11D14AM
    • Generic x21E (D21E, L21E, C21E)
    • Generic x21G (D21G, L21G, C21G)
    • Generic x21J (D21J, L21J, C21J)
    • Generic D51G
    • Generic D51J
  • OpenOCD chip-erase to improve bootloader burning reliability with a CMSIS-DAP
  • Fix a critical bug with USB CDC when sending exactly 64 bytes to the device

This release and next ones can be installed by simply adding this .json to "Additional Boards Manager URLs" in the Arduino IDE:
https://raw.githubusercontent.com/qbolsee/ArduinoCore-fab-sam/master/json/package_Fab_SAM_index.json