Skip to content

Commit 1a77870

Browse files
committed
Add a script for regenerating devices
1 parent d051e02 commit 1a77870

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

regenerate-devices.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#! /bin/sh -ea
2+
3+
CRATE_DIR=$(dirname $0)
4+
5+
cd "${CRATE_DIR}/device-generator"
6+
7+
echo "Generating cores"
8+
9+
cargo run -- -o "${CRATE_DIR}/src/gen"

0 commit comments

Comments
 (0)