Jesse Braham
Jesse Braham
Sorry, I've had some vacation time lately (and have also just been pretty busy in general) and sort of lost track of this conversation! I'll try to get to it...
We discussed this briefly today in the community meeting. Unfortunately, none of our current maintainers seems to have much or any experience with Bluetooth. Given the complexity of the protocol...
I think I'd like to take a swing at this. Just curious @ivmarkov, why was the previous implementation removed (if you remember)? Is it a viable reference, or was there...
@MabezDev I have followed the advice of @N3xed and used the messages provided by `cargo_metadata` to locate `bootloader.bin`/`partition-table.bin` and use them whenever able in `cargo-espflash`. Once I have tested this...
I have a good chunk of this done already, however I'm blocked on `RTC_CNTL`. This peripheral still hasn't been documented in the TRM, so I will likely need to wait...
Closed by #211
The `SENS` peripheral has been added for the ESP32-S3 in #215, so once that's merged we can move forward with this. I think @JurajSadel was interested in tackling it (please...
Can this issue be closed now that #233 has been merged by any chance?
I can't seem to reproduce this either.
I think the proof of concept looks okay. I'm not entirely convinced it should be behind a feature, and I think printing a warning and continuing is probably preferable to...