Maximilian Gerhardt
Maximilian Gerhardt
Exactly. I'll update once I can verify that binaries are working well with PlatformIO+VSCode/GDB debugger.
Parallel to that, some also integrated this core in PIO another way: https://github.com/rick3rt/framework-arduino-avr-lgt8f And also I integrated the original chinese Larduino core (v3.6c version): https://github.com/maxgerhardt/larduino-pio and https://github.com/maxgerhardt/Larduino_HSP Seems like we...
The "Arduino Core" repository are separate from the "PlatformIO Platform" repository; The core files never contain any of the needed Python logic and JSON packaging descriptions for PIO. For example...
Just hit this problem too after compiling it myself using the official . When I run it with GDB I see ``` [New Thread 19280.0x2f48] Thread 5 received signal SIGSEGV,...
In the linked libusb issue above I was also able to find out that when I use Zadig to load **WinUSB drivers** as opposed to libusb-win32 what the Raspberry Pi...
Can you try the (compile) fixed version from my PR #83? Use ```ini lib_deps = https://github.com/maxgerhardt/ESP32_LoRaWAN/archive/refs/heads/master.zip ``` in the `platformio.ini`.
I think that's a loosing game, depending on what code you have compiled it will shift the object files in the memory space and then suddenly other `call8` instructions have...
For those stumbling upon this problem: The error appears if the Arduino IDE (and mbed board package version) doesn't use a toolchain which has the `libarm_cortexM4l_math.a` file in the compiler...
Oh, actually the easier solution might be better. Per [this](https://community.platformio.org/t/arm-rms-q15-not-found-when-porting-an-arduino-nano-33-sense-project-to-platformio/19243/3?u=maxgerhardt) it is already working in the latest Arduino IDE version and board package version. So, the above modification might not...
Cross-posting reference: https://community.platformio.org/t/teensy-3-1-issue-firmware-uploading-but-no-indication-of-running/18398