Skip to content

Commit

Permalink
chore: update chiptool
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed May 18, 2024
1 parent acaea6a commit e8b2ce4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ch32-metapac-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
regex = "1.7.1"
chiptool = { git = "https://github.com/ch32-rs/chiptool", rev = "1c198ae678ebd426751513f0deab6fbd6f8b8211" }
chiptool = { git = "https://github.com/ch32-rs/chiptool", rev = "305bd6ee3e57009ae93be2c81d6e94b9896a03b1" }
serde = { version = "1.0.157", features = ["derive"] }
serde_json = "1.0.94"
proc-macro2 = "1.0.52"
Expand Down
22 changes: 11 additions & 11 deletions transforms/USBPD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ transforms:
from: PORT_CC\d_CC_PU
to: PORT_CC_PU
check: Layout
- !MergeFieldsets
from: PORT_CC\d
to: PORT_CC
- !MergeEnums
from: PORT_CC\d_CC_CE
to: PORT_CC_CE
check: Layout
- !MergeEnums
from: PORT_CC\d_CC_PU
to: PORT_CC_PU
check: Layout
# - !MergeFieldsets
# from: PORT_CC\d
# to: PORT_CC
# - !MergeEnums
# from: PORT_CC\d_CC_CE
# to: PORT_CC_CE
# check: Layout
# - !MergeEnums
# from: PORT_CC\d_CC_PU
# to: PORT_CC_PU
# check: Layout

0 comments on commit e8b2ce4

Please sign in to comment.