https://github.com/drone-os/drone-raspberrypi-pico
Raspberry Pi Pico (RP2040) support for Drone, an Embedded Operating System.
https://github.com/drone-os/drone-raspberrypi-pico
arm asynchronous bare-metal concurrency cortex embedded hardware-support no-std rp2040 rtos rust
Last synced: about 1 year ago
JSON representation
Raspberry Pi Pico (RP2040) support for Drone, an Embedded Operating System.
- Host: GitHub
- URL: https://github.com/drone-os/drone-raspberrypi-pico
- Owner: drone-os
- License: apache-2.0
- Created: 2022-11-19T21:08:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T21:18:15.000Z (over 3 years ago)
- Last Synced: 2025-03-27T10:11:48.477Z (about 1 year ago)
- Topics: arm, asynchronous, bare-metal, concurrency, cortex, embedded, hardware-support, no-std, rp2040, rtos, rust
- Language: Rust
- Homepage: https://www.drone-os.com/
- Size: 81.1 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://crates.io/crates/drone-raspberrypi-pico)

# Drone STM32 Map
Raspberry Pi Pico (RP2040) support for Drone, an Embedded Operating System.
## Documentation
- [Drone Book](https://book.drone-os.com/)
- [API documentation](https://api.drone-os.com/drone-raspberrypi-pico/0.15/)
## Usage
Add the crate to your `Cargo.toml` dependencies:
```toml
[dependencies]
drone-raspberrypi-pico = { version = "0.15.0", features = [...] }
```
Add or extend `host` feature as follows:
```toml
[features]
host = ["drone-raspberrypi-pico/host"]
```
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
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.