File tree Expand file tree Collapse file tree 9 files changed +36
-3
lines changed Expand file tree Collapse file tree 9 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 1010/venv
1111.devcontainer
1212svd /* .svd *
13+ svd /.extracted
1314
1415# automatically generated crates
1516/py32 * /
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ make any guarantee of correctness. Please report any bugs you find!
2626In your own project's ` Cargo.toml ` :
2727``` toml
2828[dependencies .py32f0 ]
29- version = " 0.0 .1"
29+ version = " 0.1 .1"
3030features = [" py32f030" ]
3131```
3232
@@ -162,7 +162,7 @@ Notes for maintainers:
1621622 . Merge PR once CI passes, pull master locally.
1631633 . ` make clean `
1641644 . ` make -j16 form `
165- 5 . ` for f in py32f0; cd $f; pwd; cargo publish --allow-dirty --no-default-features; cd ..; end `
165+ 5 . ` cd py32f0; pwd; cargo publish --allow-dirty --no-default-features`
1661666 . ` git tag -a vX.X.X -m vX.X.X `
1671677 . ` git push vX.X.X `
168168
Original file line number Diff line number Diff line change 1+ _add :
2+ DR8 :
3+ description : Direct 8-bit access to data register
4+ access : read-write
5+ addressOffset : 0xC
6+ alternateRegister : DR
7+ size : 0x8
8+ fields :
9+ DR :
10+ bitOffset : 0
11+ bitWidth : 8
12+ description : Data register
13+
14+ DR8 :
15+ DR : [0, 0xFF]
16+
Original file line number Diff line number Diff line change 11_svd : ../svd/py32f002a.svd
22
3+ " SPI* " :
4+ _include :
5+ - common_patches/spi_dr8.yaml
6+
37_include :
48 - ./common_patches/pwr_f002a.yaml
59 - ./common_patches/syscfg_f002a.yaml
Original file line number Diff line number Diff line change 11_svd : ../svd/py32f002b.svd
22
3+ " SPI* " :
4+ _include :
5+ - common_patches/spi_dr8.yaml
6+
37_include :
48 - ./common_patches/syscfg_f002b.yaml
59 - ../peripherals/flash/flash_f002b.yaml
Original file line number Diff line number Diff line change 11_svd : ../svd/py32f003.svd
22
3+ " SPI* " :
4+ _include :
5+ - common_patches/spi_dr8.yaml
6+
37_include :
48 - ../peripherals/flash/flash_f0.yaml
59 - ../peripherals/pwr/pwr_f0.yaml
Original file line number Diff line number Diff line change 11_svd : ../svd/py32f030.svd
22
3+ " SPI* " :
4+ _include :
5+ - common_patches/spi_dr8.yaml
6+
37_include :
48 - ../peripherals/flash/flash_f0.yaml
59 - ../peripherals/pwr/pwr_f0.yaml
Original file line number Diff line number Diff line change 1616import re
1717import yaml
1818
19- VERSION = "0.1.0 "
19+ VERSION = "0.1.1 "
2020SVD2RUST_VERSION = "0.28.0"
2121
2222CRATE_DOC_FEATURES = {
You can’t perform that action at this time.
0 commit comments