Björn Quentin

Results 485 comments of Björn Quentin

> So current situation means, that it is impossible to use Bluetooth and WiFi at the same time on ESP32 chip? Or is there a way to implement this feature...

Seems like it doesn't like the config in src\ble\os_adapter_esp32c6.rs - you can double check it comparing to ESP-IDF's components\bt\include\esp32c6\include\esp_bt.h I think I already spotted a difference in rtc_freq which should...

Nice! Error 12300 is `ESP_ERR_WIFI_TIMEOUT` - would be interesting if advertising works when you comment out waiting for the wifi connection etc. Are the functions in `G_COEX_FUNCS` actually called? Might...

Does increasing the delay change anything?

Is that branch available somewhere? Maybe I can have a peek at it

I _think_ without documenting all dependencies generating docs is much cheaper now but probably having that checked only in a nightly run is good enough. And when we create such...

Yes - that's why I initially didn't add CI in #1658 Only thing I can think of would be to handle multiple chips in one job. e.g. let the xtask...

Code looks really good to me - just some questions/notes From the orignal issue: > On top of that, I noticed that whilst we can initialize Systimer as async, it...

Ah ok - maybe a bit more documentation might be useful then 👍

There are definitely things to improve here. > ... if getting the time without direct access to a timer peripheral is that desirable ... I think it is > They...