Skip to content

Commit

Permalink
Bump minor for T1 BSPs and adjust changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Nov 21, 2024
1 parent 4eb07d2 commit 9da2aa3
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 35 deletions.
11 changes: 7 additions & 4 deletions boards/atsame54_xpro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.2](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.8.1...atsame54_xpro-0.8.2) - 2024-11-17
## [0.9.0](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.8.1...atsame54_xpro-0.9.0) - 2024-11-17

### Other
### Examples

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs ([#772](https://github.com/atsamd-rs/atsamd/pull/772))

### Dependencies

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs
- release ([#775](https://github.com/atsamd-rs/atsamd/pull/775))
- Update HAL dependency to `0.19`

## [0.8.1](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.8.0...atsame54_xpro-0.8.1) - 2024-10-25

Expand Down
2 changes: 1 addition & 1 deletion boards/atsame54_xpro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsame54_xpro"
version = "0.8.2"
version = "0.9.0"
authors = [
"Karsten Große <karsten.grosse@sympatron.de>",
"John Little <johngigantic@gmail.com>"
Expand Down
11 changes: 7 additions & 4 deletions boards/feather_m0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.2](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.15.1...feather_m0-0.15.2) - 2024-11-17
## [0.16.0](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.15.1...feather_m0-0.16.0) - 2024-11-17

### Other
### Examples

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs ([#772](https://github.com/atsamd-rs/atsamd/pull/772))

### Dependencies

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs
- release ([#775](https://github.com/atsamd-rs/atsamd/pull/775))
- Update HAL dependency to `0.19`

## [0.15.1](https://github.com/atsamd-rs/atsamd/compare/feather_m0-0.15.0...feather_m0-0.15.1) - 2024-10-25

Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather_m0"
version = "0.15.2"
version = "0.16.0"
authors = ["Ben Bergman <ben@benbergman.ca>"]
description = "Board Support crate for the Adafruit Feather M0"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down
11 changes: 7 additions & 4 deletions boards/feather_m4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.2](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.13.1...feather_m4-0.13.2) - 2024-11-17
## [0.14.0](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.13.1...feather_m4-0.14.0) - 2024-11-17

### Other
### Examples

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs ([#772](https://github.com/atsamd-rs/atsamd/pull/772))

### Dependencies

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs
- release ([#775](https://github.com/atsamd-rs/atsamd/pull/775))
- Update HAL dependency to `0.19`

## [0.13.1](https://github.com/atsamd-rs/atsamd/compare/feather_m4-0.13.0...feather_m4-0.13.1) - 2024-10-25

Expand Down
2 changes: 1 addition & 1 deletion boards/feather_m4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather_m4"
version = "0.13.2"
version = "0.14.0"
edition = "2021"
authors = ["Theodore DeRego <tderego94@gmail.com>"]
description = "Board Support crate for the Adafruit Feather M4"
Expand Down
11 changes: 7 additions & 4 deletions boards/metro_m0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.2](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.15.1...metro_m0-0.15.2) - 2024-11-17
## [0.16.0](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.15.1...metro_m0-0.16.0) - 2024-11-17

### Other
### Examples

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs ([#772](https://github.com/atsamd-rs/atsamd/pull/772))

### Dependencies

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs
- release ([#775](https://github.com/atsamd-rs/atsamd/pull/775))
- Update HAL dependency to `0.19`

## [0.15.1](https://github.com/atsamd-rs/atsamd/compare/metro_m0-0.15.0...metro_m0-0.15.1) - 2024-10-25

Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metro_m0"
version = "0.15.2"
version = "0.16.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
description = "Board Support crate for the Adafruit Metro M0"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down
11 changes: 7 additions & 4 deletions boards/metro_m4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.2](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.14.1...metro_m4-0.14.2) - 2024-11-17
## [0.15.0](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.14.1...metro_m4-0.15.0) - 2024-11-17

### Other
### Examples

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs ([#772](https://github.com/atsamd-rs/atsamd/pull/772))

### Dependencies

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs
- release ([#775](https://github.com/atsamd-rs/atsamd/pull/775))
- Update HAL dependency to `0.19`

## [0.14.1](https://github.com/atsamd-rs/atsamd/compare/metro_m4-0.14.0...metro_m4-0.14.1) - 2024-10-25

Expand Down
2 changes: 1 addition & 1 deletion boards/metro_m4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metro_m4"
version = "0.14.2"
version = "0.15.0"
authors = ["Paul Sajna <sajattack@gmail.com>", "Wez Furlong <wez@wezfurlong.org>"]
description = "Board Support crate for the Adafruit Metro M4"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down
11 changes: 7 additions & 4 deletions boards/samd11_bare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.2](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.11.1...samd11_bare-0.11.2) - 2024-11-17
## [0.12.0](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.11.1...samd11_bare-0.12.0) - 2024-11-17

### Other
### Examples

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs ([#772](https://github.com/atsamd-rs/atsamd/pull/772))

### Dependencies

- Add DMA examples for SPI, I2C, and UART to Tier 1 BSPs
- release ([#775](https://github.com/atsamd-rs/atsamd/pull/775))
- Update HAL dependency to `0.19`

## [0.11.1](https://github.com/atsamd-rs/atsamd/compare/samd11_bare-0.11.0...samd11_bare-0.11.1) - 2024-10-25

Expand Down
2 changes: 1 addition & 1 deletion boards/samd11_bare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "samd11_bare"
version = "0.11.2"
version = "0.12.0"
authors = ["Jesse Braham <jesse@beta7.io>"]
description = "Support crate for the ATSAMD11C"
keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]
Expand Down
10 changes: 5 additions & 5 deletions hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- *(spi)* Unlock DMA transfers for SpiBus::transfer_in_place ([#780](https://github.com/atsamd-rs/atsamd/pull/780))
- Make `OwnedPeripheral`, `RxPin` and `TxPin` traits from the `can` module public ([#778](https://github.com/atsamd-rs/atsamd/pull/778))
- *(spi)* Add PanicOnRead and PanicOnWrite for simplex SPI transactions
- *(uart)* embedded_io implementations for UART DMA transfers
- *(i2c)* embedded_hal I2c implementation for I2C DMA transfers
- *(spi)* embedded_hal SpiBus implementation for SPI DMA transfers
- *(spi)* Add PanicOnRead and PanicOnWrite for simplex SPI transactions ([#772](https://github.com/atsamd-rs/atsamd/pull/772))
- *(uart)* embedded_io implementations for UART DMA transfers ([#772](https://github.com/atsamd-rs/atsamd/pull/772))
- *(i2c)* embedded_hal I2c implementation for I2C DMA transfers ([#772](https://github.com/atsamd-rs/atsamd/pull/772))
- *(spi)* embedded_hal SpiBus implementation for SPI DMA transfers ([#772](https://github.com/atsamd-rs/atsamd/pull/772))

### Fixed

- *(spi)* Only enable SPI receiver when it has RX capability
- *(spi)* Only enable SPI receiver when it has RX capability ([#772](https://github.com/atsamd-rs/atsamd/pull/772))

### Other

Expand Down

0 comments on commit 9da2aa3

Please sign in to comment.