mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-23 09:46:33 +11:00
rp-pico will be 0.2.0 as 0.1.0 exists already.
@jannic wrote 0.1 a long time ago, and agreed we could take over the package name.
This commit is contained in:
parent
8f0a2788eb
commit
6271e8670f
3 changed files with 18 additions and 5 deletions
|
@ -15,9 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- None
|
- None
|
||||||
|
|
||||||
## [0.1.0] - 2021-12-20
|
## [0.2.0] - 2021-12-23
|
||||||
|
|
||||||
- Initial release
|
### Added
|
||||||
|
|
||||||
|
- Lots of things!
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Basically re-written.
|
||||||
|
|
||||||
|
## [0.1.3] - 2021-02-03
|
||||||
|
|
||||||
|
- Last release outside the [rp-rs] organisation by [@jannic].
|
||||||
|
|
||||||
|
[@jannic]: https://github.com/jannic
|
||||||
|
[rp-rs]: https://github.com/rp-rs
|
||||||
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/rp-pico-v0.1.0...HEAD
|
[Unreleased]: https://github.com/rp-rs/rp-hal/compare/rp-pico-v0.1.0...HEAD
|
||||||
[0.1.0]: https://github.com/rp-rs/rp-hal/releases/tag/rp-pico-v0.1.0
|
[0.2.0]: https://github.com/rp-rs/rp-hal/releases/tag/rp-pico-v0.2.0
|
||||||
|
[0.1.3]: https://github.com/jannic/rp-microcontroller-rs/tree/rp-pico-0.1.3
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rp-pico"
|
name = "rp-pico"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["evan <evanmolder@gmail.com>"]
|
authors = ["evan <evanmolder@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pico"
|
homepage = "https://github.com/rp-rs/rp-hal/tree/main/boards/pico"
|
||||||
|
|
|
@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Pico.
|
||||||
To use this crate, your `Cargo.toml` file should contain:
|
To use this crate, your `Cargo.toml` file should contain:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
rp-pico = "0.1.0"
|
rp-pico = "0.2.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
In your program, you will need to call `rp_pico::Pins::new` to create
|
In your program, you will need to call `rp_pico::Pins::new` to create
|
||||||
|
|
Loading…
Add table
Reference in a new issue