Releases: mcci-catena/Arduino_Core_STM32
v3.1.0: Added Model 4916 & Model 4917 boards support
What's Changed
- add support to Model 4917 by @dhineshkumarmcci in #197
- fix #198: add support to Model 4916 by @dhineshkumarmcci in #200
- fix #199: Enable two HW serial support for 4630 by @dhineshkumarmcci in #203
- fix#204: This is v3.1.0 by @dhineshkumarmcci in #205
Full Changelog: v3.0.5...v3.1.0
Pre-release - Added Model 4916
What's Changed
- fix #198: add support to Model 4916 by @dhineshkumarmcci in #200
- This is version v3.1.0-2 by @dhineshkumarmcci in #202
Full Changelog: v3.1.0-1...v3.1.0-2
Pre-release - Added Model 4917
What's Changed
- add support to Model 4917 by @dhineshkumarmcci in #197
Full Changelog: v3.0.5...v3.1.0-1
Patch release: occasional USB hangs, minor compatibility improvements.
v3.0.4: fix bug in download script on Linux
Fix typo in scripts (#180).
Patch: fix macOS DFU download
This patch fixes errors when doing DFU downloads on macOS (introduced at v3.0).
Patch: update mccibootloader_image tool
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
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
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)
Includes fix #164 to fix dfu downloads with bootloader on Windows.