-
HI,
I just built my picocomputer and I am trying to setup on windows with vs code.
when I press F7 this is my output
`
[main] Building folder: picotest1-main
[build] Starting build
[proc] Execu…
-
Extension version: 0.16.2
When the development board is selected as pico_w, the compilation will report an error.
-
testing pico-ice-sdk & pico-ice
Below are the steps I am using to test pico-ice-sdk & pico-ice
Trying to follow the steps found in pico-ice/Docs/pico_ice_sdk.md
git clone https://github.com/deve…
-
The datasheet for UARTRSR field BE states:
> UARTRSR
>
> Break error. This bit is set to 1 if a break condition was detected, indicating that the received data input was held LOW for longer than…
-
Hi Raspberry Pi team,
I encountered a severely broken compilation after doing "CMake: Clean" (Ctrl-shift-P and you can find that command) on a Pico 2 project with ARM cores.
The compile errors…
-
I am using pico in my project in which I am in need of using master-slave SPI communication.
What modifications are required to change the SPI master code to spi slave?
Is there any existing example…
-
### Describe the Bug
After flashing with via or default, after powering on numpad it is totally unresponsive after 3-5 seconds from powering.
### Keyboard Used
qmk comopile -b gmmk/numpad -km via/…
-
I accidently set K to 260 in the config menu
when I started putty again, it had trying setting the clock to 260 but then hung
it seems like since the 260 is in the nvram, it will always try to set…
-
### Describe the Bug
The keyboard is not detected (keys not working, no backlight) after the computer is shutdown and powered on again.
It has to be disconnected and reconnected multiple times so it…
xRyuo updated
6 months ago
-
On macOS, `openocd` has runtime dependencies on `libftdi` and `libcapstone`. I needed to install them manually using `brew install`.
Before manual installation:
```shell
$ ls -lart ~/.pico-sdk/o…