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

无需std imxrt1062-adc1

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

2个版本

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

#imxrt1062 中排名第41


2 个crate中使用(通过imxrt1062-pac

MIT/Apache

92KB
3K SLoC

teensy4-rs

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

  • Teensy 4.0
  • Teensy 4.1
  • Teensy MicroMod

Code Checks crates.io docs.rs

API文档(《code>master

依赖项

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

  • 使用rustup安装的thumbv7em-none-eabihf Rust目标

    rustup target add thumbv7em-none-eabihf
    
  • 一个强大的objcopy,可以将Rust可执行文件转换为hex文件。项目中的文档和工具使用由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-rt crate。

许可证

许可协议为以下之一

由您选择。

依赖项

~7KB