arduino_ci 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +77 -1
- data/cpp/arduino/Arduino.cpp +17 -7
- data/cpp/arduino/Arduino.h +151 -5
- data/cpp/arduino/ArduinoDefines.h +90 -0
- data/cpp/arduino/AvrMath.h +18 -28
- data/cpp/arduino/Godmode.cpp +62 -0
- data/cpp/arduino/Godmode.h +74 -0
- data/cpp/arduino/HardwareSerial.h +81 -0
- data/cpp/arduino/Print.h +67 -0
- data/cpp/arduino/Stream.h +210 -0
- data/cpp/arduino/WCharacter.h +96 -0
- data/cpp/arduino/WString.h +164 -0
- data/cpp/arduino/binary.h +518 -0
- data/cpp/arduino/include/README.md +3 -0
- data/cpp/arduino/include/common.h +333 -0
- data/cpp/arduino/include/fuse.h +274 -0
- data/cpp/arduino/include/io.h +643 -0
- data/cpp/arduino/include/io1200.h +274 -0
- data/cpp/arduino/include/io2313.h +385 -0
- data/cpp/arduino/include/io2323.h +210 -0
- data/cpp/arduino/include/io2333.h +461 -0
- data/cpp/arduino/include/io2343.h +214 -0
- data/cpp/arduino/include/io43u32x.h +440 -0
- data/cpp/arduino/include/io43u35x.h +432 -0
- data/cpp/arduino/include/io4414.h +500 -0
- data/cpp/arduino/include/io4433.h +489 -0
- data/cpp/arduino/include/io4434.h +588 -0
- data/cpp/arduino/include/io76c711.h +499 -0
- data/cpp/arduino/include/io8515.h +501 -0
- data/cpp/arduino/include/io8534.h +217 -0
- data/cpp/arduino/include/io8535.h +589 -0
- data/cpp/arduino/include/io86r401.h +309 -0
- data/cpp/arduino/include/io90pwm1.h +1157 -0
- data/cpp/arduino/include/io90pwm161.h +918 -0
- data/cpp/arduino/include/io90pwm216.h +1225 -0
- data/cpp/arduino/include/io90pwm2b.h +1466 -0
- data/cpp/arduino/include/io90pwm316.h +1272 -0
- data/cpp/arduino/include/io90pwm3b.h +1466 -0
- data/cpp/arduino/include/io90pwm81.h +1036 -0
- data/cpp/arduino/include/io90pwmx.h +1415 -0
- data/cpp/arduino/include/io90scr100.h +1719 -0
- data/cpp/arduino/include/ioa5272.h +803 -0
- data/cpp/arduino/include/ioa5505.h +803 -0
- data/cpp/arduino/include/ioa5702m322.h +2591 -0
- data/cpp/arduino/include/ioa5782.h +1843 -0
- data/cpp/arduino/include/ioa5790.h +907 -0
- data/cpp/arduino/include/ioa5790n.h +922 -0
- data/cpp/arduino/include/ioa5791.h +923 -0
- data/cpp/arduino/include/ioa5795.h +756 -0
- data/cpp/arduino/include/ioa5831.h +1949 -0
- data/cpp/arduino/include/ioa6285.h +740 -0
- data/cpp/arduino/include/ioa6286.h +740 -0
- data/cpp/arduino/include/ioa6289.h +847 -0
- data/cpp/arduino/include/ioa6612c.h +795 -0
- data/cpp/arduino/include/ioa6613c.h +795 -0
- data/cpp/arduino/include/ioa6614q.h +798 -0
- data/cpp/arduino/include/ioa6616c.h +865 -0
- data/cpp/arduino/include/ioa6617c.h +865 -0
- data/cpp/arduino/include/ioa664251.h +857 -0
- data/cpp/arduino/include/ioa8210.h +1843 -0
- data/cpp/arduino/include/ioa8510.h +1949 -0
- data/cpp/arduino/include/ioat94k.h +565 -0
- data/cpp/arduino/include/iocan128.h +100 -0
- data/cpp/arduino/include/iocan32.h +100 -0
- data/cpp/arduino/include/iocan64.h +100 -0
- data/cpp/arduino/include/iocanxx.h +2020 -0
- data/cpp/arduino/include/iom103.h +735 -0
- data/cpp/arduino/include/iom128.h +1299 -0
- data/cpp/arduino/include/iom1280.h +101 -0
- data/cpp/arduino/include/iom1281.h +101 -0
- data/cpp/arduino/include/iom1284.h +1099 -0
- data/cpp/arduino/include/iom1284p.h +1219 -0
- data/cpp/arduino/include/iom1284rfr2.h +2690 -0
- data/cpp/arduino/include/iom128a.h +1070 -0
- data/cpp/arduino/include/iom128rfa1.h +5385 -0
- data/cpp/arduino/include/iom128rfr2.h +2706 -0
- data/cpp/arduino/include/iom16.h +676 -0
- data/cpp/arduino/include/iom161.h +726 -0
- data/cpp/arduino/include/iom162.h +1022 -0
- data/cpp/arduino/include/iom163.h +686 -0
- data/cpp/arduino/include/iom164.h +101 -0
- data/cpp/arduino/include/iom164a.h +34 -0
- data/cpp/arduino/include/iom164p.h +34 -0
- data/cpp/arduino/include/iom164pa.h +1016 -0
- data/cpp/arduino/include/iom165.h +887 -0
- data/cpp/arduino/include/iom165a.h +832 -0
- data/cpp/arduino/include/iom165p.h +889 -0
- data/cpp/arduino/include/iom165pa.h +948 -0
- data/cpp/arduino/include/iom168.h +97 -0
- data/cpp/arduino/include/iom168a.h +35 -0
- data/cpp/arduino/include/iom168p.h +942 -0
- data/cpp/arduino/include/iom168pa.h +843 -0
- data/cpp/arduino/include/iom168pb.h +899 -0
- data/cpp/arduino/include/iom169.h +1174 -0
- data/cpp/arduino/include/iom169a.h +44 -0
- data/cpp/arduino/include/iom169p.h +1097 -0
- data/cpp/arduino/include/iom169pa.h +1485 -0
- data/cpp/arduino/include/iom16a.h +923 -0
- data/cpp/arduino/include/iom16hva.h +80 -0
- data/cpp/arduino/include/iom16hva2.h +883 -0
- data/cpp/arduino/include/iom16hvb.h +1052 -0
- data/cpp/arduino/include/iom16hvbrevb.h +1052 -0
- data/cpp/arduino/include/iom16m1.h +1571 -0
- data/cpp/arduino/include/iom16u2.h +1000 -0
- data/cpp/arduino/include/iom16u4.h +1423 -0
- data/cpp/arduino/include/iom2560.h +101 -0
- data/cpp/arduino/include/iom2561.h +101 -0
- data/cpp/arduino/include/iom2564rfr2.h +2691 -0
- data/cpp/arduino/include/iom256rfr2.h +2707 -0
- data/cpp/arduino/include/iom3000.h +237 -0
- data/cpp/arduino/include/iom32.h +755 -0
- data/cpp/arduino/include/iom323.h +744 -0
- data/cpp/arduino/include/iom324a.h +1014 -0
- data/cpp/arduino/include/iom324p.h +1016 -0
- data/cpp/arduino/include/iom324pa.h +1372 -0
- data/cpp/arduino/include/iom325.h +886 -0
- data/cpp/arduino/include/iom3250.h +982 -0
- data/cpp/arduino/include/iom3250a.h +34 -0
- data/cpp/arduino/include/iom3250p.h +34 -0
- data/cpp/arduino/include/iom3250pa.h +1042 -0
- data/cpp/arduino/include/iom325a.h +34 -0
- data/cpp/arduino/include/iom325p.h +34 -0
- data/cpp/arduino/include/iom325pa.h +937 -0
- data/cpp/arduino/include/iom328.h +34 -0
- data/cpp/arduino/include/iom328p.h +948 -0
- data/cpp/arduino/include/iom329.h +1069 -0
- data/cpp/arduino/include/iom3290.h +1227 -0
- data/cpp/arduino/include/iom3290a.h +34 -0
- data/cpp/arduino/include/iom3290pa.h +1123 -0
- data/cpp/arduino/include/iom329a.h +34 -0
- data/cpp/arduino/include/iom329p.h +1164 -0
- data/cpp/arduino/include/iom329pa.h +34 -0
- data/cpp/arduino/include/iom32a.h +686 -0
- data/cpp/arduino/include/iom32c1.h +1320 -0
- data/cpp/arduino/include/iom32hvb.h +1052 -0
- data/cpp/arduino/include/iom32hvbrevb.h +953 -0
- data/cpp/arduino/include/iom32m1.h +1625 -0
- data/cpp/arduino/include/iom32u2.h +1000 -0
- data/cpp/arduino/include/iom32u4.h +1512 -0
- data/cpp/arduino/include/iom32u6.h +1431 -0
- data/cpp/arduino/include/iom406.h +783 -0
- data/cpp/arduino/include/iom48.h +93 -0
- data/cpp/arduino/include/iom48a.h +35 -0
- data/cpp/arduino/include/iom48p.h +936 -0
- data/cpp/arduino/include/iom48pa.h +839 -0
- data/cpp/arduino/include/iom48pb.h +890 -0
- data/cpp/arduino/include/iom64.h +1311 -0
- data/cpp/arduino/include/iom640.h +101 -0
- data/cpp/arduino/include/iom644.h +101 -0
- data/cpp/arduino/include/iom644a.h +34 -0
- data/cpp/arduino/include/iom644p.h +101 -0
- data/cpp/arduino/include/iom644pa.h +1387 -0
- data/cpp/arduino/include/iom644rfr2.h +2685 -0
- data/cpp/arduino/include/iom645.h +881 -0
- data/cpp/arduino/include/iom6450.h +978 -0
- data/cpp/arduino/include/iom6450a.h +34 -0
- data/cpp/arduino/include/iom6450p.h +34 -0
- data/cpp/arduino/include/iom645a.h +34 -0
- data/cpp/arduino/include/iom645p.h +34 -0
- data/cpp/arduino/include/iom649.h +1061 -0
- data/cpp/arduino/include/iom6490.h +1182 -0
- data/cpp/arduino/include/iom6490a.h +34 -0
- data/cpp/arduino/include/iom6490p.h +34 -0
- data/cpp/arduino/include/iom649a.h +34 -0
- data/cpp/arduino/include/iom649p.h +1490 -0
- data/cpp/arduino/include/iom64a.h +1084 -0
- data/cpp/arduino/include/iom64c1.h +1321 -0
- data/cpp/arduino/include/iom64hve.h +1034 -0
- data/cpp/arduino/include/iom64hve2.h +767 -0
- data/cpp/arduino/include/iom64m1.h +1572 -0
- data/cpp/arduino/include/iom64rfr2.h +2701 -0
- data/cpp/arduino/include/iom8.h +665 -0
- data/cpp/arduino/include/iom8515.h +687 -0
- data/cpp/arduino/include/iom8535.h +772 -0
- data/cpp/arduino/include/iom88.h +97 -0
- data/cpp/arduino/include/iom88a.h +35 -0
- data/cpp/arduino/include/iom88p.h +941 -0
- data/cpp/arduino/include/iom88pa.h +1185 -0
- data/cpp/arduino/include/iom88pb.h +899 -0
- data/cpp/arduino/include/iom8a.h +621 -0
- data/cpp/arduino/include/iom8hva.h +76 -0
- data/cpp/arduino/include/iom8u2.h +997 -0
- data/cpp/arduino/include/iomx8.h +808 -0
- data/cpp/arduino/include/iomxx0_1.h +1692 -0
- data/cpp/arduino/include/iomxx4.h +954 -0
- data/cpp/arduino/include/iomxxhva.h +550 -0
- data/cpp/arduino/include/iotn10.h +512 -0
- data/cpp/arduino/include/iotn11.h +255 -0
- data/cpp/arduino/include/iotn12.h +288 -0
- data/cpp/arduino/include/iotn13.h +395 -0
- data/cpp/arduino/include/iotn13a.h +394 -0
- data/cpp/arduino/include/iotn15.h +363 -0
- data/cpp/arduino/include/iotn1634.h +914 -0
- data/cpp/arduino/include/iotn167.h +883 -0
- data/cpp/arduino/include/iotn20.h +776 -0
- data/cpp/arduino/include/iotn22.h +221 -0
- data/cpp/arduino/include/iotn2313.h +702 -0
- data/cpp/arduino/include/iotn2313a.h +812 -0
- data/cpp/arduino/include/iotn24.h +94 -0
- data/cpp/arduino/include/iotn24a.h +846 -0
- data/cpp/arduino/include/iotn25.h +93 -0
- data/cpp/arduino/include/iotn26.h +422 -0
- data/cpp/arduino/include/iotn261.h +93 -0
- data/cpp/arduino/include/iotn261a.h +987 -0
- data/cpp/arduino/include/iotn28.h +297 -0
- data/cpp/arduino/include/iotn4.h +477 -0
- data/cpp/arduino/include/iotn40.h +767 -0
- data/cpp/arduino/include/iotn4313.h +813 -0
- data/cpp/arduino/include/iotn43u.h +604 -0
- data/cpp/arduino/include/iotn44.h +94 -0
- data/cpp/arduino/include/iotn441.h +903 -0
- data/cpp/arduino/include/iotn44a.h +844 -0
- data/cpp/arduino/include/iotn45.h +93 -0
- data/cpp/arduino/include/iotn461.h +94 -0
- data/cpp/arduino/include/iotn461a.h +987 -0
- data/cpp/arduino/include/iotn48.h +806 -0
- data/cpp/arduino/include/iotn5.h +512 -0
- data/cpp/arduino/include/iotn828.h +911 -0
- data/cpp/arduino/include/iotn84.h +94 -0
- data/cpp/arduino/include/iotn841.h +903 -0
- data/cpp/arduino/include/iotn84a.h +844 -0
- data/cpp/arduino/include/iotn85.h +93 -0
- data/cpp/arduino/include/iotn861.h +94 -0
- data/cpp/arduino/include/iotn861a.h +988 -0
- data/cpp/arduino/include/iotn87.h +859 -0
- data/cpp/arduino/include/iotn88.h +806 -0
- data/cpp/arduino/include/iotn9.h +477 -0
- data/cpp/arduino/include/iotnx4.h +482 -0
- data/cpp/arduino/include/iotnx5.h +442 -0
- data/cpp/arduino/include/iotnx61.h +541 -0
- data/cpp/arduino/include/iousb1286.h +101 -0
- data/cpp/arduino/include/iousb1287.h +101 -0
- data/cpp/arduino/include/iousb162.h +101 -0
- data/cpp/arduino/include/iousb646.h +102 -0
- data/cpp/arduino/include/iousb647.h +102 -0
- data/cpp/arduino/include/iousb82.h +95 -0
- data/cpp/arduino/include/iousbxx2.h +807 -0
- data/cpp/arduino/include/iousbxx6_7.h +1336 -0
- data/cpp/arduino/include/iox128a1.h +7236 -0
- data/cpp/arduino/include/iox128a1u.h +8305 -0
- data/cpp/arduino/include/iox128a3.h +6987 -0
- data/cpp/arduino/include/iox128a3u.h +7697 -0
- data/cpp/arduino/include/iox128a4u.h +7309 -0
- data/cpp/arduino/include/iox128b1.h +6872 -0
- data/cpp/arduino/include/iox128b3.h +6288 -0
- data/cpp/arduino/include/iox128c3.h +6264 -0
- data/cpp/arduino/include/iox128d3.h +5749 -0
- data/cpp/arduino/include/iox128d4.h +5562 -0
- data/cpp/arduino/include/iox16a4.h +6748 -0
- data/cpp/arduino/include/iox16a4u.h +7309 -0
- data/cpp/arduino/include/iox16c4.h +6078 -0
- data/cpp/arduino/include/iox16d4.h +5717 -0
- data/cpp/arduino/include/iox16e5.h +7699 -0
- data/cpp/arduino/include/iox192a3.h +6987 -0
- data/cpp/arduino/include/iox192a3u.h +7697 -0
- data/cpp/arduino/include/iox192c3.h +6264 -0
- data/cpp/arduino/include/iox192d3.h +5749 -0
- data/cpp/arduino/include/iox256a3.h +6987 -0
- data/cpp/arduino/include/iox256a3b.h +6983 -0
- data/cpp/arduino/include/iox256a3bu.h +7706 -0
- data/cpp/arduino/include/iox256a3u.h +7697 -0
- data/cpp/arduino/include/iox256c3.h +6264 -0
- data/cpp/arduino/include/iox256d3.h +5709 -0
- data/cpp/arduino/include/iox32a4.h +6747 -0
- data/cpp/arduino/include/iox32a4u.h +7309 -0
- data/cpp/arduino/include/iox32c3.h +6264 -0
- data/cpp/arduino/include/iox32c4.h +6078 -0
- data/cpp/arduino/include/iox32d3.h +5105 -0
- data/cpp/arduino/include/iox32d4.h +5685 -0
- data/cpp/arduino/include/iox32e5.h +7699 -0
- data/cpp/arduino/include/iox384c3.h +6849 -0
- data/cpp/arduino/include/iox384d3.h +5833 -0
- data/cpp/arduino/include/iox64a1.h +7236 -0
- data/cpp/arduino/include/iox64a1u.h +8305 -0
- data/cpp/arduino/include/iox64a3.h +6987 -0
- data/cpp/arduino/include/iox64a3u.h +7697 -0
- data/cpp/arduino/include/iox64a4u.h +7309 -0
- data/cpp/arduino/include/iox64b1.h +6454 -0
- data/cpp/arduino/include/iox64b3.h +6288 -0
- data/cpp/arduino/include/iox64c3.h +6264 -0
- data/cpp/arduino/include/iox64d3.h +5764 -0
- data/cpp/arduino/include/iox64d4.h +5555 -0
- data/cpp/arduino/include/iox8e5.h +7699 -0
- data/cpp/arduino/include/lock.h +239 -0
- data/cpp/arduino/include/portpins.h +549 -0
- data/cpp/arduino/include/version.h +90 -0
- data/cpp/arduino/include/xmega.h +71 -0
- data/cpp/unittest/Assertion.h +9 -4
- data/cpp/unittest/Compare.h +93 -0
- data/lib/arduino_ci/arduino_installation.rb +1 -1
- data/lib/arduino_ci/cpp_library.rb +4 -1
- data/lib/arduino_ci/version.rb +1 -1
- data/misc/default.yaml +7 -0
- metadata +285 -2
@@ -0,0 +1,90 @@
|
|
1
|
+
/* Copyright (c) 2005, Joerg Wunsch -*- c -*-
|
2
|
+
All rights reserved.
|
3
|
+
|
4
|
+
Redistribution and use in source and binary forms, with or without
|
5
|
+
modification, are permitted provided that the following conditions are met:
|
6
|
+
|
7
|
+
* Redistributions of source code must retain the above copyright
|
8
|
+
notice, this list of conditions and the following disclaimer.
|
9
|
+
|
10
|
+
* Redistributions in binary form must reproduce the above copyright
|
11
|
+
notice, this list of conditions and the following disclaimer in
|
12
|
+
the documentation and/or other materials provided with the
|
13
|
+
distribution.
|
14
|
+
|
15
|
+
* Neither the name of the copyright holders nor the names of
|
16
|
+
contributors may be used to endorse or promote products derived
|
17
|
+
from this software without specific prior written permission.
|
18
|
+
|
19
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
20
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
21
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
22
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
23
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
24
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
25
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
26
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
27
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
28
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
29
|
+
POSSIBILITY OF SUCH DAMAGE. */
|
30
|
+
|
31
|
+
/* $Id$ */
|
32
|
+
|
33
|
+
/** \defgroup avr_version <avr/version.h>: avr-libc version macros
|
34
|
+
\code #include <avr/version.h> \endcode
|
35
|
+
|
36
|
+
This header file defines macros that contain version numbers and
|
37
|
+
strings describing the current version of avr-libc.
|
38
|
+
|
39
|
+
The version number itself basically consists of three pieces that
|
40
|
+
are separated by a dot: the major number, the minor number, and
|
41
|
+
the revision number. For development versions (which use an odd
|
42
|
+
minor number), the string representation additionally gets the
|
43
|
+
date code (YYYYMMDD) appended.
|
44
|
+
|
45
|
+
This file will also be included by \c <avr/io.h>. That way,
|
46
|
+
portable tests can be implemented using \c <avr/io.h> that can be
|
47
|
+
used in code that wants to remain backwards-compatible to library
|
48
|
+
versions prior to the date when the library version API had been
|
49
|
+
added, as referenced but undefined C preprocessor macros
|
50
|
+
automatically evaluate to 0.
|
51
|
+
*/
|
52
|
+
|
53
|
+
#ifndef _AVR_VERSION_H_
|
54
|
+
#define _AVR_VERSION_H_
|
55
|
+
|
56
|
+
/** \ingroup avr_version
|
57
|
+
String literal representation of the current library version. */
|
58
|
+
#define __AVR_LIBC_VERSION_STRING__ "2.0.0"
|
59
|
+
|
60
|
+
/** \ingroup avr_version
|
61
|
+
Numerical representation of the current library version.
|
62
|
+
|
63
|
+
In the numerical representation, the major number is multiplied by
|
64
|
+
10000, the minor number by 100, and all three parts are then
|
65
|
+
added. It is intented to provide a monotonically increasing
|
66
|
+
numerical value that can easily be used in numerical checks.
|
67
|
+
*/
|
68
|
+
#define __AVR_LIBC_VERSION__ 20000UL
|
69
|
+
|
70
|
+
/** \ingroup avr_version
|
71
|
+
String literal representation of the release date. */
|
72
|
+
#define __AVR_LIBC_DATE_STRING__ "20150208"
|
73
|
+
|
74
|
+
/** \ingroup avr_version
|
75
|
+
Numerical representation of the release date. */
|
76
|
+
#define __AVR_LIBC_DATE_ 20150208UL
|
77
|
+
|
78
|
+
/** \ingroup avr_version
|
79
|
+
Library major version number. */
|
80
|
+
#define __AVR_LIBC_MAJOR__ 2
|
81
|
+
|
82
|
+
/** \ingroup avr_version
|
83
|
+
Library minor version number. */
|
84
|
+
#define __AVR_LIBC_MINOR__ 0
|
85
|
+
|
86
|
+
/** \ingroup avr_version
|
87
|
+
Library revision number. */
|
88
|
+
#define __AVR_LIBC_REVISION__ 0
|
89
|
+
|
90
|
+
#endif /* _AVR_VERSION_H_ */
|
@@ -0,0 +1,71 @@
|
|
1
|
+
/* Copyright (c) 2012 Joerg Wunsch
|
2
|
+
All rights reserved.
|
3
|
+
|
4
|
+
Redistribution and use in source and binary forms, with or without
|
5
|
+
modification, are permitted provided that the following conditions are met:
|
6
|
+
|
7
|
+
* Redistributions of source code must retain the above copyright
|
8
|
+
notice, this list of conditions and the following disclaimer.
|
9
|
+
|
10
|
+
* Redistributions in binary form must reproduce the above copyright
|
11
|
+
notice, this list of conditions and the following disclaimer in
|
12
|
+
the documentation and/or other materials provided with the
|
13
|
+
distribution.
|
14
|
+
|
15
|
+
* Neither the name of the copyright holders nor the names of
|
16
|
+
contributors may be used to endorse or promote products derived
|
17
|
+
from this software without specific prior written permission.
|
18
|
+
|
19
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
20
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
21
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
22
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
23
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
24
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
25
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
26
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
27
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
28
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
29
|
+
POSSIBILITY OF SUCH DAMAGE. */
|
30
|
+
|
31
|
+
/* $Id$ */
|
32
|
+
|
33
|
+
/*
|
34
|
+
* This file is included by <avr/io.h> whenever compiling for an Xmega
|
35
|
+
* device. It abstracts certain features common to the Xmega device
|
36
|
+
* families.
|
37
|
+
*/
|
38
|
+
|
39
|
+
#ifndef _AVR_XMEGA_H
|
40
|
+
#define _AVR_XMEGA_H
|
41
|
+
|
42
|
+
#ifdef __DOXYGEN__
|
43
|
+
/**
|
44
|
+
\def _PROTECTED_WRITE
|
45
|
+
\ingroup avr_io
|
46
|
+
|
47
|
+
Write value \c value to IO register \c reg that is protected through
|
48
|
+
the Xmega configuration change protection (CCP) mechanism. This
|
49
|
+
implements the timed sequence that is required for CCP.
|
50
|
+
|
51
|
+
Example to modify the CPU clock:
|
52
|
+
\code
|
53
|
+
#include <avr/io.h>
|
54
|
+
|
55
|
+
_PROTECTED_WRITE(CLK_PSCTRL, CLK_PSADIV0_bm);
|
56
|
+
_PROTECTED_WRITE(CLK_CTRL, CLK_SCLKSEL0_bm);
|
57
|
+
\endcode
|
58
|
+
*/
|
59
|
+
#define _PROTECTED_WRITE(reg, value)
|
60
|
+
#else /* !__DOXYGEN__ */
|
61
|
+
#define _PROTECTED_WRITE(reg, value) \
|
62
|
+
__asm__ __volatile__("out %[ccp], %[ccp_ioreg]" "\n\t" \
|
63
|
+
"sts %[ioreg], %[val]" \
|
64
|
+
: \
|
65
|
+
: [ccp] "I" (_SFR_IO_ADDR(CCP)), \
|
66
|
+
[ccp_ioreg] "d" ((uint8_t)CCP_IOREG_gc), \
|
67
|
+
[ioreg] "n" (_SFR_MEM_ADDR(reg)), \
|
68
|
+
[val] "r" ((uint8_t)value))
|
69
|
+
#endif /* DOXYGEN */
|
70
|
+
|
71
|
+
#endif /* _AVR_XMEGA_H */
|
data/cpp/unittest/Assertion.h
CHANGED
@@ -1,4 +1,9 @@
|
|
1
1
|
#pragma once
|
2
|
+
|
3
|
+
#ifndef typeof
|
4
|
+
#define typeof __typeof__
|
5
|
+
#endif
|
6
|
+
|
2
7
|
#include "Compare.h"
|
3
8
|
|
4
9
|
#define testBehaviorOp(die, desc, rel1, arg1, op, op_name, rel2, arg2) \
|
@@ -31,8 +36,8 @@
|
|
31
36
|
#define assertMore(arg1,arg2) assertOp("assertMore","upperBound",arg1,compareMore,">","lowerBound",arg2)
|
32
37
|
#define assertLessOrEqual(arg1,arg2) assertOp("assertLessOrEqual","lowerBound",arg1,compareLessOrEqual,"<=","upperBound",arg2)
|
33
38
|
#define assertMoreOrEqual(arg1,arg2) assertOp("assertMoreOrEqual","upperBound",arg1,compareMoreOrEqual,">=","lowerBound",arg2)
|
34
|
-
#define assertTrue(arg) assertEqual(arg
|
35
|
-
#define assertFalse(arg) assertEqual(arg
|
39
|
+
#define assertTrue(arg) assertEqual(true, arg)
|
40
|
+
#define assertFalse(arg) assertEqual(false, arg)
|
36
41
|
|
37
42
|
/** macro generates optional output and calls fail() followed by a return if false. */
|
38
43
|
#define assureEqual(arg1,arg2) assureOp("assureEqual","expected",arg1,compareEqual,"==","actual",arg2)
|
@@ -41,6 +46,6 @@
|
|
41
46
|
#define assureMore(arg1,arg2) assureOp("assureMore","upperBound",arg1,compareMore,">","lowerBound",arg2)
|
42
47
|
#define assureLessOrEqual(arg1,arg2) assureOp("assureLessOrEqual","lowerBound",arg1,compareLessOrEqual,"<=","upperBound",arg2)
|
43
48
|
#define assureMoreOrEqual(arg1,arg2) assureOp("assureMoreOrEqual","upperBound",arg1,compareMoreOrEqual,">=","lowerBound",arg2)
|
44
|
-
#define assureTrue(arg) assertEqual(arg
|
45
|
-
#define assureFalse(arg) assertEqual(arg
|
49
|
+
#define assureTrue(arg) assertEqual(true, arg)
|
50
|
+
#define assureFalse(arg) assertEqual(false, arg)
|
46
51
|
|
data/cpp/unittest/Compare.h
CHANGED
@@ -325,6 +325,99 @@ template < long N, long M > struct Compare<char [N],char [M]>
|
|
325
325
|
return between(a,b) >= 0;
|
326
326
|
} // moreOrEqual
|
327
327
|
};
|
328
|
+
template < > struct Compare<bool, bool>
|
329
|
+
{
|
330
|
+
inline static int between(bool a, bool b)
|
331
|
+
{
|
332
|
+
return b ? (a ? 0 : -1) : (a ? 1 : 0);
|
333
|
+
} // between
|
334
|
+
inline static bool equal(bool a, bool b)
|
335
|
+
{
|
336
|
+
return between(a,b) == 0;
|
337
|
+
} // equal
|
338
|
+
inline static bool notEqual(bool a, bool b)
|
339
|
+
{
|
340
|
+
return between(a,b) != 0;
|
341
|
+
} // notEqual
|
342
|
+
inline static bool less(bool a, bool b)
|
343
|
+
{
|
344
|
+
return between(a,b) < 0;
|
345
|
+
} // less
|
346
|
+
inline static bool more(bool a, bool b)
|
347
|
+
{
|
348
|
+
return between(a,b) > 0;
|
349
|
+
} // more
|
350
|
+
inline static bool lessOrEqual(bool a, bool b)
|
351
|
+
{
|
352
|
+
return between(a,b) <= 0;
|
353
|
+
} // lessOrEqual
|
354
|
+
inline static bool moreOrEqual(bool a, bool b)
|
355
|
+
{
|
356
|
+
return between(a,b) >= 0;
|
357
|
+
} // moreOrEqual
|
358
|
+
};
|
359
|
+
template <typename T> struct Compare<bool, T>
|
360
|
+
{
|
361
|
+
inline static int between(bool a, T b)
|
362
|
+
{
|
363
|
+
return b ? (a ? 0 : -1) : (a ? 1 : 0);
|
364
|
+
} // between
|
365
|
+
inline static bool equal(bool a, T b)
|
366
|
+
{
|
367
|
+
return between(a,b) == 0;
|
368
|
+
} // equal
|
369
|
+
inline static bool notEqual(bool a, T b)
|
370
|
+
{
|
371
|
+
return between(a,b) != 0;
|
372
|
+
} // notEqual
|
373
|
+
inline static bool less(bool a, T b)
|
374
|
+
{
|
375
|
+
return between(a,b) < 0;
|
376
|
+
} // less
|
377
|
+
inline static bool more(bool a, T b)
|
378
|
+
{
|
379
|
+
return between(a,b) > 0;
|
380
|
+
} // more
|
381
|
+
inline static bool lessOrEqual(bool a, T b)
|
382
|
+
{
|
383
|
+
return between(a,b) <= 0;
|
384
|
+
} // lessOrEqual
|
385
|
+
inline static bool moreOrEqual(bool a, T b)
|
386
|
+
{
|
387
|
+
return between(a,b) >= 0;
|
388
|
+
} // moreOrEqual
|
389
|
+
};
|
390
|
+
template <typename T> struct Compare<T, bool>
|
391
|
+
{
|
392
|
+
inline static int between(T a, bool b)
|
393
|
+
{
|
394
|
+
return b ? (a ? 0 : -1) : (a ? 1 : 0);
|
395
|
+
} // between
|
396
|
+
inline static bool equal(T a, bool b)
|
397
|
+
{
|
398
|
+
return between(a,b) == 0;
|
399
|
+
} // equal
|
400
|
+
inline static bool notEqual(T a, bool b)
|
401
|
+
{
|
402
|
+
return between(a,b) != 0;
|
403
|
+
} // notEqual
|
404
|
+
inline static bool less(T a, bool b)
|
405
|
+
{
|
406
|
+
return between(a,b) < 0;
|
407
|
+
} // less
|
408
|
+
inline static bool more(T a, bool b)
|
409
|
+
{
|
410
|
+
return between(a,b) > 0;
|
411
|
+
} // more
|
412
|
+
inline static bool lessOrEqual(T a, bool b)
|
413
|
+
{
|
414
|
+
return between(a,b) <= 0;
|
415
|
+
} // lessOrEqual
|
416
|
+
inline static bool moreOrEqual(T a, bool b)
|
417
|
+
{
|
418
|
+
return between(a,b) >= 0;
|
419
|
+
} // moreOrEqual
|
420
|
+
};
|
328
421
|
template <typename A, typename B> int compareBetween(const A &a, const B &b) { return Compare<A,B>::between(a,b); }
|
329
422
|
template <typename A, typename B> bool compareEqual(const A &a, const B &b) { return Compare<A,B>::equal(a,b); }
|
330
423
|
template <typename A, typename B> bool compareNotEqual(const A &a, const B &b) { return Compare<A,B>::notEqual(a,b); }
|
@@ -112,7 +112,7 @@ module ArduinoCI
|
|
112
112
|
puts "Arduino tarfile seems to have been downloaded already"
|
113
113
|
else
|
114
114
|
puts "Downloading Arduino binary with wget"
|
115
|
-
system("wget", "https://downloads.arduino.cc/#{tarfile}")
|
115
|
+
system("wget", "--quiet", "--progress=dot:giga", "https://downloads.arduino.cc/#{tarfile}")
|
116
116
|
end
|
117
117
|
|
118
118
|
if File.exist? pkgname
|
@@ -189,7 +189,7 @@ module ArduinoCI
|
|
189
189
|
base = File.basename(test_file)
|
190
190
|
executable = File.expand_path("unittest_#{base}.bin")
|
191
191
|
File.delete(executable) if File.exist?(executable)
|
192
|
-
args = ["-o", executable] + test_args(aux_libraries, ci_gcc_config) + [test_file]
|
192
|
+
args = ["-std=c++11", "-o", executable] + test_args(aux_libraries, ci_gcc_config) + [test_file]
|
193
193
|
return nil unless run_gcc(*args)
|
194
194
|
artifacts << executable
|
195
195
|
executable
|
@@ -199,6 +199,9 @@ module ArduinoCI
|
|
199
199
|
# @param [String] the path to the test file
|
200
200
|
# @return [bool] whether all tests were successful
|
201
201
|
def run_test_file(executable)
|
202
|
+
@last_cmd = executable
|
203
|
+
@last_out = ""
|
204
|
+
@last_err = ""
|
202
205
|
Host.run(executable)
|
203
206
|
end
|
204
207
|
|
data/lib/arduino_ci/version.rb
CHANGED
data/misc/default.yaml
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
# Note that ci_config_spec.rb has tests for this file's contents
|
2
|
+
# some of the defines were guessed from
|
3
|
+
# https://en.wikipedia.org/wiki/List_of_Arduino_boards_and_compatible_systems
|
2
4
|
|
3
5
|
packages:
|
4
6
|
esp8266:esp8266:
|
@@ -13,6 +15,7 @@ platforms:
|
|
13
15
|
gcc:
|
14
16
|
features:
|
15
17
|
defines:
|
18
|
+
- __AVR_ATmega328P__
|
16
19
|
warnings:
|
17
20
|
flags:
|
18
21
|
due:
|
@@ -21,6 +24,7 @@ platforms:
|
|
21
24
|
gcc:
|
22
25
|
features:
|
23
26
|
defines:
|
27
|
+
- __AVR_ATmega328__
|
24
28
|
warnings:
|
25
29
|
flags:
|
26
30
|
zero:
|
@@ -29,6 +33,8 @@ platforms:
|
|
29
33
|
gcc:
|
30
34
|
features:
|
31
35
|
defines:
|
36
|
+
- __SAMD21G18A__
|
37
|
+
- ARDUINO_SAMD_ZERO
|
32
38
|
warnings:
|
33
39
|
flags:
|
34
40
|
esp8266:
|
@@ -45,6 +51,7 @@ platforms:
|
|
45
51
|
gcc:
|
46
52
|
features:
|
47
53
|
defines:
|
54
|
+
- __AVR_ATmega32U4__
|
48
55
|
warnings:
|
49
56
|
flags:
|
50
57
|
trinket:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arduino_ci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Katz
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01
|
11
|
+
date: 2018-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: os
|
@@ -92,7 +92,290 @@ files:
|
|
92
92
|
- README.md
|
93
93
|
- cpp/arduino/Arduino.cpp
|
94
94
|
- cpp/arduino/Arduino.h
|
95
|
+
- cpp/arduino/ArduinoDefines.h
|
95
96
|
- cpp/arduino/AvrMath.h
|
97
|
+
- cpp/arduino/Godmode.cpp
|
98
|
+
- cpp/arduino/Godmode.h
|
99
|
+
- cpp/arduino/HardwareSerial.h
|
100
|
+
- cpp/arduino/Print.h
|
101
|
+
- cpp/arduino/Stream.h
|
102
|
+
- cpp/arduino/WCharacter.h
|
103
|
+
- cpp/arduino/WString.h
|
104
|
+
- cpp/arduino/binary.h
|
105
|
+
- cpp/arduino/include/README.md
|
106
|
+
- cpp/arduino/include/common.h
|
107
|
+
- cpp/arduino/include/fuse.h
|
108
|
+
- cpp/arduino/include/io.h
|
109
|
+
- cpp/arduino/include/io1200.h
|
110
|
+
- cpp/arduino/include/io2313.h
|
111
|
+
- cpp/arduino/include/io2323.h
|
112
|
+
- cpp/arduino/include/io2333.h
|
113
|
+
- cpp/arduino/include/io2343.h
|
114
|
+
- cpp/arduino/include/io43u32x.h
|
115
|
+
- cpp/arduino/include/io43u35x.h
|
116
|
+
- cpp/arduino/include/io4414.h
|
117
|
+
- cpp/arduino/include/io4433.h
|
118
|
+
- cpp/arduino/include/io4434.h
|
119
|
+
- cpp/arduino/include/io76c711.h
|
120
|
+
- cpp/arduino/include/io8515.h
|
121
|
+
- cpp/arduino/include/io8534.h
|
122
|
+
- cpp/arduino/include/io8535.h
|
123
|
+
- cpp/arduino/include/io86r401.h
|
124
|
+
- cpp/arduino/include/io90pwm1.h
|
125
|
+
- cpp/arduino/include/io90pwm161.h
|
126
|
+
- cpp/arduino/include/io90pwm216.h
|
127
|
+
- cpp/arduino/include/io90pwm2b.h
|
128
|
+
- cpp/arduino/include/io90pwm316.h
|
129
|
+
- cpp/arduino/include/io90pwm3b.h
|
130
|
+
- cpp/arduino/include/io90pwm81.h
|
131
|
+
- cpp/arduino/include/io90pwmx.h
|
132
|
+
- cpp/arduino/include/io90scr100.h
|
133
|
+
- cpp/arduino/include/ioa5272.h
|
134
|
+
- cpp/arduino/include/ioa5505.h
|
135
|
+
- cpp/arduino/include/ioa5702m322.h
|
136
|
+
- cpp/arduino/include/ioa5782.h
|
137
|
+
- cpp/arduino/include/ioa5790.h
|
138
|
+
- cpp/arduino/include/ioa5790n.h
|
139
|
+
- cpp/arduino/include/ioa5791.h
|
140
|
+
- cpp/arduino/include/ioa5795.h
|
141
|
+
- cpp/arduino/include/ioa5831.h
|
142
|
+
- cpp/arduino/include/ioa6285.h
|
143
|
+
- cpp/arduino/include/ioa6286.h
|
144
|
+
- cpp/arduino/include/ioa6289.h
|
145
|
+
- cpp/arduino/include/ioa6612c.h
|
146
|
+
- cpp/arduino/include/ioa6613c.h
|
147
|
+
- cpp/arduino/include/ioa6614q.h
|
148
|
+
- cpp/arduino/include/ioa6616c.h
|
149
|
+
- cpp/arduino/include/ioa6617c.h
|
150
|
+
- cpp/arduino/include/ioa664251.h
|
151
|
+
- cpp/arduino/include/ioa8210.h
|
152
|
+
- cpp/arduino/include/ioa8510.h
|
153
|
+
- cpp/arduino/include/ioat94k.h
|
154
|
+
- cpp/arduino/include/iocan128.h
|
155
|
+
- cpp/arduino/include/iocan32.h
|
156
|
+
- cpp/arduino/include/iocan64.h
|
157
|
+
- cpp/arduino/include/iocanxx.h
|
158
|
+
- cpp/arduino/include/iom103.h
|
159
|
+
- cpp/arduino/include/iom128.h
|
160
|
+
- cpp/arduino/include/iom1280.h
|
161
|
+
- cpp/arduino/include/iom1281.h
|
162
|
+
- cpp/arduino/include/iom1284.h
|
163
|
+
- cpp/arduino/include/iom1284p.h
|
164
|
+
- cpp/arduino/include/iom1284rfr2.h
|
165
|
+
- cpp/arduino/include/iom128a.h
|
166
|
+
- cpp/arduino/include/iom128rfa1.h
|
167
|
+
- cpp/arduino/include/iom128rfr2.h
|
168
|
+
- cpp/arduino/include/iom16.h
|
169
|
+
- cpp/arduino/include/iom161.h
|
170
|
+
- cpp/arduino/include/iom162.h
|
171
|
+
- cpp/arduino/include/iom163.h
|
172
|
+
- cpp/arduino/include/iom164.h
|
173
|
+
- cpp/arduino/include/iom164a.h
|
174
|
+
- cpp/arduino/include/iom164p.h
|
175
|
+
- cpp/arduino/include/iom164pa.h
|
176
|
+
- cpp/arduino/include/iom165.h
|
177
|
+
- cpp/arduino/include/iom165a.h
|
178
|
+
- cpp/arduino/include/iom165p.h
|
179
|
+
- cpp/arduino/include/iom165pa.h
|
180
|
+
- cpp/arduino/include/iom168.h
|
181
|
+
- cpp/arduino/include/iom168a.h
|
182
|
+
- cpp/arduino/include/iom168p.h
|
183
|
+
- cpp/arduino/include/iom168pa.h
|
184
|
+
- cpp/arduino/include/iom168pb.h
|
185
|
+
- cpp/arduino/include/iom169.h
|
186
|
+
- cpp/arduino/include/iom169a.h
|
187
|
+
- cpp/arduino/include/iom169p.h
|
188
|
+
- cpp/arduino/include/iom169pa.h
|
189
|
+
- cpp/arduino/include/iom16a.h
|
190
|
+
- cpp/arduino/include/iom16hva.h
|
191
|
+
- cpp/arduino/include/iom16hva2.h
|
192
|
+
- cpp/arduino/include/iom16hvb.h
|
193
|
+
- cpp/arduino/include/iom16hvbrevb.h
|
194
|
+
- cpp/arduino/include/iom16m1.h
|
195
|
+
- cpp/arduino/include/iom16u2.h
|
196
|
+
- cpp/arduino/include/iom16u4.h
|
197
|
+
- cpp/arduino/include/iom2560.h
|
198
|
+
- cpp/arduino/include/iom2561.h
|
199
|
+
- cpp/arduino/include/iom2564rfr2.h
|
200
|
+
- cpp/arduino/include/iom256rfr2.h
|
201
|
+
- cpp/arduino/include/iom3000.h
|
202
|
+
- cpp/arduino/include/iom32.h
|
203
|
+
- cpp/arduino/include/iom323.h
|
204
|
+
- cpp/arduino/include/iom324a.h
|
205
|
+
- cpp/arduino/include/iom324p.h
|
206
|
+
- cpp/arduino/include/iom324pa.h
|
207
|
+
- cpp/arduino/include/iom325.h
|
208
|
+
- cpp/arduino/include/iom3250.h
|
209
|
+
- cpp/arduino/include/iom3250a.h
|
210
|
+
- cpp/arduino/include/iom3250p.h
|
211
|
+
- cpp/arduino/include/iom3250pa.h
|
212
|
+
- cpp/arduino/include/iom325a.h
|
213
|
+
- cpp/arduino/include/iom325p.h
|
214
|
+
- cpp/arduino/include/iom325pa.h
|
215
|
+
- cpp/arduino/include/iom328.h
|
216
|
+
- cpp/arduino/include/iom328p.h
|
217
|
+
- cpp/arduino/include/iom329.h
|
218
|
+
- cpp/arduino/include/iom3290.h
|
219
|
+
- cpp/arduino/include/iom3290a.h
|
220
|
+
- cpp/arduino/include/iom3290pa.h
|
221
|
+
- cpp/arduino/include/iom329a.h
|
222
|
+
- cpp/arduino/include/iom329p.h
|
223
|
+
- cpp/arduino/include/iom329pa.h
|
224
|
+
- cpp/arduino/include/iom32a.h
|
225
|
+
- cpp/arduino/include/iom32c1.h
|
226
|
+
- cpp/arduino/include/iom32hvb.h
|
227
|
+
- cpp/arduino/include/iom32hvbrevb.h
|
228
|
+
- cpp/arduino/include/iom32m1.h
|
229
|
+
- cpp/arduino/include/iom32u2.h
|
230
|
+
- cpp/arduino/include/iom32u4.h
|
231
|
+
- cpp/arduino/include/iom32u6.h
|
232
|
+
- cpp/arduino/include/iom406.h
|
233
|
+
- cpp/arduino/include/iom48.h
|
234
|
+
- cpp/arduino/include/iom48a.h
|
235
|
+
- cpp/arduino/include/iom48p.h
|
236
|
+
- cpp/arduino/include/iom48pa.h
|
237
|
+
- cpp/arduino/include/iom48pb.h
|
238
|
+
- cpp/arduino/include/iom64.h
|
239
|
+
- cpp/arduino/include/iom640.h
|
240
|
+
- cpp/arduino/include/iom644.h
|
241
|
+
- cpp/arduino/include/iom644a.h
|
242
|
+
- cpp/arduino/include/iom644p.h
|
243
|
+
- cpp/arduino/include/iom644pa.h
|
244
|
+
- cpp/arduino/include/iom644rfr2.h
|
245
|
+
- cpp/arduino/include/iom645.h
|
246
|
+
- cpp/arduino/include/iom6450.h
|
247
|
+
- cpp/arduino/include/iom6450a.h
|
248
|
+
- cpp/arduino/include/iom6450p.h
|
249
|
+
- cpp/arduino/include/iom645a.h
|
250
|
+
- cpp/arduino/include/iom645p.h
|
251
|
+
- cpp/arduino/include/iom649.h
|
252
|
+
- cpp/arduino/include/iom6490.h
|
253
|
+
- cpp/arduino/include/iom6490a.h
|
254
|
+
- cpp/arduino/include/iom6490p.h
|
255
|
+
- cpp/arduino/include/iom649a.h
|
256
|
+
- cpp/arduino/include/iom649p.h
|
257
|
+
- cpp/arduino/include/iom64a.h
|
258
|
+
- cpp/arduino/include/iom64c1.h
|
259
|
+
- cpp/arduino/include/iom64hve.h
|
260
|
+
- cpp/arduino/include/iom64hve2.h
|
261
|
+
- cpp/arduino/include/iom64m1.h
|
262
|
+
- cpp/arduino/include/iom64rfr2.h
|
263
|
+
- cpp/arduino/include/iom8.h
|
264
|
+
- cpp/arduino/include/iom8515.h
|
265
|
+
- cpp/arduino/include/iom8535.h
|
266
|
+
- cpp/arduino/include/iom88.h
|
267
|
+
- cpp/arduino/include/iom88a.h
|
268
|
+
- cpp/arduino/include/iom88p.h
|
269
|
+
- cpp/arduino/include/iom88pa.h
|
270
|
+
- cpp/arduino/include/iom88pb.h
|
271
|
+
- cpp/arduino/include/iom8a.h
|
272
|
+
- cpp/arduino/include/iom8hva.h
|
273
|
+
- cpp/arduino/include/iom8u2.h
|
274
|
+
- cpp/arduino/include/iomx8.h
|
275
|
+
- cpp/arduino/include/iomxx0_1.h
|
276
|
+
- cpp/arduino/include/iomxx4.h
|
277
|
+
- cpp/arduino/include/iomxxhva.h
|
278
|
+
- cpp/arduino/include/iotn10.h
|
279
|
+
- cpp/arduino/include/iotn11.h
|
280
|
+
- cpp/arduino/include/iotn12.h
|
281
|
+
- cpp/arduino/include/iotn13.h
|
282
|
+
- cpp/arduino/include/iotn13a.h
|
283
|
+
- cpp/arduino/include/iotn15.h
|
284
|
+
- cpp/arduino/include/iotn1634.h
|
285
|
+
- cpp/arduino/include/iotn167.h
|
286
|
+
- cpp/arduino/include/iotn20.h
|
287
|
+
- cpp/arduino/include/iotn22.h
|
288
|
+
- cpp/arduino/include/iotn2313.h
|
289
|
+
- cpp/arduino/include/iotn2313a.h
|
290
|
+
- cpp/arduino/include/iotn24.h
|
291
|
+
- cpp/arduino/include/iotn24a.h
|
292
|
+
- cpp/arduino/include/iotn25.h
|
293
|
+
- cpp/arduino/include/iotn26.h
|
294
|
+
- cpp/arduino/include/iotn261.h
|
295
|
+
- cpp/arduino/include/iotn261a.h
|
296
|
+
- cpp/arduino/include/iotn28.h
|
297
|
+
- cpp/arduino/include/iotn4.h
|
298
|
+
- cpp/arduino/include/iotn40.h
|
299
|
+
- cpp/arduino/include/iotn4313.h
|
300
|
+
- cpp/arduino/include/iotn43u.h
|
301
|
+
- cpp/arduino/include/iotn44.h
|
302
|
+
- cpp/arduino/include/iotn441.h
|
303
|
+
- cpp/arduino/include/iotn44a.h
|
304
|
+
- cpp/arduino/include/iotn45.h
|
305
|
+
- cpp/arduino/include/iotn461.h
|
306
|
+
- cpp/arduino/include/iotn461a.h
|
307
|
+
- cpp/arduino/include/iotn48.h
|
308
|
+
- cpp/arduino/include/iotn5.h
|
309
|
+
- cpp/arduino/include/iotn828.h
|
310
|
+
- cpp/arduino/include/iotn84.h
|
311
|
+
- cpp/arduino/include/iotn841.h
|
312
|
+
- cpp/arduino/include/iotn84a.h
|
313
|
+
- cpp/arduino/include/iotn85.h
|
314
|
+
- cpp/arduino/include/iotn861.h
|
315
|
+
- cpp/arduino/include/iotn861a.h
|
316
|
+
- cpp/arduino/include/iotn87.h
|
317
|
+
- cpp/arduino/include/iotn88.h
|
318
|
+
- cpp/arduino/include/iotn9.h
|
319
|
+
- cpp/arduino/include/iotnx4.h
|
320
|
+
- cpp/arduino/include/iotnx5.h
|
321
|
+
- cpp/arduino/include/iotnx61.h
|
322
|
+
- cpp/arduino/include/iousb1286.h
|
323
|
+
- cpp/arduino/include/iousb1287.h
|
324
|
+
- cpp/arduino/include/iousb162.h
|
325
|
+
- cpp/arduino/include/iousb646.h
|
326
|
+
- cpp/arduino/include/iousb647.h
|
327
|
+
- cpp/arduino/include/iousb82.h
|
328
|
+
- cpp/arduino/include/iousbxx2.h
|
329
|
+
- cpp/arduino/include/iousbxx6_7.h
|
330
|
+
- cpp/arduino/include/iox128a1.h
|
331
|
+
- cpp/arduino/include/iox128a1u.h
|
332
|
+
- cpp/arduino/include/iox128a3.h
|
333
|
+
- cpp/arduino/include/iox128a3u.h
|
334
|
+
- cpp/arduino/include/iox128a4u.h
|
335
|
+
- cpp/arduino/include/iox128b1.h
|
336
|
+
- cpp/arduino/include/iox128b3.h
|
337
|
+
- cpp/arduino/include/iox128c3.h
|
338
|
+
- cpp/arduino/include/iox128d3.h
|
339
|
+
- cpp/arduino/include/iox128d4.h
|
340
|
+
- cpp/arduino/include/iox16a4.h
|
341
|
+
- cpp/arduino/include/iox16a4u.h
|
342
|
+
- cpp/arduino/include/iox16c4.h
|
343
|
+
- cpp/arduino/include/iox16d4.h
|
344
|
+
- cpp/arduino/include/iox16e5.h
|
345
|
+
- cpp/arduino/include/iox192a3.h
|
346
|
+
- cpp/arduino/include/iox192a3u.h
|
347
|
+
- cpp/arduino/include/iox192c3.h
|
348
|
+
- cpp/arduino/include/iox192d3.h
|
349
|
+
- cpp/arduino/include/iox256a3.h
|
350
|
+
- cpp/arduino/include/iox256a3b.h
|
351
|
+
- cpp/arduino/include/iox256a3bu.h
|
352
|
+
- cpp/arduino/include/iox256a3u.h
|
353
|
+
- cpp/arduino/include/iox256c3.h
|
354
|
+
- cpp/arduino/include/iox256d3.h
|
355
|
+
- cpp/arduino/include/iox32a4.h
|
356
|
+
- cpp/arduino/include/iox32a4u.h
|
357
|
+
- cpp/arduino/include/iox32c3.h
|
358
|
+
- cpp/arduino/include/iox32c4.h
|
359
|
+
- cpp/arduino/include/iox32d3.h
|
360
|
+
- cpp/arduino/include/iox32d4.h
|
361
|
+
- cpp/arduino/include/iox32e5.h
|
362
|
+
- cpp/arduino/include/iox384c3.h
|
363
|
+
- cpp/arduino/include/iox384d3.h
|
364
|
+
- cpp/arduino/include/iox64a1.h
|
365
|
+
- cpp/arduino/include/iox64a1u.h
|
366
|
+
- cpp/arduino/include/iox64a3.h
|
367
|
+
- cpp/arduino/include/iox64a3u.h
|
368
|
+
- cpp/arduino/include/iox64a4u.h
|
369
|
+
- cpp/arduino/include/iox64b1.h
|
370
|
+
- cpp/arduino/include/iox64b3.h
|
371
|
+
- cpp/arduino/include/iox64c3.h
|
372
|
+
- cpp/arduino/include/iox64d3.h
|
373
|
+
- cpp/arduino/include/iox64d4.h
|
374
|
+
- cpp/arduino/include/iox8e5.h
|
375
|
+
- cpp/arduino/include/lock.h
|
376
|
+
- cpp/arduino/include/portpins.h
|
377
|
+
- cpp/arduino/include/version.h
|
378
|
+
- cpp/arduino/include/xmega.h
|
96
379
|
- cpp/unittest/ArduinoUnitTests.cpp
|
97
380
|
- cpp/unittest/ArduinoUnitTests.h
|
98
381
|
- cpp/unittest/Assertion.h
|