Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt

@jesserockz are you sure with that arduino-pico fork you're not doing duplicate work that is already done in [this PR](https://github.com/earlephilhower/arduino-pico/pull/670)?

>ModuleNotFoundError: No module named 'platformio.device.list.util'; 'platformio.device.list' is not a package: Did you try a `pio upgrade --dev` in [the CLI](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli) (or anywhere where you have the `pio` command available)?

*PLEASE* merge https://github.com/bazelbuild/intellij/pull/2976 in regards to this. If I manually merge this and rebuild the plugin, importing a C++ project (as was tried in #3037 but this time in a...

The used core (https://github.com/digistump/DigistumpArduino/tree/master/digistump-avr in latest-released version 1.6.7.. from 5 years ago..) does not contain a bootloader file. Where do you get the bootloader from?

You should look at the latest replies in https://github.com/platformio/platform-atmelavr/issues/233 because it shows how you can very easily use a new, forked & improved version of the core. If you are...

Can be made to work already by adding the variant folder and board definition to the project: See [forum](https://community.platformio.org/t/add-ustepper-s-board/26154/7) and [project](https://github.com/maxgerhardt/pio-usteppers).

This however slightly outdated, the core has moved on, and has also modified `libraries/`, which now would need a new core package to integrate it correctly, instead of my solution...

Linking will fail when the stored data goes beyond the boundaries, but it's indeed not shown as data usage. The problem is that the regex https://github.com/platformio/platform-atmelavr/blob/8d585696fdabce56654a3e3a0e7cdefdd01e19b1/builder/main.py#L104-L105 Only captures some sections...

Users are still reporting upload failures for Atmega32U4 (e.g. Leonardo) boards ([example](https://community.platformio.org/t/upload-error1-failure/16760/)). This has to be reinvestigated I think.