-
### Discussed in https://github.com/earlephilhower/arduino-pico/discussions/591
Originally posted by **numeru55** May 23, 2022
Using both
```
rp2040:rp2040 2.0.2 2.0.2 Raspberry Pi Pi…
-
I'm getting this error while using the LVGL library and the Arduino Portenta:
```
arm-none-eabi-g++ -o .pio/build/portenta_h7_m7/libd34/Portenta_lvgl/porting.cpp.o -c -Wvla -fno-rtti -std=gnu++14 -D…
-
Hi,
when I try to compile the current (4abf29d) ReButtonApp with Arduino 1.8.19, I get the error below.
Thanks for looking into that!
Best,
Richard
```
[...]
/home/olg/.arduino15/packages/S…
-
Hi,
I am wondering if raspberry pico support I2C in slave mode using Arduino IDE? I did a small test using a raspberry pi 4 and I could detect the I2C address of the pico, but when trying to "poll…
-
Hello,
I tried to compile this Project under System Workbench but it fails.
How to reproduce: Import into Mbed Online compiler. Chose Target device and export for Sw4STM32. Download the project …
-
### Describe the bug
_First of all, I am pretty new to electronics and the whole world of microcontrollers, please let me know if I should open a topic / bug report with PlatformIO. It is probably …
-
I would like to add two static methods in `pslab.bus.i2c.I2CSlave` for the implementation of `pslab.bus.busio`.
1. `I2CSlave.read_from(device: SerialHandler, address: int, bytes_to_read: int) -> by…
-
Hello, I am trying to run code below from pico and I got an error like in title, weeks ago this didn't happend. Some other programs run normally.
What I am missing or doing wrong?
RPi side:
```
i…
-
### Description of defect
Commit b5f864d96dd0f02a4e884b79a70d2a81e397663e introduced a bug for STM32 targets in `HAL_I2C_ErrorCallback` when `DEVICE_I2CSLAVE` is not defined.
```console
…
-
### Description of defect
Hi!
I stumbled upon the following problem:
When designing my own unittests I figured out that all the defines set in CMAKE_CXX_FLAGS and CMAKE_C_FLAGS are carried on…