Skip to content

Commit 349bfdf

Browse files
author
James Munns
committed
Cherry pick content from #96
1 parent 3a587a2 commit 349bfdf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/2020-01-01-newsletter-22.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ If you want to mention something in [the next newsletter], send us a pull reques
5555

5656
- [@nickray] released `nisty` ([API][nisty-api], [code][nisty-code]), a companion library to `salty` with similar API, but for NIST P-256 signatures on Cortex-M4 and Cortex-M33 microcontrollers. It offers deterministic signatures, idiomatic conversions, and uses [`micro-ecc`][micro-ecc] as backend implementation, which also has `UMAAL` DSP instruction optimizations.
5757

58+
- [probe-rs] has finally released 0.3.0 on crates.io. Its `cargo-flash` extension has improved by a large margin! Flashing speed has increased 10x and it is possible to virtually flash any ARM core thanks to the use of CMSIS-Pack flash algorithms.
59+
- You can create your own target description from a CMSIS-Pack with the use of [target-gen]
60+
- Built in algorithms support the **nRF51xxx, nRF91xxx, nRF52xxx, STM32F1xx, LPC8xx and LPC55S66 and LPC55S69** series using a **DAPLink** or an **ST-Link**.
61+
- Please file a [PR][probe-rs-pr] if you extracted an algorithm for your chip and tested it!
62+
- We are looking for contributors. We have lots of non-ARM-specific stuff to do as well, such as improving erroring, useability and documentation including a webpage on the newly acquired [probe.rs] domain.
63+
- Join us on [#probe-rs:matrix.org]
64+
- 0.4.0 will finally feature GDB support :) Stay tuned!
65+
5866
[@andre-richter]: https://github.com/andre-richter
5967
[`qemu-exit`]: https://crates.io/crates/qemu-exit
6068

@@ -80,6 +88,13 @@ If you want to mention something in [the next newsletter], send us a pull reques
8088
[nisty-code]: https://github.com/nickray/nisty
8189
[micro-ecc]: https://github.com/kmackay/micro-ecc
8290

91+
[probe-rs]: https://github.com/probe-rs/probe-rs
92+
[cargo-flash]: https://github.com/probe-rs/probe-rs/tree/master/cargo-flash
93+
[target-gen]: https://github.com/probe-rs/target-gen
94+
[probe-rs-pr]: https://github.com/probe-rs/probe-rs/pulls
95+
[#probe-rs:matrix.org]: https://matrix.to/#/#probe-rs:matrix.org
96+
[probe.rs]: https://probe.rs
97+
8398
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!
8499

85100
## `embedded-hal` Ecosystem Crates

0 commit comments

Comments
 (0)