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].
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.
🔄 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
changed title from [PR #517] Update tmag5273 link to active maintained driver to [PR #517] [MERGED] Update tmag5273 link to active maintained driver2026-05-11 10:23:22 -05:00
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/517
Author: @daniil4udo
Created: 5/6/2026
Status: ✅ Merged
Merged: 5/8/2026
Merged by: @eldruin
Base:
master← Head:update-tmag5273-link📝 Commits (1)
8ef1c52Update 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
tmag5273entry links tohttps://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 (withcrates.iobadge).Why
tmag5273, so it's installable viacargo add tmag5273.IIS2MDC,VEML7700):[Name] - Bus - Description - [crates.io badge].Replacement crate
MIT OR Apache-2.0no_std,#![forbid(unsafe_code)],embedded-hal1.0Unconfigured→ConfiguredAPI, hardware CORDIC angle engine, optionallibm(software angle / 3-axis magnitude / axis calibration), optionalcrc(CRC-8 on I2C reads), optionaldefmtlibmDiff
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.
[PR #517] Update tmag5273 link to active maintained driverto [PR #517] [MERGED] Update tmag5273 link to active maintained driver