Skip to content
This repository was archived by the owner on Feb 26, 2022. It is now read-only.

Commit 68d3562

Browse files
authored
Use xtensa-lx target for code generation
Blocked on rust-embedded/svd2rust#470
1 parent 54cbcb0 commit 68d3562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ patch:
1212
mv svd/$(BASE).patched svd/$(OUTPUT)
1313

1414
generate:
15-
svd2rust --target none -i svd/$(OUTPUT)
15+
svd2rust --target xtensa-lx -i svd/$(OUTPUT)
1616

1717
form:
1818
form -i lib.rs -o src/
@@ -23,4 +23,4 @@ fmt:
2323

2424
build:
2525
cargo clean
26-
cargo build
26+
cargo build

0 commit comments

Comments
 (0)