Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satler-git/fantastic-disco
https://github.com/satler-git/fantastic-disco
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/satler-git/fantastic-disco
- Owner: satler-git
- License: mit
- Created: 2024-05-08T00:38:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T23:59:03.000Z (about 2 months ago)
- Last Synced: 2024-11-13T00:31:00.648Z (about 2 months ago)
- Language: Rust
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fantastic-disco
Rust micro:bit v2 project.
[WebUSB hex flash](https://microbit.org/tools/webusb-hex-flashing/)
## 使い方
リポジトリの人はPR立ててCIに投げるのもおすすめ。または[act](https://github.com/nektos/act)
### インストール
```bash
rustup target add thumbv7em-none-eabihf
sudo apt update
sudo apt install libudev-dev gdb-multiarch minicom binutils-arm-none-eabi
```### ビルド
```bash
cargo build --release
objcopy -O ihex ./target/thumbv7em-none-eabihf/release/fantastic-disco fantastic-disco.hex
```