Graham Sanderson
Graham Sanderson
actually this code https://github.com/hathach/tinyusb/blob/f1a859d90701564dc6e152197454fae1f49ee846/src/portable/raspberrypi/rp2040/rp2040_usb.h#L39 is wrong (and likely won't actually compile on IAR) It should read ``` #define usb_hw_set ((usb_hw_t *) hw_set_alias_untyped(usb_hw)) #define usb_hw_clear ((usb_hw_t *) hw_clear_alias_untyped(usb_hw)) ``` (Note the...
indeed - that is no coincidence ;-) and yeah the change to this PR is a result of me making changes to what was merged there ;-)
deferred for now
yes, we will need to update TinyUSB to allow passing in the location of Pico-pio-usb
merged into develop
closing, this as its not clear if there is actually an issue that needs to be addressed; feel free to reopen
closed in favor of #1211
merged into develop
fixed by #1186
merged into develop