Skip to content

Commit

Permalink
Update script to remove the SCHCRWL labels. (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic authored Oct 23, 2023
1 parent 1642f1b commit db4a29d
Show file tree
Hide file tree
Showing 2 changed files with 2,166 additions and 2,263 deletions.
3 changes: 3 additions & 0 deletions docs/make-schema-diagram
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ sed -i 's/rankdir="RL"/rankdir="RL"\n bgcolor="transparent"/g' zap-schema.dot
# Make edges black and bold
sed -i 's/edge \[/edge\[\n color="black"\n style="bold"/g' zap-schema.dot

# Remove the weird arrow labels
sed -i 's/label=<SCHCRWLR_.*>//g' zap-schema.dot

# Remove the date stamp, so we don't create unnecessary commits
sed -i '/.*td align=.left..202.*/d' zap-schema.dot
sed -i 's/>generated on/ colspan=\"2\">ZAP schema, Copyright (c) 2020 Silicon Labs, released under Apache 2.0 license./g' zap-schema.dot
Expand Down
Loading

0 comments on commit db4a29d

Please sign in to comment.