Add sntpc to no_std crates

sntpc library allows to poll timestamps from SNTPv4 (for now) capable servers in order to synchronise system time
This commit is contained in:
Vladimir Petrigo 2021-11-09 11:48:36 +03:00 committed by GitHub
parent 1209f9819e
commit 1d8527f245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -984,6 +984,7 @@ Work in progress drivers. Help the authors make these crates awesome!
1. [tinybmp](https://crates.io/crates/tinybmp): No-std, no-alloc BMP parser for embedded systems. [Introductory blog post](https://wapl.es/rust/2019/03/04/embedded-graphics-0.4.7-bmp-support.html) - ![crates.io](https://img.shields.io/crates/v/tinybmp.svg)
1. [vga-framebuffer]: A VGA signal generator and font renderer for VGA-less microcontrollers. Used by [Monotron](https://github.com/thejpster/monotron) to generate 48 by 36 character display using 3 SPI peripherals and a timer. ![crates.io](https://img.shields.io/crates/v/vga-framebuffer.svg)
1. [wyhash]: A fast, simple and portable hashing algorithm and random number generator. - ![crates.io](https://img.shields.io/crates/v/wyhash.svg)
1. [sntpc]: Rust SNTP client to get a timestamp from NTP servers. - ![crates.io](https://img.shields.io/crates/v/sntpc)
[`cmim`]: https://crates.io/crates/cmim
[`panic-persist`]: https://crates.io/crates/panic-persist
@ -1000,6 +1001,7 @@ Work in progress drivers. Help the authors make these crates awesome!
[Stepper]: https://crates.io/crates/stepper
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
[wyhash]: https://crates.io/crates/wyhash
[sntpc]: https://crates.io/crates/sntpc
### WIP