File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ DMA driver for i.MX RT processors
99"""
1010keywords = [" imxrt" , " nxp" , " embedded" ]
1111categories = [" embedded" , " no-std" ]
12+ repository.workspace = true
1213
1314[dependencies ]
1415cortex-m = " 0.7.2"
@@ -17,6 +18,7 @@ ral-registers = "0.1"
1718[workspace .package ]
1819edition = " 2021"
1920license = " MIT OR Apache-2.0"
21+ repository = " https://github.com/imxrt-rs/imxrt-dma"
2022
2123[workspace ]
2224members = [
You can’t perform that action at this time.
0 commit comments