-
cf.
-
-
Prototype:
```c
void * dma_memcpy( void * restrict destination, const void * restrict source, size_t size );
```
For now, if source and destination do overlap:
- NB: determ…
-
Hi Pierre,
I was successful in using acan2517 lib on Arduino nano with MCP2518FDClick board as sender and UNO with MCP2515 as receiver. I am unable to do the same with pico development board, The p…
-
If I don't specify upload port, I get an error message:
```
Processing pico (platform: raspberrypi; board: pico; framework: arduino)
----------------------------------------------------------------…
-
Hello and thanks for developing pico-coder.
I'm not quite sure if this is a driver issue or not, please direct me to a different bugtracker if needed.
Sigrok seems to be able to detect the device:…
-
Hi, I was trying to build this for Pico 2, using the latest VS Code `pico` extension that uses the SDK v2.1.0.
The VS Code `pico` extension successfully imported the repo and converted the CMakeLis…
-
https://github.com/raspberrypi/pico-examples/blob/7e77a0c381863be0c49086567e7f1934d78ac591/freertos/hello_freertos/hello_freertos.c#L176
-
This came up in a review of debugprobe - as this file gets copied around a lot, and potentially into other projects which may have different licencing arrangements, this file needs to be specifically …
-
Please consider looking into adding platform support for the new RP2350 MCU and the Raspberry Pi Pico 2 development board.
RP2350 is the successor and next-generation of RPi RP2040 so guess would n…
Hedda updated
2 months ago
-
Hi Forum,
We have the need of using the dual cores of the RP2040. PlatformIO documentation suggested to add
`board_build.core = earlephilhower
`
into the platformio.ini but I faced with the fo…
-
## Issue template
- Hardware description: raspberry pi pico
- RTOS: freertos
- Installation type: platformio
- Version or commit hash: humble
#### Steps to reproduce the issue
Hit build in v…