Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt
trafficstars

After loading "WinUSB" driver, it is indeed supposed to show "winusb" as the now loaded driver, if not the driver change has not worked. I currently do not have access...

Zadig should show ![grafik](https://user-images.githubusercontent.com/26485477/185208384-b53d78e0-0382-41a2-a505-0433a12789c2.png) if not driver install failed. I'm using Zadig 2.7 here. For interface 0, the unmodified one is correct (storage device). ![grafik](https://user-images.githubusercontent.com/26485477/185208619-236801d2-ac69-40ba-9237-9ca9d652fbc3.png)

Hm but Zadig shows the right driver is loaded at least, so it *should* work.. What happens in when you execute this in the VSCode terminal? (Pico board should be...

https://github.com/raspberrypi/picotool/blob/a49dc0b3c211b8b73d4ec7967cf134710ce104c2/main.cpp#L807-L809 I'm literally baffled by what is going on your computer or chip, never seen this before. It's running into an assert when reading from the memory of the Pico,...

Wait, does it work in PlatformIO too now? No more discrepency between PIO and Arduino?

I've seen it before in https://github.com/earlephilhower/arduino-pico/issues/642#issuecomment-1176799088 that the Arduino-IDE can use a previously installed TinyUSB library version from the library manager, and not the one contained in the core. Can...

I've opened the matching issue in https://github.com/platformio/platform-raspberrypi/issues/13. I can actually also help with the needed builder script and PR into this repo.. they are not too difficult to write, mostly...

FYI, today I've forked the core and added a [builder script](https://github.com/maxgerhardt/arduino-pico/blob/master/tools/platformio-build.py), along with the needed platform modifications to use your [`toolchain-pico`](https://github.com/earlephilhower/pico-quick-toolchain/) and being able to do a core-selection in the...

>IIRC platformIO supports debugging and we distribute both GDB and OpenOCD in the tools tarball. But that's definitely a "nice to have" not a "need to have!" :) Debugging support...

I am moving towards the final steps of the builder script refinements and platform code modifications. It is now working that a user can specify the sketch and filesystem size...