Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

Commit

Permalink
Merge #12
Browse files Browse the repository at this point in the history
12: I2C update r=robamu a=robamu

- Added two missing bit fields for I2CA STATUS register: I2CIDLE and IDLE
- Made STATUS register read-only

Co-authored-by: Robin Mueller <[email protected]>
  • Loading branch information
bors[bot] and robamu authored Nov 23, 2021
2 parents 1c08574 + 4c91a36 commit e59ba9e
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 379 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [v0.2.0]
## [v0.1.3]

### Added

- Added two missing bit fields for I2CA STATUS register: I2CIDLE and IDLE

### Fixed

- Made I2CA STATUS register read-only

## [v0.1.2]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "va108xx"
version = "0.1.2"
version = "0.1.3"
authors = ["Robin Mueller <[email protected]>"]
edition = "2021"
description = "PAC for the Vorago VA108xx family of microcontrollers"
Expand Down
Loading

0 comments on commit e59ba9e

Please sign in to comment.