344: Add sntpc to no_std crates r=eldruin a=vpetrigo

Add [sntpc](https://crates.io/crates/sntpc) crate to the `no_std` list.

That library allows to poll timestamps from SNTPv4 (for now) capable servers in order to synchronise system time. Supports both `std` and `no_std`, small systems may benefit from getting accurate timestamps.

Co-authored-by: Vladimir Petrigo <vladimir.petrigo@gmail.com>
This commit is contained in:
bors[bot] 2021-11-09 10:53:50 +00:00 committed by GitHub
commit fd8055c643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -979,6 +979,7 @@ Work in progress drivers. Help the authors make these crates awesome!
1. [scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - ![crates.io](https://img.shields.io/crates/v/scroll.svg)
1. [smbus-pec](https://crates.io/crates/smbus-pec): Minimal portable System Management Bus Packet Error Code calculation algorithm. ![crates.io](https://img.shields.io/crates/v/smbus-pec.svg)
1. [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`. ![crates.io](https://img.shields.io/crates/v/smoltcp.svg)
1. [sntpc]: Rust SNTP client to get a timestamp from NTP servers. - ![crates.io](https://img.shields.io/crates/v/sntpc)
1. [static-bytes](https://github.com/xoac/static-bytes): Help work with buffers without dynamic allocation. Implement traits from bytes crate. [![crate.io](https://img.shields.io/crates/v/static-bytes.svg)](https://crates.io/crates/static-bytes)
1. [Stepper]: Universal Stepper Motor Interface - ![crates.io](https://img.shields.io/crates/v/stepper.svg)
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)
@ -997,6 +998,7 @@ Work in progress drivers. Help the authors make these crates awesome!
[menu]: https://github.com/thejpster/menu
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
[qemu-exit]: https://crates.io/crates/qemu-exit
[sntpc]: https://crates.io/crates/sntpc
[Stepper]: https://crates.io/crates/stepper
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
[wyhash]: https://crates.io/crates/wyhash