Compare commits
2 Commits
v0.3.0
...
6f1d2554d5
Author | SHA1 | Date | |
---|---|---|---|
6f1d2554d5 | |||
166bc5d9b0 |
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [v0.3.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- TIM Cascade example
|
- TIM Cascade example
|
||||||
@ -15,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- `CountDownTimer` new function now expects an `impl Into<Hertz>` instead of `Hertz`
|
- `CountDownTimer` new function now expects an `impl Into<Hertz>` instead of `Hertz`
|
||||||
|
- Primary repository now hosted on IRS external git: https://egit.irs.uni-stuttgart.de/rust/va108xx-hal
|
||||||
|
- Relicensed as Apache-2.0
|
||||||
|
|
||||||
## [0.2.3]
|
## [0.2.3]
|
||||||
|
|
||||||
|
@ -81,11 +81,7 @@ is contained within the
|
|||||||
features = ["rt"]
|
features = ["rt"]
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Build the application with
|
6. Build the application with `cargo build`
|
||||||
|
|
||||||
```sh
|
|
||||||
cargo build
|
|
||||||
```
|
|
||||||
|
|
||||||
7. Flashing the board might work differently for different boards and there is usually
|
7. Flashing the board might work differently for different boards and there is usually
|
||||||
more than one way. You can find example instructions for the REB1 development board
|
more than one way. You can find example instructions for the REB1 development board
|
||||||
|
Reference in New Issue
Block a user