-
Following a discussion (https://github.com/orgs/micropython/discussions/11569) I noted that the Frequency provided to calculate the PIO Block clock can validly be specified as a float value, but this …
-
pio.port.getval(39, 38, 37) give as result the values of port 37, 38 and 39.
So pio.port.getval(39, 38, 37) is eqivalent to pio.port.getval(37, 38, 39).
Please document these behaviors, this can…
-
As the TMC Stepper driver from https://github.com/bigtreetech/TMCStepper are outdated it is not possible to use the current Marlin version.
### Current behavior
When building with in `platform.ini…
-
In the `fates` test list we have two debug mode `ERP` tests using the `f19_g16` resolution for the default set of fates run modes. The difference between the tests is that one runs with the `gnu` com…
-
I am trying to program my M5STICKC with the code downloaded from Git.
Unfortunetaly I get some errors, so the build ends.
Are there anyone that can help me?
I get the following error code, when I …
-
Hi,
i've pulled the current version, switched to "Default" -> "General" -> "build all" and get an error:
```
/Users/Marco/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-e…
-
Hi Ed!
When building in PlatformIO, with the uncommented #define SDCARD function in config.h, a warning appears in the terminal:
Library Manager: Installing SD(esp32) @ ^1.0.5
Warning! Could not fi…
-
Downloaded the latest but not compiling ...
```Found 45 compatible libraries
Scanning dependencies...
Dependency Graph
|-- 3.1.4
|-- 0.95
Building in release mode
Compiling .pio/build/gener…
-
I'm trying to use the library with TinyGsm and I'm taking this strange error when I compile
Board: Arduino Mega 2560
Code:
```
#include
#include
#include
#include
#include
#inc…
-
Hi all,
I need to debug LPC1768 in MKS SBASE v1.3; my origin target was to debug Marlin 2.0. OS is Windows 10 Pro 64bit. I'm using the older original SEGGER version of J-Link Lite. I'm able to connec…