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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/rust-embedded/awesome-embedded-rust/pull/344
**Author:** [@vpetrigo](https://github.com/vpetrigo)
**Created:** 11/9/2021
**Status:** ✅ Merged
**Merged:** 11/9/2021
**Merged by:** [@bors[bot]](https://github.com/apps/bors)
**Base:** `master` ← **Head:** `patch-1`
---
### 📝 Commits (2)
- [`1d8527f`](https://github.com/rust-embedded/awesome-embedded-rust/commit/1d8527f245f5f761e7c3232ff51bfbf13b65ed2a) Add sntpc to no_std crates
- [`7dfe6e9`](https://github.com/rust-embedded/awesome-embedded-rust/commit/7dfe6e9847918ce5e77635d83fd9350d49bc85ee) Fix sntpc order in the no_std list
### 📊 Changes
**1 file changed** (+2 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+2 -0)
</details>
### 📄 Description
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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/344
Author: @vpetrigo
Created: 11/9/2021
Status: ✅ Merged
Merged: 11/9/2021
Merged by: @bors[bot]
Base:
master← Head:patch-1📝 Commits (2)
1d8527fAdd sntpc to no_std crates7dfe6e9Fix sntpc order in the no_std list📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
Add sntpc crate to the
no_stdlist.That library allows to poll timestamps from SNTPv4 (for now) capable servers in order to synchronise system time. Supports both
stdandno_std, small systems may benefit from getting accurate timestamps.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.