diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-01-25 20:15:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-25 20:15:31 +0000 |
| commit | a601c6e449e7222dcfe73bc2f2c41c95b99b46d7 (patch) | |
| tree | d7d079786f98a0b1c9d4e698607236adc3fde6d3 /CHANGELOG.md | |
| parent | a5e18cd5294870be824f90bdd1d586586c37a153 (diff) | |
| parent | 259be7bbf9cfa0ac24c276190515e988d98770b7 (diff) | |
Merge #691
691: Basic cfg support, kind of, for Monotonics r=korken89 a=AfoHT
- Enable at least masking out a Monotonic
- Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax
- Update changelog
The use case detailed in linked issue seems to be covered: Fixes #664
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc84e15..cbbc9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Added +- CFG: Slightly improved support for #[cfg] on Monotonics - CI: Check examples also for thumbv8.{base,main} - Allow custom `link_section` attributes for late resources |
