Maxime BORGES
Maxime BORGES
Fresh take on https://github.com/stm32-rs/stm32f7xx-hal/pull/171, rebased on latest changes
Hi there, When generating a project I'm getting the following errors in VSCode from `rust-analyzer`:  I couldn't find a solution to make them go away, is this supposed to...
This PR allows to copy parsed packets into data-owned packets that can be moved to other threads. I'm not really happy about duplicating all the packets and having big matching...
Hello there, The volume is always on maximum when streaming from my phone (Asus ZenFone 8 with default Android 13), and I'm not sure if the volume is supposed to...
Hello, I haven't done a lot a kernel work, so I'm not sure this is the cleanest way to do that, but here you go. The README modification should be...
Sometimes we see a CAN message for `Elect_Gear_Shifter` with a value of 9 on our Kia e-Niro. It is supposed to be defined as follow: https://github.com/commaai/opendbc/blob/40d9c723d48496229fecc436046538a53af19c11/hyundai_kia_generic.dbc#L1519-L1520 And the values: https://github.com/commaai/opendbc/blob/40d9c723d48496229fecc436046538a53af19c11/hyundai_kia_generic.dbc#L1658...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When trying to replace a lot of tabs by semicolons in a...
@jesserockz forked this repo under the [`esphome` ](https://github.com/esphome) organization. Should I transfer the ownership of this repo there so it can get more visibility and hopefully users would get less...
Add Wemos Lolin32 lite which uses a ESP32-PICO-D4 MCU and fits on breadboards with a free row on each side:  
Currently jmppin is not properly parsed as a wait source from a pio program. This PR completes #66.