esp-rs / esp-hal

no_std Hardware Abstraction Layers for ESP32 microcontrollers
https://docs.esp-rs.org/esp-hal/
Apache License 2.0
764 stars 214 forks source link

esp-println: avoid double locking when using auto #2567

Closed bugadani closed 5 hours ago

bugadani commented 3 days ago

Ah damn println doesn't depend on esp-hal :/

bjoernQ commented 2 days ago

Ah damn println doesn't depend on esp-hal :/

It was a deliberate decision to not depend on the HAL in esp-println and esp-backtrace - we can reconsider that