#imxrt1062 #svd2rust #arm #cortex-m #github

no-std imxrt1062-tmr1

是 imxrt1062-pac 的子crate。有关更多详细信息,请参阅 imxrt1062-pac。此 crate 未经维护。建议使用 imxrt-rs 项目提供的寄存器访问层。曾是 teensy4-rs 项目的组成部分。

2 个版本

0.1.1 2020年3月22日
0.1.0 2020年1月4日

#2343 in 嵌入式开发

每月下载 23
2 个 crate 中使用(通过 imxrt1062-pac

MIT/Apache

120KB
3.5K SLoC

teensy4-rs

一组用于Rust在Teensy 4上的开发crate。支持以下板卡

  • Teensy 4.0
  • Teensy 4.1
  • Teensy MicroMod

Code Checks crates.io docs.rs

API文档(《code》《tt class="src-rs">master

依赖项

入门

使用我们的 cargo-generate 模板,teensy4-rs-template,根据这些库来启动自己的 teensy4-rs 项目

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

hello-world.hex 下载到您的 Teensy 4!

请参阅 Rust 文档以获取 API 信息。特别是,研究 imxrt-hal API,因为 BSP 将许多 HAL 接口转发

cargo doc --open

如果您想测试您的系统,请尝试此项目中 examples 目录 中的各种示例

贡献

欢迎支持!一个很好的贡献方式是开始使用这些crates来开发Teensy 4应用程序。提交一个问题以帮助我们识别错误、功能请求或文档空白。查看CONTRIBUTING.md,了解最适合您请求的最佳问题跟踪器。

如果您想直接为teensy4-rs项目贡献力量,请阅读CONTRIBUTING.md中的开发指南。

致谢和参考文献

  • Teensy 4非常好,这要归功于PJRC和朋友们的辛勤工作。我们可以在Arduino插件的这里找到用于Teensy的代码。这段代码对库产生了重大影响。
  • Rust Cortex M团队,特别是cortex-m-rt crate。

许可证

根据您的选择,许可协议为以下之一

依赖项