Skip to content

Releases: mcci-catena/Arduino_Core_STM32

v3.1.0: Added Model 4916 & Model 4917 boards support

31 May 06:45
854cecd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v3.1.0

Pre-release - Added Model 4916

31 May 06:42
5c0be8d
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v3.1.0-1...v3.1.0-2

Pre-release - Added Model 4917

31 May 06:41
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v3.0.5...v3.1.0-1

Patch release: occasional USB hangs, minor compatibility improvements.

18 Mar 23:19
ee8155d
Compare
Choose a tag to compare

This is a patch release.

  • Don't use <algorithm> to implement min() and max() (#184).
  • Prevent hangs if USB is enabled but D+/D- float to high/high (#189, #190). Thanks to Mohammed Mayyan (@mmayyan) for help in finding this.

v3.0.4: fix bug in download script on Linux

19 Oct 19:15
740061e
Compare
Choose a tag to compare

Patch: fix macOS DFU download

20 Aug 02:26
97252ca
Compare
Choose a tag to compare

This patch fixes errors when doing DFU downloads on macOS (introduced at v3.0).

Patch: update mccibootloader_image tool

24 May 03:02
659445b
Compare
Choose a tag to compare

This release fixes issues with errors of the form:

?mccibootloader_image: ELF e_phnum > 4: 5

These messages appear (rarely) at the end of builds, when signing an image after building.

Patch release -- fixes bootloader-related issues

21 May 23:29
c03e343
Compare
Choose a tag to compare

This release fixes issues related to the new bootloader functionality.

Usability: several users didn't realize that transitioning from non-bootloader to bootloader required "DFU (include bootloader)"; and this was not the default. So this release makes "download with bootloader" the default choice in the IDE (#158).

In addition, Windows "download with bootloader" was broken for DFU (#164) and STLink (#167).

Fix STLINK download with bootloader on Windows

21 May 22:14
5ef8927
Compare
Choose a tag to compare
Merge pull request #169 from mcci-catena/issue162-pre3

Prepare v3.0.1-3

Pre-release 2 of V3.0.1 BSP (fix DFU download)

21 May 17:24
57107bf
Compare
Choose a tag to compare

Includes fix #164 to fix dfu downloads with bootloader on Windows.