Crates.io | drone-micropython-core |
lib.rs | drone-micropython-core |
version | 0.1.1 |
source | src |
created_at | 2018-06-20 13:35:57.998141 |
updated_at | 2018-08-27 11:07:12.931115 |
description | MicroPython for Drone. |
homepage | |
repository | https://github.com/centosa/drone-micropython |
max_upload_size | |
id | 70950 |
size | 36,203 |
Bindings to MicroPython for Drone.
Check:
$ 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
Test:
$ 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 update:
$ 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
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.