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
Copy file name to clipboardExpand all lines: newsletters/2018-04-28.md
+4
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,12 @@ If you want to mention something in [the next newsletter], make sure to leave a
29
29
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to mention it on the tracking issue for [the next newsletter], we would love to show it off!
30
30
31
31
*[Daniel] started work on [`bluetooth-hci`], an abstraction layer for HCI based Bluetooth Controllers, and is using it in his [`bluenrg`] crate for STMicro's BlueNRG RF modules
32
+
*[cr1901] shared his [`AT2XT`] project, an adapter that allows use of low cost PS2 keyboards with older computers that expect (now very expensive) XT keyboards. The firmware for this project is based on `rtfm`, and runs on an `msp430` microcontroller. Check out the [short blurb] by [cr1901] summarizing the project
32
33
*[hannobraun] released v0.3 of his [`lpc82x`] Chip Support Crate for NXP's LPC82x family of microcontrollers, as well as v0.1 of [`lpc82x-hal`]. Check out the [lpc82x-hal announcement] here!
33
34
*[japaric] released v0.3.1 of [`heapless`], a crate for fixed capacity implementations of `HashMap` and `HashSet` that does not require the use of `std`, an allocator, and used `u32` hashes (instead of the default `u64`).
34
35
36
+
[`AT2XT`]: https://github.com/cr1901/AT2XT
37
+
[cr1901]: https://github.com/cr1901
35
38
[japaric]: https://github.com/japaric
36
39
[`heapless`]: https://crates.io/crates/heapless
37
40
[Daniel]: https://github.com/danielgallagher0
@@ -41,6 +44,7 @@ If you have an embedded project or blog post you would like to have featured in
0 commit comments