Juraj Sadel

Results 11 issues of Juraj Sadel

Currently, we are using only `apb_clock` in General-purpose timers implementation. The https://github.com/esp-rs/esp-hal/pull/77 added other options for the clock source.

enhancement

While the `lcd_i8080` example works as expected in debug (display blinking in red and blue), there is some issue in release profile - display blinking in black and white. Needs...

bug
peripheral:lcd_cam

## Thank you for your contribution! We appreciate the time and effort you've put into this pull request. To help us review it efficiently, please ensure you've gone through the...

Related to https://github.com/esp-rs/esp-hal/issues/2246. There seems to be another problem which is not handled (and probably should be handled separately) in https://github.com/esp-rs/esp-hal/pull/2251. This issue aims for tracking and investigating it.

bug
package:esp-wifi

skip-changelog

> we never want breaking changes in esp-rom-sys That was the initial assumption and it will hold true until we need to update the radio blobs. What makes all of...

RFC
package:esp-rom-sys
bug jury

This might be a bit of a hacky solution, but I tried to convince` cargo-semver-checks` that `esp-rom-sys` is not intended to ever reach 1.0, and I failed. To test this,...

skip-changelog

closes https://github.com/esp-rs/esp-hal/issues/4585

Currently, uploaded `esp-hal` baselines are for `[email protected]` - we need to find a way how to automate the process so we won't forget to update the baselines.

CI
automation