File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments