esp-rs / esp32

Peripheral access crate for the ESP32
Apache License 2.0
126 stars 12 forks source link

Changed to split xtensa-lx6-rt, add AES and add output svd to repo #33

Closed arjanmels closed 4 years ago

arjanmels commented 4 years ago
arjanmels commented 4 years ago

@MabezDev I just entered the PR for svd2rust (https://github.com/rust-embedded/svd2rust/pull/448)

This PR request depends on that one as I renamed the CPU to XtensaLX6 (from ESP32), so includes a change to the makefile. (Also the reason Travis CI fails.)

MabezDev commented 4 years ago

the svd2rust PR just merged, mind updating the ci to use that? I think you can pass --rev to pick a specific commit

arjanmels commented 4 years ago

I'll take a look

arjanmels commented 4 years ago

@MabezDev I just bumped the code by amending the latest commit: passes now. (I don't think there is a need to include a specific rev: guess we should try to keep up to date with latest svd2rust.)

MabezDev commented 4 years ago

LGTM! Thanks.

MabezDev commented 4 years ago

I've also published 0.5.0 including these changes.