[PR #517] [MERGED] Update tmag5273 link to active maintained driver #3824

Closed
opened 2026-05-07 08:02:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/517
Author: @daniil4udo
Created: 5/6/2026
Status: Merged
Merged: 5/8/2026
Merged by: @eldruin

Base: masterHead: update-tmag5273-link


📝 Commits (1)

  • 8ef1c52 Update tmag5273 link to active maintained driver

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 README.md (+2 -2)

📄 Description

Summary

The existing tmag5273 entry links to https://github.com/dysonltd/tmag5273, which now returns 404 — the repository has been deleted or made private. This PR updates the link to the actively maintained, crates.io-published driver and refreshes the description to match the format of neighboring entries (with crates.io badge).

Why

  • The current link is dead, so readers clicking it get a 404.
  • The replacement is published on crates.io as tmag5273, so it's installable via cargo add tmag5273.
  • The new entry follows the format of nearby items (e.g. IIS2MDC, VEML7700): [Name] - Bus - Description - [crates.io badge].

Replacement crate

Diff

Two lines changed in README.md — the entry text and the link reference.

Notes

The entry currently sits under ### WIP. The replacement crate is published v3.6.9 and not WIP, but moving it out of that section is a separate, larger change (alphabetical reordering). Happy to do a follow-up PR if maintainers prefer it relocated.


🔄 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/517 **Author:** [@daniil4udo](https://github.com/daniil4udo) **Created:** 5/6/2026 **Status:** ✅ Merged **Merged:** 5/8/2026 **Merged by:** [@eldruin](https://github.com/eldruin) **Base:** `master` ← **Head:** `update-tmag5273-link` --- ### 📝 Commits (1) - [`8ef1c52`](https://github.com/rust-embedded/awesome-embedded-rust/commit/8ef1c52017fb7dd0c288af49a46dd9c27133b214) Update tmag5273 link to active maintained driver ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) </details> ### 📄 Description ## Summary The existing `tmag5273` entry links to `https://github.com/dysonltd/tmag5273`, which now returns **404** — the repository has been deleted or made private. This PR updates the link to the actively maintained, crates.io-published driver and refreshes the description to match the format of neighboring entries (with `crates.io` badge). ## Why - The current link is dead, so readers clicking it get a 404. - The replacement is published on crates.io as [`tmag5273`](https://crates.io/crates/tmag5273), so it's installable via `cargo add tmag5273`. - The new entry follows the format of nearby items (e.g. `IIS2MDC`, `VEML7700`): `[Name] - Bus - Description - [crates.io badge]`. ## Replacement crate - Repository: https://github.com/coffiot/tmag5273-rs - Crate: https://crates.io/crates/tmag5273 - Docs: https://docs.rs/tmag5273 - License: `MIT OR Apache-2.0` - `no_std`, `#![forbid(unsafe_code)]`, `embedded-hal` 1.0 - Features: typestate `Unconfigured` → `Configured` API, hardware CORDIC angle engine, optional `libm` (software angle / 3-axis magnitude / axis calibration), optional `crc` (CRC-8 on I2C reads), optional `defmt` - Test coverage: 349 unit tests (default), 450 with `libm` ## Diff Two lines changed in `README.md` — the entry text and the link reference. ## Notes The entry currently sits under `### WIP`. The replacement crate is published v3.6.9 and not WIP, but moving it out of that section is a separate, larger change (alphabetical reordering). Happy to do a follow-up PR if maintainers prefer it relocated. --- <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 2026-05-07 08:02:44 -05:00
GiteaMirror changed title from [PR #517] Update tmag5273 link to active maintained driver to [PR #517] [MERGED] Update tmag5273 link to active maintained driver 2026-05-11 10:23:22 -05: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#3824