[PR #344] [MERGED] Add sntpc to no_std crates #352

Closed
opened 2025-11-06 08:24:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: patch-1


📝 Commits (2)

  • 1d8527f Add sntpc to no_std crates
  • 7dfe6e9 Fix 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_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.


🔄 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>
GiteaMirror added the pull-request label 2025-11-06 08:24:29 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-embedded-rust#352