You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
112: Add recently released and updated projects from Rubberduck r=adamgreig a=rubberduck203
Co-authored-by: Christopher McClellan <chris.mcclellan203@gmail.com>
Copy file name to clipboardExpand all lines: content/2020-02-29-newsletter-24.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,10 @@ go here include:
55
55
* Embedded Application releases
56
56
-->
57
57
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
+
58
62
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!
59
63
60
64
<!-- LINK SECTION FOR HIGHLIGHTS AND EMBEDDED PROJECTS -->
@@ -65,13 +69,14 @@ Github usernames, twitter handles, or blog URLs. If you
65
69
are submitting for yourself, please choose whatever link
0 commit comments