Closed PatriceBlin closed 6 months ago
tud_vendor_flush
Hmm, last time I compiled it, I used the latest versions. You could try cloning the newest version and recompiling it.
I upgraded the pico-sdk to master 6a7db34ff63345a7badec79ebea3aaef1712f374
(1.5.1) and it compile fine now.
Thanks and my bad.
If the USB issue was fixed you probably can drop the pico-sdk version suggested in the Readme
I upgraded the pico-sdk to master
6a7db34ff63345a7badec79ebea3aaef1712f374
(1.5.1) and it compile fine now.Thanks and my bad.
If the USB issue was fixed you probably can drop the pico-sdk version suggested in the Readme
Yea, I think it is fixed; I never faced issues which the latest (master) version
Hi
I'm unable to build the firmware with the following error
pico-sdk is on
4fe995d0ec984833a7ea9c33bac5c67a53c04178
tamarin-firmware is on5d4a559a6bd34781ab21a38bf5dc151e61749f37
I checked in pico-sdk's and tamarin's repo history but I have not found the definition of this fonction.
Looks like it's from tiny-usb but pico-sdk is using raspberry's fork tiny-usb (branch "pico") that doesn't have this function.
raspberrypi/debugprobe
did some workarround https://github.com/raspberrypi/debugprobe/blob/2bbe900d680b603a9165cc58384a2acd62530ece/src/main.c#L77@nezza Do you remember how #19 was built ?
Should we use a different pico-sdk with upstream tiny-usb or just workarround with
tud_vendor_flush
?Thanks