Skip to content

Commit

Permalink
HAL update finished
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jul 4, 2024
1 parent 395a6a0 commit 5a6227e
Show file tree
Hide file tree
Showing 10 changed files with 666 additions and 345 deletions.
3 changes: 1 addition & 2 deletions .cargo/def-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ rustflags = [
# "-C", "link-arg=-Tdefmt.x",

# Can be useful for debugging.
"-Clink-args=-Map=app.map"

# "-Clink-args=-Map=app.map"
]

[build]
Expand Down
5 changes: 4 additions & 1 deletion va108xx-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.7.0] 2024-07-04

- Replace `uarta` and `uartb` `Uart` constructors by `new` method.
- Replace `uarta` and `uartb` `Uart` constructors by `new` constructor.
- Replace SPI `spia`, `spib` and `spic` constructors by `new` constructor.
- Replace I2C `i2ca`, `i2cb` constructors by `new` constructor. Update constructor
to fail on invalid fast I2C speed system clock values.

## [v0.6.0] 2024-06-16

Expand Down
Loading

0 comments on commit 5a6227e

Please sign in to comment.