Skip to content

Commit 5b666fe

Browse files
rootroot
root
authored and
root
committed
Arduino-1.6.5
0 parents  commit 5b666fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4118
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Arduino_IDE
2+
3+
A Debian .deb builder for ARM Boards
4+
5+
From the within the Arduino directory
6+
1. git clone https://github.com/ShorTie8/Arduino_IDE
7+
2. ln -s Arduino_IDE/debian debian
8+
3. dpkg-buildpackage -uc -b -tc
9+
10+
Ya'll Have A Great Day now
11+
ShorTie
12+

debian/arduino-add-groups.1

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.\" Hey, EMACS: -*- nroff -*-
2+
.\" First parameter, NAME, should be all caps
3+
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4+
.\" other parameters are allowed: see man(7), man(1)
5+
.TH ARDUINO-ADD-GROUPS 1 "December 23, 2011"
6+
.\" Please adjust this date whenever revising the manpage.
7+
.\"
8+
.\" Some roff macros, for reference:
9+
.\" .nh disable hyphenation
10+
.\" .hy enable hyphenation
11+
.\" .ad l left justify
12+
.\" .ad b justify to both left and right margins
13+
.\" .nf disable filling
14+
.\" .fi enable filling
15+
.\" .br insert line break
16+
.\" .sp <n> insert n+1 empty lines
17+
.\" for manpage-specific macros, see man(7)
18+
.SH NAME
19+
arduino-add-groups \- permission fixer for Arduino development boards.
20+
.SH SYNOPSIS
21+
.B arduino-add-groups
22+
.SH DESCRIPTION
23+
This program takes no options and will add current user to the dialout group.
24+
.SH SEE ALSO
25+
.BR http://www.arduino.cc/
26+
.SH AUTHOR
27+
arduino-add-groups was written by mavit <mavit on github>
28+
.PP
29+
This manual page was written by Scott Howard <[email protected]>,
30+
for the Debian project (and may be used by others).

debian/arduino-core.docs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build/linux/work/examples/
2+
build/linux/work/reference/

debian/arduino-core.install

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build/linux/work/hardware/ usr/share/arduino
2+
build/linux/work/libraries/ usr/share/arduino
3+
build/linux/work/tools/ usr/share/arduino
4+
build/linux/work/dist/ usr/share/arduino
5+
format.every.sketch.sh usr/share/arduino

debian/arduino-core.links

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/usr/share/doc/arduino-core/examples /usr/share/arduino/examples
2+
/usr/share/doc/arduino-core/reference /usr/share/arduino/reference
3+
/usr/share/doc /usr/share/arduino/hardware/tools/avr/share/doc

debian/arduino.1

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.\" Hey, EMACS: -*- nroff -*-
2+
.\" First parameter, NAME, should be all caps
3+
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4+
.\" other parameters are allowed: see man(7), man(1)
5+
.TH ARDUINO 1 "April 10, 2010"
6+
.\" Please adjust this date whenever revising the manpage.
7+
.\"
8+
.\" Some roff macros, for reference:
9+
.\" .nh disable hyphenation
10+
.\" .hy enable hyphenation
11+
.\" .ad l left justify
12+
.\" .ad b justify to both left and right margins
13+
.\" .nf disable filling
14+
.\" .fi enable filling
15+
.\" .br insert line break
16+
.\" .sp <n> insert n+1 empty lines
17+
.\" for manpage-specific macros, see man(7)
18+
.SH NAME
19+
arduino \- an IDE and uploader for Arduino development boards.
20+
.SH SYNOPSIS
21+
.B arduino
22+
.SH DESCRIPTION
23+
This program takes no options and will load the IDE in an X11 window.
24+
.SH SEE ALSO
25+
.BR http://www.arduino.cc/
26+
.SH AUTHOR
27+
arduino was written by <[email protected]>.
28+
.PP
29+
This manual page was written by Scott Howard <[email protected]>,
30+
for the Debian project (and may be used by others).

debian/arduino.README.Debian

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Permissions required for access to USB/Serial ports:
2+
----------------------------------------------------
3+
4+
User must be in the dialout group in order to write to USB/Serial ports.
5+
6+
I wrote our own java code, in debian/permission-checker, which will ask if the
7+
user would like to be added, then runs a script with pkexec to add the user
8+
to the dialout group.
9+
10+
--Scott Howard <[email protected]>, Dec 12, 2011
11+

