[PR #146] [MERGED] Remove Blue Pill crate #168

Closed
opened 2025-11-06 08:19:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/146
Author: @rudihorn
Created: 2/20/2019
Status: Merged
Merged: 2/21/2019
Merged by: @therealprof

Base: masterHead: master


📝 Commits (1)

  • beae29c reorganized blue pill in crate, and removed blue pill board support crate

📊 Changes

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

View changed files

📝 README.md (+1 -3)

📄 Description

This is related to #84.

The blue pill crate is a legacy crate that has since been removed. I believe this was because it was eventually easy enough to get the (now also legacy) stm32f103xx-hal crate to compile directly for the board in question, and the only board specific hardware is an LED and a switch.

The link used to redirect to the stm32f103xx-hal crate, but for now should just be removed as any projects can use the stm32f1xx-hal crate directly.

Some minor clean ups as well.


🔄 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/146 **Author:** [@rudihorn](https://github.com/rudihorn) **Created:** 2/20/2019 **Status:** ✅ Merged **Merged:** 2/21/2019 **Merged by:** [@therealprof](https://github.com/therealprof) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`beae29c`](https://github.com/rust-embedded/awesome-embedded-rust/commit/beae29cea134797607cf974cc7d982dc774446bf) reorganized blue pill in crate, and removed blue pill board support crate ### 📊 Changes **1 file changed** (+1 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -3) </details> ### 📄 Description This is related to #84. The blue pill crate is a legacy crate that has since been removed. I believe this was because it was eventually easy enough to get the (now also legacy) `stm32f103xx-hal` crate to compile directly for the board in question, and the only board specific hardware is an LED and a switch. The link used to redirect to the `stm32f103xx-hal` crate, but for now should just be removed as any projects can use the `stm32f1xx-hal` crate directly. Some minor clean ups as well. --- <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:19:51 -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#168