mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
rtic & rtic-macros: release v2.3.0
This commit is contained in:
parent
24d6d88551
commit
e710c38586
4 changed files with 9 additions and 5 deletions
|
|
@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
||||
|
||||
## [Unreleased]
|
||||
## Unreleased
|
||||
|
||||
## [v2.3.0] - 2025-09-17
|
||||
|
||||
### Added
|
||||
|
||||
|
|
@ -23,7 +25,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
## [v2.1.3] - 2025-06-08
|
||||
|
||||
### Changed
|
||||
### Changed
|
||||
|
||||
- Unstable support for ESP32-C6
|
||||
- Adapt `slic` backends to new version with `mecall`
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ name = "rtic-macros"
|
|||
readme = "../README.md"
|
||||
repository = "https://github.com/rtic-rs/rtic"
|
||||
|
||||
version = "2.2.0"
|
||||
version = "2.3.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["test-template"]
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ Example:
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v2.3.0] - 2025-09-17
|
||||
|
||||
### Added
|
||||
|
||||
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ name = "rtic"
|
|||
readme = "../README.md"
|
||||
repository = "https://github.com/rtic-rs/rtic"
|
||||
|
||||
version = "2.2.0"
|
||||
version = "2.3.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["thumbv7-backend"]
|
||||
|
|
@ -32,7 +32,7 @@ riscv = { version = "0.14.0", optional = true }
|
|||
cortex-m = { version = "0.7.0", optional = true }
|
||||
bare-metal = "1.0.0"
|
||||
portable-atomic = { version = "1", default-features = false }
|
||||
rtic-macros = { path = "../rtic-macros", version = "=2.2.0" }
|
||||
rtic-macros = { path = "../rtic-macros", version = "=2.3.0" }
|
||||
rtic-core = "1"
|
||||
critical-section = "1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue