https://github.com/dotcypress/curio-firmware
Firmware for Curio: Glorified Infrared Remote Control
https://github.com/dotcypress/curio-firmware
Last synced: about 2 months ago
JSON representation
Firmware for Curio: Glorified Infrared Remote Control
- Host: GitHub
- URL: https://github.com/dotcypress/curio-firmware
- Owner: dotcypress
- License: apache-2.0
- Created: 2022-10-16T19:23:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T06:49:22.000Z (over 2 years ago)
- Last Synced: 2025-01-24T19:12:02.613Z (4 months ago)
- Language: Rust
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# curio-firmware
🚧 Work in progress 🚧
Firmware for [Curio](https://github.com/dotcypress/curio)
## Build instructions
1. Install rustup by following the instructions at https://rustup.rs
2. Install Cortex-M0, M0+, and M1 (ARMv6-M architecture) target: `rustup target add thumbv6m-none-eabi`
3. Install LLVM tools: `rustup component add llvm-tools-preview`
4. Install cargo-binutils: `cargo install cargo-binutils` (Note: on some Linux distros (e.g. Ubuntu) you may need to install the packages build-essential, gcc-arm-none-eabi, libssl-dev and pkg-config prior to installing cargo-binutils.)
5. Clone this repo: `git clone [email protected]:dotcypress/curio-firmware.git`
6. Build firmware: `cargo build --release`
7. Flash microcontroller: `cargo run --release`## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.