Maximilian Gerhardt

Results 520 comments of Maximilian Gerhardt

Yes, also we're currently investigating some issue with Multicore / thread safety things (https://github.com/earlephilhower/arduino-pico/issues/614) and TinyUSB (https://github.com/earlephilhower/arduino-pico/issues/630, I need to check the latter myself and the fix for the first...

@earlephilhower I'd say when the Mac OS ARM64 toolchains are uploaded (or rather, reuploaded with just a different manifest) as discussed in https://github.com/earlephilhower/arduino-pico/issues/661#issuecomment-1168447394 then a new 2.0.2 should be released...

`upload_protocol = mbed` UF2 upload is fixed by #36. >Is there any way to join both actions: forcing the board into bootsel from picotool and copying the file as you...

`Serial.printf()` is **not** available in the ArduinoCore-mbed, but in Arduino-Pico. Support for that core will be added in #13. I've already tested that this compiles then.

Already pending in https://github.com/platformio/platform-raspberrypi/pull/36, you can use ```ini [env] platform = https://github.com/maxgerhardt/platform-raspberrypi.git framework = arduino board_build.core = earlephilhower board_build.filesystem_size = 0.5m [env:adafruit_feather] board = adafruit_feather ``` already. It does not...

This was asked again at https://community.platformio.org/t/raspbberry-pi-4-create-project-problem/22314/, official support would be good :(

+1 for this. Sadly the RaspberryPi OpenOCD version (https://github.com/raspberrypi/openocd/) seems very fragemented as of now. Looking at the branch `picoprobe` it does have the interface config file (and C code)...

I managed to get this working on my own using a custom platform fork and with OpenOCD compiled from the picoprobe branch. ![grafik](https://user-images.githubusercontent.com/26485477/128633113-8d8b079e-d006-46b7-a407-403af1ec7bcd.png) See the **second** environment in my https://github.com/maxgerhardt/pio-pico-core-earlephilhower-test...

Since the file is [in my repo here](https://github.com/maxgerhardt/pio-openocd-picoprobe/blob/main/share/openocd/scripts/interface/picoprobe.cfg), can you check whether it exists in `C:\Users\\.platformio\packages\tool-openocd-raspberrypi\share\openocd\scripts\interface`? The output show it's using the OpenOCD version from the Git so it should...

I've created Picoprobe support in https://github.com/platformio/platform-raspberrypi/pull/36, this is finally working for both the ArduinoCore-mbed core and Arduino-Pico.