flashbtw

Results 3 comments of flashbtw

So I have a Download Directory with pico-examples, pico-extras and pico-sdk In pico-examples there is a CMakeLists.txt, in which I added these two lines. In pico-extras is the `pico_extras_import.cmake`

> pico-extras includes pico-sdk https://github.com/raspberrypi/pico-extras/blob/master/CMakeLists.txt#L7 I just copied the external/pico_extras_import.cmake and copied them into a file pico_extras_import.cmake in either pico_examples or pico_extras. I tried both with editing the PICO_EXTRAS_PATH variable....

so, for a better recreation of the problem, just clone the pico-playground repository on Windows 10, `cd pico-playground` and `mkdir build` in it and `cd build`. Then with the developer...