Skip to content

Commit 6507581

Browse files
committed
Update CHANGELOG
1 parent 66a0b80 commit 6507581

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
- Support for `ATtiny1606` ([#183]).
3535
- Support for `ATtiny1626` ([#185]). The `VPORTA.DIR` register is currently
3636
unavailable due to a compiler limitation. See pull request for details.
37+
- Added `asm::get_stack_size()` function which returns the current size of the
38+
stack ([#189]). This function depends on the `rt` feature.
3739

3840
[#157]: https://github.com/Rahix/avr-device/pull/157
3941
[#173]: https://github.com/Rahix/avr-device/pull/173
4042
[#174]: https://github.com/Rahix/avr-device/pull/174
4143
[#183]: https://github.com/Rahix/avr-device/pull/183
4244
[#185]: https://github.com/Rahix/avr-device/pull/185
45+
[#189]: https://github.com/Rahix/avr-device/pull/189
4346
[#195]: https://github.com/Rahix/avr-device/pull/195
4447

4548

0 commit comments

Comments
 (0)