8000 GitHub - rod6214/picoprobe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rod6214/picoprobe

 
 

Repository files navigation

Picoprobe

Picoprobe allows a Pico / RP2040 to be used as USB -> SWD and UART bridge. This means it can be used as a debugger and serial console for another Pico.

How to compile for Windows and MSYS2

To complete the following instructions we recommend to open up a MSYS2 command pront in x64 mode.

  • Configure SDK pico path and:

    set PICO_SDK_PATH=C:\Develop\RaspberryProjects\pico-sdk
    
  • Set the route path of Python 3 you can download it here. Note: don't use installer instead download .zip then you can put in in the root of your preference.

    set path=%path%;C:\Python3\python-3.9.0-embed-amd64
    
  • Clone picoprobe repository make it.

    git clone --recurse-submodules https://github.com/raspberrypi/picoprobe.git 
    cd picoprobe 
    mkdir build 
    cd build 
    Cmake -G “Unix Makefiles” .. 
    make
    

Documentation

Picoprobe documentation can be found in the Pico Getting Started Guide. See "Appendix A: Using Picoprobe".

< 4A0E div class="hide-sm hide-md">

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.3%
  • CMake 9.7%
0