1PIKLAB(SECTION) PIKLAB(SECTION)
2
3
4
6 - IDE for PIC-microcontroller development.
7
8
9 SYNOPSIS
10
11 piklab [Qt-options] [KDE-options] [file]
12
13 Piklab is an integrated development environment for applications
14 based on Microchip PIC and dsPIC microcontrollers similar to the
15 MPLAB environment. It integrates with several compiler and
16 assembler toolchains (like gputils, sdcc, c18) and with the sim‐
17 ulator gpsim. It supports the most common programmers (serial,
18 parallel, ICD2, Pickit2, PicStart+) and debuggers (ICD2).
19
20
21
22 OPTIONS
23 These programs follow the usual GNU command line syntax, with
24 long options starting with two dashes (`-'). A summary of
25 options is included below.
26
27 -h, --help
28 Show summary of options.
29
30 -v, --version
31 Show version of program.
32
33 --help-qt
34 Show Qt specific options
35
36 --help-kde
37 Show KDE specific options
38
39 --help-all
40 Show all options
41
42 --author
43 Show author information
44
45 --license
46 Show license information
47
48 -- End of options
49
50
51
52
53
54 SEE ALSO
55 piklab-prog(1), piklab-hex(1), gputils(1), sdcc(1).
56
58 piklab was written by Nicolas Hadacek and many others, including:
59
60 * Alain Gibaud: author of Pikdev; main infrastructure; IDE inter‐
61 face; direct programmers; gputils integration.
62 * Keith Baker: direct programmer support for 16F7X devices.
63 * Xiaofan Chen: numerous tests of PICkit1/2 and ICD2 programmers.
64 * Craig Franklin: author of gputils (disassembler and coff parser).
65 * Manwlis Giannos: direct programmer support for PIC18FXX2/FXX8
66 devices.
67 * Stephen Landamore: author of LPLAB (microchip command-line pro‐
68 grammer).
69 * Brian C. Lane: original code for direct programming.
70 * Sébastion Laoût: author of Likeback.
71 * Nestor A. Marchesini: tests of PicStart+ programmer.
72 * Lorenz Mösenlechner and Matthias Kranz: USB support for ICD2 pro‐
73 grammer.
74 * Mirko Panciri: direct programmers with bidirectionnal buffers.
75 * Sean A. Walberg: direct programmer support for 16F676/630
76 devices.
77
78 Translations:
79 * Michele Petrecca: Italian translation.
80 * Alain Portal: French translation.
81 * Stefan von Halenbach: German translation.
82 * Nagy Lázló: Hungarian translation.
83
84
85
86
88 This is free software. You may redistribute copies of it
89 under the terms of the GNU General Public License
90 <http://www.gnu.org/licenses/gpl.html>. There is NO WAR‐
91 RANTY, to the extent permitted by law.
92
93
94 This manual page was written by Stefan <vonHalenbach@users.sf.net>, for
95 the Debian project (but may be used by others).
96
97
98
99 April 11, 2007 PIKLAB(SECTION)