-
Hi,
I've got this board and compiled `ch32v003fun/examples_x035/blink/blink.c` modified the code a bit like the following:
```
#include "ch32v003fun.h"
#include
int main()
{
SystemInit(…
-
**Describe the bug**
After removing a source file in the Meson build definition, Meson reconfigures and then that source file is not compiled, but the corresponding object file (available from prev…
-
Hello. Tell me how to program a project (I am using Atmega328P (Arduino nano), 16MHz, OLED1306). I am not familiar with Python language, and would like more detailed instruction. Thanks
-
Hi,
I'm sure your todo list(s) are already quite long, but would it be an idea to add support for the solo key to [fwupd](https://fwupd.org/)?
It would make firmware updating a bit more 'standard'…
-
I can't seem to compile Arduino projects for the Due
I keep getting.
`avr-gcc: error: unrecognized argument in option '-mmcu=cortex-m3'`
I'm running on a Arch Linux machine. I've even tried the cus…
-
When trying to compile any random piece of code for Arduino I'm getting lots of
[Decode error - output not utf-8]
-
In GitLab by @vaxorcist on Jan 6, 2022, 24:34
Is it possible to extend minipro to handle old fashioned TTL fusible links PROMs, e.g. 74(x)188 32 X 8 = 256-Bit?
-
I met this error when I `make` with a modeline with resolution of `2304x1296`.
```
$ make
edid.S: Assembler messages:
edid.S:171: Warning: value 0x101 truncated to 0x1
edid.S: Assembler messages:…
-
I've moved to V13 and I now get a large number of complier warnings (See below), when using C++17 on platformio.
The errors do not occur with C++11, or in the Arduino IDE.
nonetheless it would be…
-
I run the following
```sh
make docker-build-toolchain
make docker-build-all
```
Docker images
```sh
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
enginee…