Connor

Results 16 comments of Connor

I think something else interesting that could be added is a sort of "blank canvas" query class you could derive from that does not expose any of the usual methods...

That solution works fine, it's probably what I'll use going forward. All just food for thought. I'm currently working on implementing the item in the issue, thoughts on the naming...

Giving a skim at the code, it looks like we just optimize for the output's full dps/total dps, could we not add some categories to simply include/ignore in the UI...

Bluetooth would be nice! I took a look at the driver we use currently for the cyw43 and it doesn't seem like it supports bluetooth, but that's just a cursory...

Well actually, it seems like the driver does have a structure for some bluetooth stuff: https://infineon.github.io/wifi-host-driver/html/structwhd__btwt__config__params__t.html

I found this project which looks like has setup cbindgen FFI for NimBLE: https://github.com/benbrittain/apache-nimble-sys Whether or not this is what we need is another question.