[PR #275] [MERGED] Add 1bitsy board support crate #285

Closed
opened 2025-11-06 08:23:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/275
Author: @dgoodlad
Created: 5/29/2020
Status: Merged
Merged: 5/29/2020
Merged by: @bors[bot]

Base: masterHead: patch-1


📝 Commits (1)

  • fb0705e Add 1bitsy board support crate

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 README.md (+6 -0)

📄 Description

I've been working on a board support crate for the 1bitsy board, which is based on an STM32F415 MCU. The board is relatively simple, so there's only a few things to abstract:

  • one LED
  • one Button
  • a 25MHz high-frequency external clock source

🔄 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/275 **Author:** [@dgoodlad](https://github.com/dgoodlad) **Created:** 5/29/2020 **Status:** ✅ Merged **Merged:** 5/29/2020 **Merged by:** [@bors[bot]](https://github.com/apps/bors) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`fb0705e`](https://github.com/rust-embedded/awesome-embedded-rust/commit/fb0705ef5c1a18f1357785000a0f7e8fbe317522) Add 1bitsy board support crate ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) </details> ### 📄 Description I've been working on a board support crate for the [1bitsy](https://1bitsy.org/) board, which is based on an STM32F415 MCU. The board is relatively simple, so there's only a few things to abstract: * one LED * one Button * a 25MHz high-frequency external clock source --- <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:23:02 -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#285