Karl Palsson
Karl Palsson
I realize this might not be the clearest or most helpful, but I'm not even sure where to proceed. I have some rtl8723bu and du modules. The bu modules actually...
Was trying this out after reading regehr's blog, thought it looked interesting. Is this actually still in development at all? has it moved on into another project? Running this on...
Currently, the lm3s irq.json file defines a common superset of the irqs for the families, and then the lm4f nvic.h file includes the generated lm3s file. This is.... functional, but...
At least on the F3, vector names changed between (in this case) RM0316 rev1 and rev5. The new names more compatible with other families, so providing the new names would...
It's probably worth noting that _loop methods can have exceptions, and try and mention maybe one or two of the common ones. Not everything is caught and given a return...
In the documentation at https://luaposix.github.io/luaposix/modules/posix.poll.html#rpoll the text of the link has the correct url, but the link target is just the page itself. I guess you need to put it...
~~https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f1/stm32-h103/exti_rising_falling/exti_rising_falling.c~~ ~~does not mention the AFIO requirements if you happen to want to change to another port for the EXTI~~ That's wrong, exti_select_source() sets the SYSCFG _or_ the AFIO registers...
Thoughts welcome. This is already in use for the "tests" directory of the library repo Pros: - about 5% speedup on multicore builds. - wayyyy less noise in make -d...
examples/stm32/l1/stm32l-discovery/button-irq-printf-lowpower/main.c uses it's own __WFI() cmsis style operation, instead of the one in cm3.h... double check it works and replace it
I've got no idea what's wrong, or when, and I'm not super interested personally, as I don't have any hardware. But I'd like to enable the lpc43xx directory for building....