Change log
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
v2.1.0 (2021/08/09)
Enhancements:
- Add support for U5 family (PR #249)
- Add support for WB and WL families (PR #235)
- Add support for L5 family (PR #172)
- Add support for new devices (PR #165)
- Add support for CMSIS RTOS (PR #253)
- Add support for Newlib-Nano (Issue #179 and Issue #208 and Issue #213)
- Allow setting toolchain PATH through env vars (PR #233)
- Allow setting ST repositories PATH through env vars (PR #226 and PR #244)
- Add function
stm32_print_devices_by_family (PR #205)
- Generate binary files with
.elf extension (PR #163 and PR #174)
- Add functions to generate
hex and binfiles (PR #221)
- Handle package version on find_package, for HAL and CMSIS (Issue #177)
- Update ST repositories versions for fetch (Issue #217 and PR #255)
- Enhance continuous integration by running GitHub Actions on each PR (PR #220)
- Add issue template to repository (Issue #196)
- Clarify documentation for H7 and dual-core MCUs usage (Issue #155)
- Code refactoring (PR #161 and PR #225)
Bug Fixes:
v2.0 (2020/11/01)
Initial realease using moden cmake approach