-
I know this probably isn't the right place to ask but I would like to do some prototyping in Micropython using an RP2040 / MCP251863 on a custom PCB I am designing (to control over 70 clock faces usin…
-
See the CI build logs of any of the recent commits on the `develop` branch https://github.com/raspberrypi/pico-sdk/commits/develop/
```
[133/2153] Linking CXX executable test\pico_stdlib_test\pico…
lurch updated
3 months ago
-
### Describe the bug
The system updated from 41.20241112.1 to 41.20241117.3 and on the next boot it showed the arrow cursor for a little while and then a blank screen. It didn't even show the login …
-
### What is your question?
From: https://cpplang.slack.com/archives/C41CWV9HA/p1714639717500339
Profile:
```
[settings]
arch=armv8
build_type=Debug
compiler=gcc
compiler.cppstd=gnu17
compil…
-
When using the autopilot with `vehicle.set_autopilot(True)` the vehicle doesn't start to move. I have a rather complicated set up that can be described as follows:
I'm using ScenarioRunner with a cli…
-
I noticed my runtime performance got significantly worse, I'm trying to update LEDs 60 times per second.
The host system is an M1 MacBook Pro.
It's talking to an rp2040 over serial.
Observation…
-
Windows, Ubuntu, ARM, RISC-V (riscv32-corev-elf or riscv32-unknown-elf) same errors. For just blink:
```
PICO_SDK_PATH is E:/Download/Pico_2/pico-sdk-2.0.0
Target board (PICO_BOARD) is 'pico2'.
Us…
-
Hi,
I have come across the following use case: in an input OpenScenario file, I define a trajectory as follows (simplified here of course):
```xml
…
-
This _may_ be a stupid question, which is why I'm asking in an issue rather than just creating a PR :wink:
Should there be a `tight_loop_contents()` on any / all of these lines?
https://github.co…
lurch updated
6 months ago
-
Hi,
I am trying to convert the example of image capture to python. I use the following code to fetch image but it seems the return value is -1:
```python
import ctypes as ct
import os
import sy…