-
I tried to play around with the Pico SDK blink example last night from my windows machine using the latest Swift 6 toolchain and didn't have much luck. I'm not particularly proficient in cmake but it …
-
Hi,
I have this `CMakeLists.txt`:
```cmake
cmake_minimum_required(VERSION 3.13)
include(pico_sdk_import.cmake)
project(hello_world)
pico_sdk_init()
add_executable(hello_world hello.c)
ta…
josch updated
2 months ago
-
Lots of warnings: compound assignment with 'volatile'-qualified left operand is deprecated [-Wvolatile]
Fixes like:
[/src/rp2_common/cmsis/stub/CMSIS/Core/Include/mpu_armv7.h#L210](https://github.co…
-
This is not library friendly:
https://github.com/raspberrypi/pico-sdk/blob/426e46126b5a1efaea4544cdb71ab81b61983034/src/rp2_common/hardware_dma/dma.c#L20
https://github.com/raspberrypi/pico-sdk/blob…
-
My rust dev env is set up in WSL, I plug my rp pi pico and windows surely detects it.
However, the elf2uf2 depends on sysinfo to dectect the pico uf2 disk.
This is fine if you set up the rust env …
-
```
ERROR: Fatal exception occurred:
Traceback (most recent call last):
File "/home/kali/renta/dali-rp2/src/dali/dali_main.py", line 181, in _dali_main_internal
resolved_transactions: List[A…
-
![image](https://cloud.githubusercontent.com/assets/11272361/16679581/f0e2ce16-44e8-11e6-80a1-9b12ded62249.png)
https://github.com/ADoebeling/RP2-Framework/commit/0307af3635ec69297685afcc1a7661c4e7aa…
-
![rp2_pinout](https://user-images.githubusercontent.com/11833296/30482877-af3015fc-9a1c-11e7-9b65-a75c1b0a1f0d.png)
naazy updated
7 years ago
-
The title says it all :)
-
https://github.com/raspberrypi/pico-sdk/blob/6a7db34ff63345a7badec79ebea3aaef1712f374/src/rp2_common/hardware_vreg/include/hardware/vreg.h#L26
I want to set the voltage to 0.80V but realize its not…