2个版本
使用旧的Rust 2015
0.1.1 | 2018年8月27日 |
---|---|
0.1.0 | 2018年6月20日 |
#50 in #sh
在 drone-micropython-stm32 中使用
7.5MB
151K SLoC
drone-micropython-core
文档
为 MicroPython 和 Drone 提供绑定。
开发
检查
$ RUSTC_WRAPPER=./clippy-wrapper.sh cargo check \
--target "i686-unknown-linux-musl" -p drone-micropython-raw
$ RUSTC_WRAPPER=./clippy-wrapper.sh cargo check --features "fileio" \
--target "i686-unknown-linux-musl" -p drone-micropython-core
$ RUSTC_WRAPPER=./clippy-wrapper.sh xargo check \
--target "thumbv7m-none-eabi" -p drone-micropython-stm32
测试
$ RUSTC_WRAPPER=./rustc-wrapper.sh cargo test \
--target "i686-unknown-linux-musl" -p drone-micropython-raw
$ RUSTC_WRAPPER=./rustc-wrapper.sh cargo test --features "fileio" \
--target "i686-unknown-linux-musl" -p drone-micropython-core
$ RUSTC_WRAPPER=./rustc-wrapper.sh cargo drone test \
-p drone-micropython-stm32
更新README
$ cargo readme -o README.md
$ cargo readme -r raw -t ../README.tpl -o README.md
$ cargo readme -r stm32 -t ../README.tpl -o README.md
许可
许可如下:
- Apache License, Version 2.0, (LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非你明确声明,否则任何旨在包含在本作品中的贡献,根据Apache-2.0许可定义,应按上述方式双重许可,无需任何附加条款或条件。
依赖项
~5.5–8.5MB
~163K SLoC