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: content/2020-01-01-newsletter-22.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,14 @@ If you want to mention something in [the next newsletter], send us a pull reques
55
55
56
56
-[@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.
57
57
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!
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!
0 commit comments