Results 269 comments of crasbe

> But the Kconfig stuff is obsolete now anyways, so it could be deleted entirely. I think my assessment back then was incorrect, but I can create a separate PR...

So basically there are three issues that let the CI fail: 1) The `cc2538` CPU not supporting `GPIO_OD` and `GPIO_OD_PU`: https://github.com/RIOT-OS/RIOT/blob/04a169867e530e0a1113540c3db321c1b8d95002/cpu/cc2538/include/periph_cpu.h#L149-L160 In this case, `GPIO_OD` and `GPIO_OD_PU` are both `0xff`,...

@donsez ping :) This needs some work after #19759 was merged, the `arduino_board.h` file got dropped and the other file got renamed to `arduino_iomap.h`.

I ~~accidentally~~ intentionally bought a Nucleo-C071RB last week, so I can give this a test. Unfortunately it does not compile for me: ``` RIOT/tests/periph/adc$ BOARD=nucleo-c071rb make hexfile -j12 Traceback (most...

@jparker324 are you still interested in getting this merged? I think it only requires small changes (like a rebase after #21135 to reflect the new examples folder structure).

Closed as this is replaced by https://github.com/RIOT-OS/RIOT/pull/21775 and https://github.com/RIOT-OS/RIOT/pull/21776.

Hackaday had this article ( https://hackaday.com/2025/10/29/10-cent-microcontroller-makes-tracker-music ) which had a link in the comments to the CH32fun repository: https://github.com/cnlohr/ch32fun Despite the name, they also have support for the ch581, ch582,...

> Thanks for investigating! I haven't tested it locally yet, but some first comments below. > > > I would've liked to add a `_send_stdout()` call to the subscription event,...

Sorry for "flooding" you with e-mails and fixup commits, I'm currently a bit slow and distracted... I added some tasks above to keep track (I hope). The default behavior of...