Maximilian Gerhardt

Results 517 comments of Maximilian Gerhardt

I'll open a proper issue or PR for full-integration of the new core, then that will be directly addressed in the platform code.

Feature request opened as linked above this comment.

I've also noticed https://github.com/renode/renode-infrastructure/pull/50 in regards to https://github.com/renode/renode/issues/104, maybe that PR already solves it for F1 series too?

I got my Arduino Uno R4 Minima and Uno R4 WiFi today so I used 5 hours of my time to create the PlatformIO integration for that: https://github.com/maxgerhardt/platform-renesas You can...

Let's discuss that in https://github.com/maxgerhardt/platform-renesas/issues/1 and let's avoid long quote replies. *Edit: Above intellisense issue was resolved.*

Update: I figured out that the Uno R4 WiFi's ESP32-S3 bridge / coprocessor is not only a USB-Serial bridge for the Renesas, but also has CMSIS-DAP functionality compiled in. Thus,...

After some [work](https://github.com/platformio/platform-renesas-ra/issues?q=is%3Aissue+), the official platform-renesas version 0.0.2 version now has all functionality and bugfixes that my original platform has, so now there's no point in using my version anymore....

Servo library **does** support Renesas and is right here: https://github.com/arduino-libraries/Servo/releases and PlatformIO also has it as regular `lib_deps = arduino-libraries/[email protected]`. Missing `strlcpy` is either a toolchain bug or a configuration...

If you have issues with connection refused, one script is starting up too fast. See https://github.com/maxgerhardt/pio-swo-demo/issues/3#issuecomment-1685880644.

I've updated the project to use the latest SPresense Arduino core v3.2.0 and added more examples. (Update [per instructions](https://github.com/maxgerhardt/platform-sonyspresense?tab=readme-ov-file#updating)).