Skip to content

Commit 243258d

Browse files
committed
form
1 parent 865042c commit 243258d

File tree

7 files changed

+23
-22
lines changed

7 files changed

+23
-22
lines changed

CHANGELOG.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## [Unreleased]
44

5-
* Updated to `svd2rust` 0.36.1, `svdtools` 0.4.6, `form` 0.12.1, use tools binaries for CI (#1174)
6-
* bump `defmt` dependency to 1.0
5+
* Updated to `svd2rust` 0.36.1, `svdtools` 0.4.6, `form` 0.13.0, use tools binaries for CI (#1174)
6+
* bump `defmt` dependency to 1.0 (#1209)
77
* Use `svd2rust.toml` config, use custom ident suffixes (#948)
88
* Replace `makehtml.py` with `svdtools html` (#881)
99
* Remove workaround for bug in duckscript's `mv` (#981)
@@ -74,21 +74,22 @@
7474
* F2, F4, F7: Add definitions for OPTCR, OPTCR1 and OPTCR2 registers of FLASH peripheral (#1157)
7575
* F2, F4, F7: Fix several fields of FLASH peripheral and reorganise 'patches', 'fields' and 'collect' according to impacted registers (#1161)
7676
* F1, F2, F4: Derive identical UART registers from USART1, add GPTR.PSC (#1179)
77-
* CCMR3_Output fix
78-
* CRC enums and fixes
79-
* Add DAC enums
80-
* DCMI enums
81-
* DFSDM enums and fixes
82-
* RNG enums
83-
* SDIO/SDMMC v1
84-
* TSC enums and arrays
85-
* USB v2
86-
* Use arrays for DAC channels
87-
* Derive TIM registers
77+
* CCMR3_Output fix (#1184)
78+
* CRC enums and fixes (#1206)
79+
* Add DAC enums (#1196)
80+
* DCMI enums (#1205)
81+
* DFSDM enums and fixes (#1218)
82+
* RNG enums (#1220)
83+
* SDIO/SDMMC v1 (#1204)
84+
* OCTOSPI, TAMP, LTDC enums (#1226)
85+
* TSC enums and arrays (#1221)
86+
* USB v2 (#1202)
87+
* Use arrays for DAC channels (#1197)
88+
* Derive TIM registers (#1184)
8889
* Update README.md (#1152)
89-
* Add SPI enums for G4, U5, H7+
90-
* FMC/FSMC enums, arrays & derives
91-
* CRS enums
90+
* Add SPI enums for G4, U5, H7+ (#1199)
91+
* FMC/FSMC enums, arrays & derives (#1200)
92+
* CRS enums (#1208)
9293
* HRTIM:
9394
* H7 & G4 fixes and enums (#1021) (#1022)
9495
* Remove timer block suffixes from register/field names (#1023)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ contain the latest patches and updates.
9595
* On x86-64 Linux, run `make install` to download pre-built binaries at the
9696
current version used by stm32-rs
9797
* Otherwise, build using `cargo` (double check versions against `scripts/tool_install.sh`):
98-
* `cargo install form --version 0.12.1`
98+
* `cargo install form --version 0.13.0`
9999
* `cargo install svdtools --version 0.4.6`
100100
* `cargo install svd2rust --version 0.36.1`
101101
* Install rustfmt: `rustup component add rustfmt`

devices/stm32n645.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ VREFBUF:
198198
WWDG:
199199
_strip: WWDG_
200200
_include:
201-
- patches/16bit.yaml
201+
- patches/16bit_with_mask.yaml
202202
- fields/wwdg/wwdg_v2.yaml
203203

204204
XSPI1:

devices/stm32n647.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ VREFBUF:
198198
WWDG:
199199
_strip: WWDG_
200200
_include:
201-
- patches/16bit.yaml
201+
- patches/16bit_with_mask.yaml
202202
- fields/wwdg/wwdg_v2.yaml
203203

204204
XSPI1:

devices/stm32n655.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ VREFBUF:
210210
WWDG:
211211
_strip: WWDG_
212212
_include:
213-
- patches/16bit.yaml
213+
- patches/16bit_with_mask.yaml
214214
- fields/wwdg/wwdg_v2.yaml
215215

216216
XSPI1:

devices/stm32n657.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ VREFBUF:
210210
WWDG:
211211
_strip: WWDG_
212212
_include:
213-
- patches/16bit.yaml
213+
- patches/16bit_with_mask.yaml
214214
- fields/wwdg/wwdg_v2.yaml
215215

216216
XSPI1:

scripts/tool_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
CARGO_HOME="${CARGO_HOME:-$HOME/.cargo/}"
66

7-
FORM_VERSION="${FORM_VERSION:-v0.12.1}"
7+
FORM_VERSION="${FORM_VERSION:-v0.13.0}"
88
SVDTOOLS_VERSION="${SVDTOOLS_VERSION:-v0.4.6}"
99
SVD2RUST_VERSION="${SVD2RUST_VERSION:-v0.36.1}"
1010
SVDCONV_VERSION="${SVDCONV_VERSION:-3.3.46}"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy