Rahix / shared-bus

Crate for sharing buses between multiple devices
Apache License 2.0
129 stars 34 forks source link

xtensa-lx6 fails to build #27

Closed Rahix closed 2 years ago

Rahix commented 2 years ago

A recent CI run failed on rust nightly for xtensa-lx6, due to the recent removal of the llvm_asm! macro: https://github.com/Rahix/shared-bus/runs/4870246626?check_suite_focus=true

@pyaillet, you added support for this platform in #22, maybe you know what the upstream situation with xtensa support is? What would be the correct course of action here?

pyaillet commented 2 years ago

Hi ! I just pushed a PR fixing this build, the upstream crate was renamed and updated.