2 个版本
0.1.1 | 2022年3月22日 |
---|---|
0.1.0 | 2020年1月4日 |
2032
22
22
22
22
22
22
- 22
- 22
- 22
22
22
-
22
-
22
rustup target add thumbv7em-none-eabihf
-
22
-
22
22
22
cargo install cargo-generate
cargo generate --git https://github.com/mciantyre/teensy4-rs-template --name hello-world
cd hello-world
cargo objcopy --release -- -O ihex hello-world.hex
22
22
cargo doc --open
如果您想测试系统,请尝试此项目examples
目录中的各种示例。
贡献
我们欢迎支持!开始使用crates来开发Teensy 4应用程序是贡献的一个好方法。提交一个issue帮助我们识别错误、功能请求或文档缺陷。查看CONTRIBUTING.md了解您请求的最佳issue跟踪器。
如果您想直接为teensy4-rs
项目做出贡献,请阅读CONTRIBUTING.md中的开发指南。
致谢和参考文献
- Teensy 4非常出色,这要归功于PJRC和朋友们的不懈努力。我们可以在Arduino插件中找到使用的Teensy代码在这里。该代码对库产生了重大影响。
- Rust Cortex M团队,特别是
cortex-m-rt
crate。
许可证
根据您的选择,许可如下
- Apache License,版本2.0(LICENSE-APACHE或https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT许可证(LICENSE-MIT或http://opensource.org/licenses/MIT)
。