Maximilian Gerhardt

Results 143 issues of Maximilian Gerhardt

You write https://github.com/w600/arduino/blob/b94d129f6d873c3d314ffbe230a236b578a1d186/cores/w600/core_w600_main.cpp#L20-L26 With the only includes being https://github.com/w600/arduino/blob/b94d129f6d873c3d314ffbe230a236b578a1d186/cores/w600/core_w600_main.cpp#L1-L2 and https://github.com/w600/arduino/blob/master/cores/w600/debug.h Yet the function attempts to call into `digitalWrite()` and and `pinMode()` which is undeclared. GCC throws the errors ```...

See file https://github.com/w600/arduino/blob/b94d129f6d873c3d314ffbe230a236b578a1d186/cores/w600/wiring_constants.h#L1-L4

You write https://github.com/w600/arduino/blob/6148ebcdfee95c295a7d5d27489dc36872c39e1a/cores/w600/wiring_time.c#L39-L50 and you write https://github.com/w600/arduino/blob/6148ebcdfee95c295a7d5d27489dc36872c39e1a/cores/w600/wiring_time.c#L16-L19 By which you can see that in line 45, you are not calling the function and checking its return value, you are doing...

What kind of issue is this? - [X] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template not applicable...

bug
LDF

What kind of issue is this? - [x] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template not applicable...

bug
ldf

What kind of issue is this? - [X] **PlatformIO Core**. If you’ve found a bug, please provide an information below. ------------------------------------------------------------------ ### Configuration **Operating system**: Windows 10 x64 **PlatformIO Version**...

LDF
build system

## Versions Arduino IDE: Latest 1.8.19 OS: Windows 11 x64, (`ver`: `Version 10.0.22000.1219`), in Oracle VirtualBox from [Microsoft](https://developer.microsoft.com/de-de/windows/downloads/virtual-machines/) [Arduino-Pico](https://github.com/earlephilhower/arduino-pico): 2.6.3 -> 2.6.1 ## Description Per https://github.com/earlephilhower/arduino-pico/issues/976. Users report that when...

Type: Bug
Waiting for feedback

### Version 5.6.0-stable ### Description Turning on the, since GCC 10 new, `-fanalyzer` [static analyzer](https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html) switch for WolfSSL compilation makes it output a single issue it found with WolfSSL code:...

Resolves #294. Adds all four [Move38](https://move38.com/) boards along with an example for them from [their core](https://github.com/bigjosh/Move38-Arduino-Platform/tree/1.3/libraries/Examples01/examples/F-ColorWheel). The build logic of this Arduino core is quite peculiar in some places, requiring...

### Description Downloading an older version of Renode and trying to run it results in an error message and the program does not launch. ``` $ ./renode ./renode: /lib/x86_64-linux-gnu/libpthread.so.0: version...