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

Commit 20886ca

Browse files
committed
Updated for split xtensa-lx6-rt
1 parent b92279b commit 20886ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "esp32"
33
version = "0.3.0"
4-
authors = ["Scott Mabin <scott@mabez.dev>"]
4+
authors = ["Scott Mabin <scott@mabez.dev>", "Arjan Mels <arjan@mels.email>"]
55
edition = "2018"
66
readme = "README.md"
77
repository = "https://github.com/esp-rs/esp32"
@@ -22,7 +22,8 @@ license = "MIT OR Apache-2.0"
2222
[dependencies]
2323
bare-metal = "0.2"
2424
vcell = "0.1"
25-
xtensa-lx6-rt = "0.1.0"
25+
xtensa-lx6 = "0.1.0"
26+
xtensa-lx6-rt = "0.2.0"
2627

2728
[features]
2829
default=["rt"]

Makefile

Lines changed: 1 addition & 1 deletion
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 esp32 -i svd/$(OUTPUT)
15+
svd2rust --target xtensalx6 -i svd/$(OUTPUT)
1616

1717
form:
1818
form -i lib.rs -o src/

0 commit comments

Comments
 (0)