mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-03-09 07:12:05 -05:00
[PR #146] [MERGED] Remove Blue Pill crate #168
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
beae29creorganized 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-halcrate 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-halcrate, but for now should just be removed as any projects can use thestm32f1xx-halcrate directly.Some minor clean ups as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.