Karl Palsson
Karl Palsson
FWIW, I'm receiving 5khz @ 16bit data via notifications with bleak, so it's not python per se. However, it's absolutely critical that you batch these up into "bigger" notifications. trying...
To clarify for anyone finding this, by "batch them up into bigger notifications" I mean, you absolutely can _not_ send 2 byte (16bit) notifications at 5kHz. but sending 240byte notifications...
again, these need to to be pull requests to be considered seriously, we'r enot having code discussions on issues.
merged via rebase in 0817f917 thanks!
I've worked up some changes that should fix this, but I don't have any test code for this, or test hardware. IF either of you could try this out and...
ok, so.. there's doxygen logs in each directory? what about them? doc/stm32*/doxygen_*.log ? try and look at one of them? share one if you can't see anything obvious?
I'd like some flexibility in what the field name should be. I've been using KiCost for years, and it uses a "lcsc#" field on the parts, but this plugin requires...
Not just saves power, it can also be quite a bit faster!
The examples repo is effectively unmaintained due to the amount of copy-pasta across all the examples. If you want to test a blink andyour toolchain, I recommend https://github.com/libopencm3/libopencm3-miniblink/ instead.