esp-rs / xtensa-atomic-emulation-trap

An atomic emulation trap handler for non atomic Xtensa targets
Other
4 stars 1 forks source link

Use `u32` instead of `usize` where applicable #6

Closed jessebraham closed 1 year ago

jessebraham commented 1 year ago

This will hopefully solve the issues of the esp32s2-hal documentation failing to build.

I've also removed the esp32 and esp32s3 features, as these devices both natively support atomics and as such do not require emulation.

MabezDev commented 1 year ago

Released as 0.3.1 :)