mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-10-31 22:28:50 +00:00
Merge #344
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:
commit
fd8055c643
1 changed files with 2 additions and 0 deletions
|
@ -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. [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. [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. [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. [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. [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)
|
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
|
[menu]: https://github.com/thejpster/menu
|
||||||
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
|
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
|
||||||
[qemu-exit]: https://crates.io/crates/qemu-exit
|
[qemu-exit]: https://crates.io/crates/qemu-exit
|
||||||
|
[sntpc]: https://crates.io/crates/sntpc
|
||||||
[Stepper]: https://crates.io/crates/stepper
|
[Stepper]: https://crates.io/crates/stepper
|
||||||
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
|
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
|
||||||
[wyhash]: https://crates.io/crates/wyhash
|
[wyhash]: https://crates.io/crates/wyhash
|
||||||
|
|
Loading…
Reference in a new issue