This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Important note:
The board package index has changed to better follow the package index specification. New link is:
https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
Changes
-
Move IRQ handler inside core
-
Fix issue when using space in path
-
Update name of
PORTD3
-
Add STM8 core version number
Based on Semantic Versioning 2.0.0 (https://semver.org/)
This will ease core dependencies.-
STM8_CORE_VERSION_MAJOR
-> major version -
STM8_CORE_VERSION_MINOR
-> minor version -
STM8_CORE_VERSION_PATCH
-> patch version -
STM8_CORE_VERSION_EXTRA
-> Extra label
with:- 0: official release
- [1-9]: release candidate
- F[0-9]: development
-
STM8_CORE_VERSION
--> Full version number
-