Maximilian Gerhardt

Results 143 issues of Maximilian Gerhardt

**Describe the bug** In a project that has a virtual environment with Python 3.9.7, the Robot Framework extension complains that an invalid Python version was found and that only Python...

bug
to-review

The `library.json` references the `dok-net/ghostl` library via a PIO Registry version string, but no such library exists. Making it just reference the stable 1.0.1 version from github makes it work....

Adds a board definition file, a `platformio.ini` and one minor modification to the code to make it work with GCC. Should still work with Keil. The build system [PlatformIO](platformio.org/) is...

Updates versions and fixes `platforms` array to correctly reflect ESP8266 **and** ESP32 support. (`espressif` is an extremely old way of writing `espressif8266` in PlatformIO). See [docs](https://docs.platformio.org/en/latest/manifests/library-json/fields/platforms.html) and [code](https://github.com/platformio/platformio-core/blob/029e66cd06a5048d53cea8cde2f2d949be063b44/platformio/package/manifest/parser.py#L365-L370). After that...

Per https://github.com/maxgerhardt/platform-raspberrypi/issues/39, with the latest toolchain version, there seems to be a problem with the interaction of GDB and a GDB server opened by the native JLink tools (`JLinkGDBServerCLExe`) to...

I have a weird situation where when I use the Python version of the tool I get ``` >python C:\Users\Max\chflasher\chflasher.py .pio\build\ch559\firmware.bin Could not access USB Device Traceback (most recent call...

The `microchip-pic-avr-tools/pymcuprog` tool has emerged and per https://github.com/microchip-pic-avr-tools/pymcuprog/blob/main/pypi.md#serial-port-updi-pyupdi is capable of uploading to a MegaAVR device via UPDI via a serial adapter, in the same way [pyupdi](https://github.com/mraardvark/pyupdi#pyupdi-1) can. One might...

feature

Massive upgrade. * Add support for building for https://github.com/earlephilhower/arduino-pico * As in the style of platform-ststm32, boards that can be used with both cores can be switched to the other...

feature

Per https://community.platformio.org/t/request-to-add-platformio-support-for-earle-philhowers-arduino-pico-raspberry-pi-pico-sdk/22285. As simliar to e.g. STM32 and AVR with `board_build.core = ..`, it should be supported to switch to a different Arduino core implementation, the most popular of which...

`.pio` files store assembly programs for the RP2040's programmable I/O state machine, e.g. per [this example](https://github.com/raspberrypi/pico-examples/blob/master/pio/i2c/i2c.pio). WizIO's platform has support for these files by converting them to `.h` files per...

feature