Karl Palsson
Karl Palsson
yeah, the fallthrough warnings are a different matter. In one case we even had a comment saying, "fall through" but it was't the style that gcc recognized :)
Thanks for the report. https://github.com/karlp/libopencm3-tests/blob/master/tests/i2c-master/main-stm32f072-disco.c is probably a more up to ddate example of working with the i2c-v2 peripheral on f3.
IIRC; At the time, LTO enabled _didn't_ work for LTO and non-lto builds, if it can be turned on now safely for all (using "fat" lto obs I presume?) I'm...
gdb3 change looks good, no reason not to do that. I've just kinda been ignoring the examples repo, have been hoping to almost wholesale replace it, but that's reaching for...
I've pulled the gdb3 and cross ref in. For LTO, I'd like to see something done in conjunction with the lib itself, not just something hidden behind a make variable...
I'm not accepting any other generally cut/paste of "examples" that require external hardware. They're impossible to maintain. I'll leave it here for reference, but it's ~never going to merge like...
without seeing what yhou actually did, there's ~nothing that can be said further. Try sharing your modified project somewhere. Note that you _cannot_ just start adding busy waits to a...
I'm considering uwe+titanmkd+nmz787 good enough for me. I'd _like_ to merge this, but simply enabling the lpc43xx builds, which got disabled at some point is still failing, with problems in...
:-1: This is missing a file that didn't get added to git, will fix and resubmit
This is now ready to go, and the dependent changes are in the library now too.