Skip to content

Commit 18acfe1

Browse files
committed
Add AT2XT project. Thanks @cr1901!
1 parent 3472b39 commit 18acfe1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

newsletters/2018-04-28.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ If you want to mention something in [the next newsletter], make sure to leave a
2929
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!
3030

3131
* [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
3233
* [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!
3334
* [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`).
3435

36+
[`AT2XT`]: https://github.com/cr1901/AT2XT
37+
[cr1901]: https://github.com/cr1901
3538
[japaric]: https://github.com/japaric
3639
[`heapless`]: https://crates.io/crates/heapless
3740
[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
4144
[`lpc82x`]: https://crates.io/crates/lpc82x
4245
[`lpc82x-hal`]: https://crates.io/crates/lpc82x-hal
4346
[lpc82x-hal announcement]: https://users.rust-lang.org/t/lpc82x-hal-0-1-hardware-abstraction-layer-for-nxp-lpc82x-mcus/17116
47+
[short blurb]: https://github.com/rust-lang-nursery/embedded-wg/pull/94#issuecomment-385172043
4448

4549
### `embedded-hal` Ecosystem Crates
4650

0 commit comments

Comments
 (0)