Juraj Sadel
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.
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...
## 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.
> 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...
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,...
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.