File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 44
55Working 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
Original file line number Diff line number Diff line change 11[package ]
22name = " rp2040-pac"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [" eolder <evanmolder@gmail.com>" , " Jonathan Pallant <github@thejpster.org.uk>" ]
55edition = " 2018"
66homepage = " https://github.com/rp-rs/rp2040-pac"
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 77cargo install --version 0.17.0 svd2rust
88cargo install --version 0.7.0 form
99rustup component add rustfmt
10+ pip3 install --upgrade --user " svdtools>=0.1.13"
1011
1112rm -rf src
1213mkdir src
You can’t perform that action at this time.
0 commit comments