Skip to content

Commit 4006f19

Browse files
authored
Merge pull request #17 from 9names/bump_release_num
Version bump to get a new release out
2 parents f4339cb + 2485833 commit 4006f19

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
Working on patching the svd for better workflow, using [svdtools](https://pypi.org/project/svdtools/)
66

7+
## Release 0.1.2
8+
[Release 0.1.2 on Crates.io](https://crates.io/crates/rp2040-pac/0.1.2)
9+
10+
[Release 0.1.2 on GitHub](https://github.com/rp-rs/rp2040-pac/releases/tag/v0.1.2)
11+
12+
- Switched GPIO for IO_BANK and QSPI_BANK to be arrays instead.
13+
- Change BUFF_STATUS access to read-write
14+
- Re-clustered IO_QSPI. Fixed naming to remove double underscore
15+
- Renamed GPIO_QSPI_[STAT,CTRL] -> GPIO_[STAT,CTRL]
16+
- Convert DMA chunnels to a list of register clusters
17+
718
## Release 0.1.1
819
[Release 0.1.1 on Crates.io](https://crates.io/crates/rp2040-pac/0.1.1)
920

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rp2040-pac"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["eolder <evanmolder@gmail.com>", "Jonathan Pallant <github@thejpster.org.uk>"]
55
edition = "2018"
66
homepage = "https://github.com/rp-rs/rp2040-pac"

svd/rp2040.svd.patched

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<device xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.1" xsi:noNamespaceSchemaLocation="CMSIS-SVD.xsd">
1+
<!--
2+
Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
3+
4+
SPDX-License-Identifier: BSD-3-Clause
5+
--><device xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.1" xs:noNamespaceSchemaLocation="CMSIS-SVD.xsd">
26
<vendor>Raspberry Pi</vendor>
37
<name>RP2040</name>
48
<version>0.1</version>

update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ set -ex
77
cargo install --version 0.17.0 svd2rust
88
cargo install --version 0.7.0 form
99
rustup component add rustfmt
10+
pip3 install --upgrade --user "svdtools>=0.1.13"
1011

1112
rm -rf src
1213
mkdir src

0 commit comments

Comments
 (0)