Skip to content

Commit 4de9b12

Browse files
Merge #112
112: Add recently released and updated projects from Rubberduck r=adamgreig a=rubberduck203 Co-authored-by: Christopher McClellan <chris.mcclellan203@gmail.com>
2 parents 4cec034 + 5e4287f commit 4de9b12

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ go here include:
5555
* Embedded Application releases
5656
-->
5757

58+
- [@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.
59+
- [@rubberduck203][@rubberduck203] has also released the [stm32f3-discovery board support crate][stm32f3-discovery] as an alternative to the unmaintained `f3` crate.
60+
- 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+
5862
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!
5963

6064
<!-- LINK SECTION FOR HIGHLIGHTS AND EMBEDDED PROJECTS -->
@@ -65,13 +69,14 @@ Github usernames, twitter handles, or blog URLs. If you
6569
are submitting for yourself, please choose whatever link
6670
you would like for yourself.
6771
-->
68-
[someusername]: https://github.com/...
69-
[@sometwittername]: https://twitter.com/...
72+
[@rubberduck203]: https://twitter.com/Rubberduck203
7073

7174
<!--
7275
TODO: Put all links for content here.
7376
-->
74-
[embedded-foo 1.0.0 released]: https://example.com/blog/...
77+
[switch-hal]: https://crates.io/crates/switch-hal
78+
[stm32f3-discovery]: https://crates.io/crates/stm32f3-discovery
79+
[stm32f3-discovery-quickstart]: https://github.com/rubberduck203/stm32f3-discovery-quickstart/
7580

7681
## `embedded-hal` Ecosystem Crates
7782

0 commit comments

Comments
 (0)