#imxrt1062 #cortex-m #svd2rust #arm

无 std imxrt1062-core

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

2 个版本

0.1.1 2020 年 3 月 22 日
0.1.0 2019 年 12 月 31 日

#2335 in 嵌入式开发

每月 33 次下载
用于 2 个 crate(通过 imxrt1062-pac

MIT/Apache

21KB
773

teensy4-rs

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

  • Teensy 4.0
  • Teensy 4.1
  • Teensy MicroMod

Code Checks crates.io docs.rs

API 文档 (master)

依赖项

  • 安装 Rust。使用 rustup 安装 Rust。我们支持最新、稳定的 Rust 工具链。

  • thumbv7em-none-eabihf Rust 目标,可以使用 rustup 安装

    rustup target add thumbv7em-none-eabihf
    
  • 一个能够将 Rust 可执行文件转换为十六进制文件的 objcopy。项目中的文档和工具使用由 cargo-binutils 提供的 LLVM objcopy。如果您想精确遵循此文档,请安装 cargo-binutils

  • 要将程序下载到您的 Teensy 4,您需要 teensy_loader_cli 的构建或 Teensy Loader 应用程序。后者包含在 Teensyduino 扩展中。

入门

使用我们的 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-rtcrate。

许可协议

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

依赖项

~1MB
~12K SLoC