There is strange issue in USB driver usb_start_tx function when @memcpy is used.
For Zig 0.14:
- RP2350 crashes when @memcpy is used but RP2040 is fine
- RP2040 crashes when
rom.memcpy code is used even before zig 0.14 update this was working fine
std.mem.copyForwards seems to work for both - but we probably should use it as just temporary solution
related PR: #432