Karl Palsson
Karl Palsson
I'm not super keen on adding usart and adc examples for every example of all the nucleos, those don't change between the disco and these boards. I do appreciate the...
Agreed on the style and conventions, the -examples repo grew a bit out of control, and has too many poorly tested variations. Agreed that there should be a usart example,...
the miniblink at least has landed in https://github.com/libopencm3/libopencm3-miniblink/blob/master/boards.stm32.mk#L98
Notes: only useful if we're trying to document the rules.mk file as a standalone template, maybe that sort of thing should just be a demo repo with a submodule and...
I'm effectively not merging any new examples into this repository. most users don't look for examples under other boards, but ~most peripherals are exactly the same. This leas people to...
The general problem with something like this is that it results in the examples being different. They really need to be more common, not diverging with this cdcacm example being...
I've not explicited tried alternates like this, but you can have alternate configurations, those are demoed in the gadget-zero tests. If you want to add an alternate setting there too,...
https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f4/stm32f4-discovery/tick_blink/tick_blink.c#L42 uses an implementation that doesn't handle wrapping correctlky too
Works with current code as is in repo? had you updated the library ahead or something? (Also, that's just straight up breakage. this ticket is more for examples that might...
I also pulled the library to latest and it still builds fine, are you sure you're looking at latest code?