2 Commits

Author SHA1 Message Date
6f1d2554d5 issues with Markdown
All checks were successful
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-06 15:49:03 +01:00
166bc5d9b0 update changelog
All checks were successful
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-06 15:46:35 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -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]

View File

@ -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