mubes
mubes
Folks, On 7.0 board, PROGRAMN appears to available on the Eastern end of R106 (the end closest to the recycle symbol). Leastways, I can pull it and have it reboot...
Hi, In `components/drivers/usb/usbdevice/core/core.c` in `_ep0_out_notify` around line 888 the line that currently reads; `size = dcd_ep_read(device->dcd, EP0_OUT_ADDR, ep0->request.buffer);` should be updated to read; `size = dcd_ep_read(device->dcd, EP0_OUT_ADDR, &ep0->request.buffer);` ...otherwise bad...
Would it be possible for you to add swo support for the bmp? The code to do this is relatively straightforward (See https://github.com/mubes/orbuculum/blob/master/Src/orbuculum.c around line 1202 ... there may be...
First of all - thanks for this, exactly what we need, a competent debug tool on a reasonably lightweight platform. I will file a number of issues separately so they...
Steps to reproduce; Record waveform A using trigger x, Record waveform B using trigger y. Use history to go back to waveform A, trigger y is still displayed.
### What needs to get done When building a kernel with core24, I got the following error; ``` Bad snapcraft.yaml content: - Snap base must be declared when type is...