1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
  
     | 
    
      Source: picotool
Section: libdevel
Priority: optional
Maintainer: Johannes Schauer Marin Rodrigues <josch@debian.org>
Homepage: https://github.com/raspberrypi/picotool
Vcs-Browser: https://salsa.debian.org/debian/picotool
Vcs-Git: https://salsa.debian.org/debian/picotool.git
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 help2man <!cross>,
 libusb-1.0-0-dev,
 pico-sdk-source (>= 2.1.0),
 pkgconf,
Package: picotool
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: interact with RP2040/RP2350 devices or binaries
 Tool for interacting with a RP2040/RP2350 device in BOOTSEL mode, or with a
 RP2040/RP2350 binary. It allows one to load programs onto the device or save
 programs from flash to a file. It allows one to verify device contents or
 reboot the device.
 
     |