Maximilian Gerhardt

Results 143 issues of Maximilian Gerhardt

Per user report from https://community.platformio.org/t/sipeed-rv-debugger-lite/19784. The Lite version seems to be very close to the normal version listed at https://docs.platformio.org/en/latest/plus/debug-tools/sipeed-rv-debugger.html, but OpenOCD fails to pick up the adapter because of...

In reference to #459, this is how I got it to compile.

I could not get this project to compile as-is under a Windows + MSys2 MinGW environment due to multiple errors: * the `WIN` macro responsible for detection of MSys is...

When building simavr, at the start it informs about not being able to give ATMega328PB support. ``` cc -E -Werror -O2 -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Wno-missing-field-initializers -Wno-sign-compare -g -I/include -DNO_COLOR...

Attempting to use PlatformIO with the latest version of this library and a Teensy2 (ATMega32U4) via ```ini [env:teensy2] platform = teensy board = teensy2 framework = arduino build_unflags = -fno-exceptions...

Make sure you read and understand this document. Use one of the two templates below and delete the rest. - [ ] BUG REPORT - [x] FEATURE REQUEST ------------------------------------------------------------------------------- >...

The OpenOCD config creates all the CPU cores in accordance to their AP number https://github.com/sonydevworld/spresense/blob/556c296968bf764a111578253a066d76df558dba/sdk/tools/cxd5602.cfg#L28-L30 However, this makes it incompatible with targets using HLA_SWD like the ST-Link, who can only...

Recent projects like https://github.com/kendryte/kendryte-standalone-demo/tree/develop/face_detect cannot be compiled under PlatformIO because the SDK (https://github.com/kendryte/kendryte-standalone-sdk) package it uses has become outdated with respect to the master branch, and so, errors like ```...

The code at https://github.com/platformio/platform-teensy/blob/586031e92429004ee9c8003674ba8a78520a0096/platform.py#L74-L83 Configures the `debug_tool = jlink` debugging method to hardcode SWD as the debugging protocol. There is no way to specify `jtag` here instead of `swd` normally,...

Closes #186. Confirmed working in https://community.platformio.org/t/how-to-find-upload-protocol-for-this-samd21g18a-board/27231/13?u=maxgerhardt. Notes: * yes variant of `arduino_zero` is correct, they did not bother to changing the variant name * `"vendor": "Arduino LLC"` instead of the...