Skip to content

Commit 731d0a3

Browse files
committed
Add CHANGELOG, link to repo in package manifest
1 parent dcdec1c commit 731d0a3

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## [0.1.0] 2022-12-30
6+
7+
First release. `imxrt-dma` is based on the `imxrt-hal` 0.4 DMA API. Use it to
8+
schedule and coordinate DMA transfers on i.MX RT processors.
9+
10+
[Unreleased]: https://github.com/imxrt-rs/imxrt-dma/compare/v0.1.0...HEAD
11+
[0.1.0]: https://github.com/imxrt-rs/imxrt-dma/releases/tag/v0.1.0

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DMA driver for i.MX RT processors
99
"""
1010
keywords = ["imxrt", "nxp", "embedded"]
1111
categories = ["embedded", "no-std"]
12+
repository.workspace = true
1213

1314
[dependencies]
1415
cortex-m = "0.7.2"
@@ -17,6 +18,7 @@ ral-registers = "0.1"
1718
[workspace.package]
1819
edition = "2021"
1920
license = "MIT OR Apache-2.0"
21+
repository = "https://github.com/imxrt-rs/imxrt-dma"
2022

2123
[workspace]
2224
members = [

0 commit comments

Comments
 (0)