File: control

package info (click to toggle)
teensy-loader-cli 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: ansic: 1,325; makefile: 277
file content (23 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: teensy-loader-cli
Section: devel
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: Geert Stappers <stappers@debian.org>
Build-Depends: debhelper (>= 10), libusb-dev
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://www.pjrc.com/teensy/loader_cli.html
Vcs-Browser: https://salsa.debian.org/electronics-team/teensy-loader-cli
Vcs-Git: https://salsa.debian.org/electronics-team/teensy-loader-cli.git

Package: teensy-loader-cli
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: load and run programs onto your Teensy micro controller
 See https://www.pjrc.com/teensy/ for an introduction to the Teensy family of
 USB-based microcontroller development systems.
 .
 The teensy loader cli is a command-line alternative to the graphical teensy
 loader which is included with Teensyduino. The cli version is preferred by
 advanced users who want to automate programming, typically from within a
 Makefile or similar.