Skip to content

Commit 30710f0

Browse files
author
Adam J
authored
Add samd-timer crate release notice.
1 parent 4de9b12 commit 30710f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/2020-02-29-newsletter-24.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ go here include:
5858
- [@rubberduck203][@rubberduck203] released the experimental [switch-hal crate][switch-hal], which provides a zero-cost abstraction over Active High/Active Low GPIO, allowing application developers to more clearly express their intent and for drivers to avoid making runtime decisions about driving a line high or low based on the pin's active level.
5959
- [@rubberduck203][@rubberduck203] has also released the [stm32f3-discovery board support crate][stm32f3-discovery] as an alternative to the unmaintained `f3` crate.
6060
- The [stm32f3-discovery-quickstart][stm32f3-discovery-quickstart] template has been updated to utilize both the [stm32f3-discovery board support crate][stm32f3-discovery] and the [switch-hal crate][switch-hal]. It also now includes VS Code tasks for cleaning, building examples, and building in release mode.
61+
- [@proman21][@proman21] has released a beta version of [samd-timer][samd-timer], an abstraction for the Timer peripherals present on Atmel SAM microcontrollers. This library provides lower-level control over these timers than [atsamd-hal][atsamd-hal], while remaining compatible with the HAL clock system.
6162

6263
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!
6364

@@ -70,13 +71,16 @@ are submitting for yourself, please choose whatever link
7071
you would like for yourself.
7172
-->
7273
[@rubberduck203]: https://twitter.com/Rubberduck203
74+
[@proman21]: https://github.com/proman21
7375

7476
<!--
7577
TODO: Put all links for content here.
7678
-->
7779
[switch-hal]: https://crates.io/crates/switch-hal
7880
[stm32f3-discovery]: https://crates.io/crates/stm32f3-discovery
7981
[stm32f3-discovery-quickstart]: https://github.com/rubberduck203/stm32f3-discovery-quickstart/
82+
[samd-timer]: https://github.com/proman21/samd-timer/
83+
[atsamd-hal]: https://github.com/atsamd-rs/atsamd/
8084

8185
## `embedded-hal` Ecosystem Crates
8286

0 commit comments

Comments
 (0)