debian/arduino.desktop

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Arduino IDE
4+
GenericName=Create physical computing projects
5+
Exec=arduino
6+
Icon=arduino
7+
Terminal=false
8+
Categories=Development;Engineering;Electronics;
9+
MimeType=text/x-arduino
10+
Keywords=embedded electronics;electronics;avr;microcontroller;

debian/arduino.install

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build/linux/work/arduino usr/bin
2+
build/linux/work/lib/ usr/share/arduino
3+
debian/*.xpm usr/share/pixmaps
4+
debian/*.desktop usr/share/applications/
5+
debian/icons/* usr/share/icons/hicolor
6+
debian/dist/arduino-add-groups /usr/bin
7+
debian/dist/cc.arduino.add-groups.policy /usr/share/polkit-1/actions
8+
arduinopc.jar usr/share/arduino/

debian/arduino.links

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/usr/share/java/jna.jar /usr/share/arduino/lib/jna.jar
2+
/usr/share/java/jssc.jar /usr/share/arduino/lib/jssc.jar
3+
/usr/lib/jni/libastylej.so /usr/share/arduino/lib/libastylej.so
4+

debian/arduino.manpages

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
debian/arduino.1
2+
debian/arduino-add-groups.1

debian/arduino.menu

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
?package(arduino):\
2+
needs="X11"\
3+
section="Applications/Science/Electronics"\
4+
title="Arduino"\
5+
command="arduino" \
6+
icon="/usr/share/pixmaps/arduino.xpm"

debian/arduino.sharedmimeinfo

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version='1.0' encoding='utf-8'?>
2+
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3+
<mime-type type="text/x-arduino">
4+
<comment>Arduino source code</comment>
5+
<comment xml:lang="ara">شفرة مصدر Arduino</comment>
6+
<comment xml:lang="be@latin">Kryničny kod Arduino</comment>
7+
<comment xml:lang="bg">Изходен код на Arduino</comment>
8+
<comment xml:lang="ca">codi font en Arduino</comment>
9+
<comment xml:lang="da">Arduinokildekode</comment>
10+
<comment xml:lang="de">Arduino-Quelltext</comment>
11+
<comment xml:lang="el">πηγαίος κώδικας Arduino</comment>
12+
<comment xml:lang="en_GB">Arduino source code</comment>
13+
<comment xml:lang="eo">Arduino-fontkodo</comment>
14+
<comment xml:lang="es">código fuente en Arduino</comment>
15+
<comment xml:lang="eu">Arduino iturburu-kodea</comment>
16+
<comment xml:lang="fi">Arduino-lähdekoodi</comment>
17+
<comment xml:lang="fr">code source Arduino</comment>
18+
<comment xml:lang="ga">cód foinseach Arduino</comment>
19+
<comment xml:lang="hu">Arduino-forráskód</comment>
20+
<comment xml:lang="id">Kode program Arduino</comment>
21+
<comment xml:lang="it">Codice sorgente Arduino</comment>
22+
<comment xml:lang="ja">Arduino ソースコード</comment>
23+
<comment xml:lang="lt">Arduino pradinis kodas</comment>
24+
<comment xml:lang="lv">Arduino pirmkods</comment>
25+
<comment xml:lang="ms">Kod sumber Arduino</comment>
26+
<comment xml:lang="nb">Arduino-kildekode</comment>
27+
<comment xml:lang="nl">Arduino-broncode</comment>
28+
<comment xml:lang="nn">Arduino-kjeldekode</comment>
29+
<comment xml:lang="pl">Kod źródłowy Arduino</comment>
30+
<comment xml:lang="pt">código fonte Arduino</comment>
31+
<comment xml:lang="pt_BR">Código fonte Arduino</comment>
32+
<comment xml:lang="ru">исходный код Arduino</comment>
33+
<comment xml:lang="sq">Kod burues Arduino</comment>
34+
<comment xml:lang="sv">Arduino-källkod</comment>
35+
<comment xml:lang="uk">Вихідний код на мові Arduino</comment>
36+
<comment xml:lang="vi">Mã nguồn Arduino</comment>
37+
<comment xml:lang="zh_CN">Arduino 源代码</comment>
38+
<comment xml:lang="zh_TW">Arduino 源代碼</comment>
39+
<sub-class-of type="text/x-c++src"/>
40+
<glob pattern="*.ino"/> <!-- FIXME: extension not yet decided -->
41+
</mime-type>
42+
</mime-info>

0 commit comments

Comments
 (0)