Dylan Laduranty
Dylan Laduranty
> I got tinyUSB also working on nucleo-f303ze for which cpu/stm32/periph/usbdev_fs.c is not working yet. That's a good news. I'd really like to add more CPU families support to `usbdev_fs`...
> @dylad I had to provide two small fixes due to compilation errors after rebase and the introduction of periph_usbdev_clk pseudomodule. If they are ok, I would like t squash...
@bergzand I tried on SAME54-XPRO with your patch applied on top on this branch. I can see: ``` 2021-11-04 21:08:37,153 # Endpoint 1 halted 2021-11-04 21:08:37,154 # Endpoint 1 unhalted...
> I haven't found other use cases so far, but I've heard that @dylad might want to use this for his msc implementation. One day, I swear, I will update...
I've started to work on adding nrf5340dk board to RIOT-OS. I'll focus on basic stuff at first (common nRFx peripherals).
Initial support for the application core was merged. Should we keep this one open ? Or should we migrate further discussions in #19267 ?
I've started to work on an ADC driver for this MCU.
`periph_pwm` is my next target.
If you have a question about something related to RP2040 (hardware or software). You can ask it here. Otherwise, if you have questions about RIOT itself, or something else, it...
I have the `periph_pwm` almost ready. Just need to do some testing on my side. Don't waste time on it ;)