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.
Files changed (295) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +77 -1
  3. data/cpp/arduino/Arduino.cpp +17 -7
  4. data/cpp/arduino/Arduino.h +151 -5
  5. data/cpp/arduino/ArduinoDefines.h +90 -0
  6. data/cpp/arduino/AvrMath.h +18 -28
  7. data/cpp/arduino/Godmode.cpp +62 -0
  8. data/cpp/arduino/Godmode.h +74 -0
  9. data/cpp/arduino/HardwareSerial.h +81 -0
  10. data/cpp/arduino/Print.h +67 -0
  11. data/cpp/arduino/Stream.h +210 -0
  12. data/cpp/arduino/WCharacter.h +96 -0
  13. data/cpp/arduino/WString.h +164 -0
  14. data/cpp/arduino/binary.h +518 -0
  15. data/cpp/arduino/include/README.md +3 -0
  16. data/cpp/arduino/include/common.h +333 -0
  17. data/cpp/arduino/include/fuse.h +274 -0
  18. data/cpp/arduino/include/io.h +643 -0
  19. data/cpp/arduino/include/io1200.h +274 -0
  20. data/cpp/arduino/include/io2313.h +385 -0
  21. data/cpp/arduino/include/io2323.h +210 -0
  22. data/cpp/arduino/include/io2333.h +461 -0
  23. data/cpp/arduino/include/io2343.h +214 -0
  24. data/cpp/arduino/include/io43u32x.h +440 -0
  25. data/cpp/arduino/include/io43u35x.h +432 -0
  26. data/cpp/arduino/include/io4414.h +500 -0
  27. data/cpp/arduino/include/io4433.h +489 -0
  28. data/cpp/arduino/include/io4434.h +588 -0
  29. data/cpp/arduino/include/io76c711.h +499 -0
  30. data/cpp/arduino/include/io8515.h +501 -0
  31. data/cpp/arduino/include/io8534.h +217 -0
  32. data/cpp/arduino/include/io8535.h +589 -0
  33. data/cpp/arduino/include/io86r401.h +309 -0
  34. data/cpp/arduino/include/io90pwm1.h +1157 -0
  35. data/cpp/arduino/include/io90pwm161.h +918 -0
  36. data/cpp/arduino/include/io90pwm216.h +1225 -0
  37. data/cpp/arduino/include/io90pwm2b.h +1466 -0
  38. data/cpp/arduino/include/io90pwm316.h +1272 -0
  39. data/cpp/arduino/include/io90pwm3b.h +1466 -0
  40. data/cpp/arduino/include/io90pwm81.h +1036 -0
  41. data/cpp/arduino/include/io90pwmx.h +1415 -0
  42. data/cpp/arduino/include/io90scr100.h +1719 -0
  43. data/cpp/arduino/include/ioa5272.h +803 -0
  44. data/cpp/arduino/include/ioa5505.h +803 -0
  45. data/cpp/arduino/include/ioa5702m322.h +2591 -0
  46. data/cpp/arduino/include/ioa5782.h +1843 -0
  47. data/cpp/arduino/include/ioa5790.h +907 -0
  48. data/cpp/arduino/include/ioa5790n.h +922 -0
  49. data/cpp/arduino/include/ioa5791.h +923 -0
  50. data/cpp/arduino/include/ioa5795.h +756 -0
  51. data/cpp/arduino/include/ioa5831.h +1949 -0
  52. data/cpp/arduino/include/ioa6285.h +740 -0
  53. data/cpp/arduino/include/ioa6286.h +740 -0
  54. data/cpp/arduino/include/ioa6289.h +847 -0
  55. data/cpp/arduino/include/ioa6612c.h +795 -0
  56. data/cpp/arduino/include/ioa6613c.h +795 -0
  57. data/cpp/arduino/include/ioa6614q.h +798 -0
  58. data/cpp/arduino/include/ioa6616c.h +865 -0
  59. data/cpp/arduino/include/ioa6617c.h +865 -0
  60. data/cpp/arduino/include/ioa664251.h +857 -0
  61. data/cpp/arduino/include/ioa8210.h +1843 -0
  62. data/cpp/arduino/include/ioa8510.h +1949 -0
  63. data/cpp/arduino/include/ioat94k.h +565 -0
  64. data/cpp/arduino/include/iocan128.h +100 -0
  65. data/cpp/arduino/include/iocan32.h +100 -0
  66. data/cpp/arduino/include/iocan64.h +100 -0
  67. data/cpp/arduino/include/iocanxx.h +2020 -0
  68. data/cpp/arduino/include/iom103.h +735 -0
  69. data/cpp/arduino/include/iom128.h +1299 -0
  70. data/cpp/arduino/include/iom1280.h +101 -0
  71. data/cpp/arduino/include/iom1281.h +101 -0
  72. data/cpp/arduino/include/iom1284.h +1099 -0
  73. data/cpp/arduino/include/iom1284p.h +1219 -0
  74. data/cpp/arduino/include/iom1284rfr2.h +2690 -0
  75. data/cpp/arduino/include/iom128a.h +1070 -0
  76. data/cpp/arduino/include/iom128rfa1.h +5385 -0
  77. data/cpp/arduino/include/iom128rfr2.h +2706 -0
  78. data/cpp/arduino/include/iom16.h +676 -0
  79. data/cpp/arduino/include/iom161.h +726 -0
  80. data/cpp/arduino/include/iom162.h +1022 -0
  81. data/cpp/arduino/include/iom163.h +686 -0
  82. data/cpp/arduino/include/iom164.h +101 -0
  83. data/cpp/arduino/include/iom164a.h +34 -0
  84. data/cpp/arduino/include/iom164p.h +34 -0
  85. data/cpp/arduino/include/iom164pa.h +1016 -0
  86. data/cpp/arduino/include/iom165.h +887 -0
  87. data/cpp/arduino/include/iom165a.h +832 -0
  88. data/cpp/arduino/include/iom165p.h +889 -0
  89. data/cpp/arduino/include/iom165pa.h +948 -0
  90. data/cpp/arduino/include/iom168.h +97 -0
  91. data/cpp/arduino/include/iom168a.h +35 -0
  92. data/cpp/arduino/include/iom168p.h +942 -0
  93. data/cpp/arduino/include/iom168pa.h +843 -0
  94. data/cpp/arduino/include/iom168pb.h +899 -0
  95. data/cpp/arduino/include/iom169.h +1174 -0
  96. data/cpp/arduino/include/iom169a.h +44 -0
  97. data/cpp/arduino/include/iom169p.h +1097 -0
  98. data/cpp/arduino/include/iom169pa.h +1485 -0
  99. data/cpp/arduino/include/iom16a.h +923 -0
  100. data/cpp/arduino/include/iom16hva.h +80 -0
  101. data/cpp/arduino/include/iom16hva2.h +883 -0
  102. data/cpp/arduino/include/iom16hvb.h +1052 -0
  103. data/cpp/arduino/include/iom16hvbrevb.h +1052 -0
  104. data/cpp/arduino/include/iom16m1.h +1571 -0
  105. data/cpp/arduino/include/iom16u2.h +1000 -0
  106. data/cpp/arduino/include/iom16u4.h +1423 -0
  107. data/cpp/arduino/include/iom2560.h +101 -0
  108. data/cpp/arduino/include/iom2561.h +101 -0
  109. data/cpp/arduino/include/iom2564rfr2.h +2691 -0
  110. data/cpp/arduino/include/iom256rfr2.h +2707 -0
  111. data/cpp/arduino/include/iom3000.h +237 -0
  112. data/cpp/arduino/include/iom32.h +755 -0
  113. data/cpp/arduino/include/iom323.h +744 -0
  114. data/cpp/arduino/include/iom324a.h +1014 -0
  115. data/cpp/arduino/include/iom324p.h +1016 -0
  116. data/cpp/arduino/include/iom324pa.h +1372 -0
  117. data/cpp/arduino/include/iom325.h +886 -0
  118. data/cpp/arduino/include/iom3250.h +982 -0
  119. data/cpp/arduino/include/iom3250a.h +34 -0
  120. data/cpp/arduino/include/iom3250p.h +34 -0
  121. data/cpp/arduino/include/iom3250pa.h +1042 -0
  122. data/cpp/arduino/include/iom325a.h +34 -0
  123. data/cpp/arduino/include/iom325p.h +34 -0
  124. data/cpp/arduino/include/iom325pa.h +937 -0
  125. data/cpp/arduino/include/iom328.h +34 -0
  126. data/cpp/arduino/include/iom328p.h +948 -0
  127. data/cpp/arduino/include/iom329.h +1069 -0
  128. data/cpp/arduino/include/iom3290.h +1227 -0
  129. data/cpp/arduino/include/iom3290a.h +34 -0
  130. data/cpp/arduino/include/iom3290pa.h +1123 -0
  131. data/cpp/arduino/include/iom329a.h +34 -0
  132. data/cpp/arduino/include/iom329p.h +1164 -0
  133. data/cpp/arduino/include/iom329pa.h +34 -0
  134. data/cpp/arduino/include/iom32a.h +686 -0
  135. data/cpp/arduino/include/iom32c1.h +1320 -0
  136. data/cpp/arduino/include/iom32hvb.h +1052 -0
  137. data/cpp/arduino/include/iom32hvbrevb.h +953 -0
  138. data/cpp/arduino/include/iom32m1.h +1625 -0
  139. data/cpp/arduino/include/iom32u2.h +1000 -0
  140. data/cpp/arduino/include/iom32u4.h +1512 -0
  141. data/cpp/arduino/include/iom32u6.h +1431 -0
  142. data/cpp/arduino/include/iom406.h +783 -0
  143. data/cpp/arduino/include/iom48.h +93 -0
  144. data/cpp/arduino/include/iom48a.h +35 -0
  145. data/cpp/arduino/include/iom48p.h +936 -0
  146. data/cpp/arduino/include/iom48pa.h +839 -0
  147. data/cpp/arduino/include/iom48pb.h +890 -0
  148. data/cpp/arduino/include/iom64.h +1311 -0
  149. data/cpp/arduino/include/iom640.h +101 -0
  150. data/cpp/arduino/include/iom644.h +101 -0
  151. data/cpp/arduino/include/iom644a.h +34 -0
  152. data/cpp/arduino/include/iom644p.h +101 -0
  153. data/cpp/arduino/include/iom644pa.h +1387 -0
  154. data/cpp/arduino/include/iom644rfr2.h +2685 -0
  155. data/cpp/arduino/include/iom645.h +881 -0
  156. data/cpp/arduino/include/iom6450.h +978 -0
  157. data/cpp/arduino/include/iom6450a.h +34 -0
  158. data/cpp/arduino/include/iom6450p.h +34 -0
  159. data/cpp/arduino/include/iom645a.h +34 -0
  160. data/cpp/arduino/include/iom645p.h +34 -0
  161. data/cpp/arduino/include/iom649.h +1061 -0
  162. data/cpp/arduino/include/iom6490.h +1182 -0
  163. data/cpp/arduino/include/iom6490a.h +34 -0
  164. data/cpp/arduino/include/iom6490p.h +34 -0
  165. data/cpp/arduino/include/iom649a.h +34 -0
  166. data/cpp/arduino/include/iom649p.h +1490 -0
  167. data/cpp/arduino/include/iom64a.h +1084 -0
  168. data/cpp/arduino/include/iom64c1.h +1321 -0
  169. data/cpp/arduino/include/iom64hve.h +1034 -0
  170. data/cpp/arduino/include/iom64hve2.h +767 -0
  171. data/cpp/arduino/include/iom64m1.h +1572 -0
  172. data/cpp/arduino/include/iom64rfr2.h +2701 -0
  173. data/cpp/arduino/include/iom8.h +665 -0
  174. data/cpp/arduino/include/iom8515.h +687 -0
  175. data/cpp/arduino/include/iom8535.h +772 -0
  176. data/cpp/arduino/include/iom88.h +97 -0
  177. data/cpp/arduino/include/iom88a.h +35 -0
  178. data/cpp/arduino/include/iom88p.h +941 -0
  179. data/cpp/arduino/include/iom88pa.h +1185 -0
  180. data/cpp/arduino/include/iom88pb.h +899 -0
  181. data/cpp/arduino/include/iom8a.h +621 -0
  182. data/cpp/arduino/include/iom8hva.h +76 -0
  183. data/cpp/arduino/include/iom8u2.h +997 -0
  184. data/cpp/arduino/include/iomx8.h +808 -0
  185. data/cpp/arduino/include/iomxx0_1.h +1692 -0
  186. data/cpp/arduino/include/iomxx4.h +954 -0
  187. data/cpp/arduino/include/iomxxhva.h +550 -0
  188. data/cpp/arduino/include/iotn10.h +512 -0
  189. data/cpp/arduino/include/iotn11.h +255 -0
  190. data/cpp/arduino/include/iotn12.h +288 -0
  191. data/cpp/arduino/include/iotn13.h +395 -0
  192. data/cpp/arduino/include/iotn13a.h +394 -0
  193. data/cpp/arduino/include/iotn15.h +363 -0
  194. data/cpp/arduino/include/iotn1634.h +914 -0
  195. data/cpp/arduino/include/iotn167.h +883 -0
  196. data/cpp/arduino/include/iotn20.h +776 -0
  197. data/cpp/arduino/include/iotn22.h +221 -0
  198. data/cpp/arduino/include/iotn2313.h +702 -0
  199. data/cpp/arduino/include/iotn2313a.h +812 -0
  200. data/cpp/arduino/include/iotn24.h +94 -0
  201. data/cpp/arduino/include/iotn24a.h +846 -0
  202. data/cpp/arduino/include/iotn25.h +93 -0
  203. data/cpp/arduino/include/iotn26.h +422 -0
  204. data/cpp/arduino/include/iotn261.h +93 -0
  205. data/cpp/arduino/include/iotn261a.h +987 -0
  206. data/cpp/arduino/include/iotn28.h +297 -0
  207. data/cpp/arduino/include/iotn4.h +477 -0
  208. data/cpp/arduino/include/iotn40.h +767 -0
  209. data/cpp/arduino/include/iotn4313.h +813 -0
  210. data/cpp/arduino/include/iotn43u.h +604 -0
  211. data/cpp/arduino/include/iotn44.h +94 -0
  212. data/cpp/arduino/include/iotn441.h +903 -0
  213. data/cpp/arduino/include/iotn44a.h +844 -0
  214. data/cpp/arduino/include/iotn45.h +93 -0
  215. data/cpp/arduino/include/iotn461.h +94 -0
  216. data/cpp/arduino/include/iotn461a.h +987 -0
  217. data/cpp/arduino/include/iotn48.h +806 -0
  218. data/cpp/arduino/include/iotn5.h +512 -0
  219. data/cpp/arduino/include/iotn828.h +911 -0
  220. data/cpp/arduino/include/iotn84.h +94 -0
  221. data/cpp/arduino/include/iotn841.h +903 -0
  222. data/cpp/arduino/include/iotn84a.h +844 -0
  223. data/cpp/arduino/include/iotn85.h +93 -0
  224. data/cpp/arduino/include/iotn861.h +94 -0
  225. data/cpp/arduino/include/iotn861a.h +988 -0
  226. data/cpp/arduino/include/iotn87.h +859 -0
  227. data/cpp/arduino/include/iotn88.h +806 -0
  228. data/cpp/arduino/include/iotn9.h +477 -0
  229. data/cpp/arduino/include/iotnx4.h +482 -0
  230. data/cpp/arduino/include/iotnx5.h +442 -0
  231. data/cpp/arduino/include/iotnx61.h +541 -0
  232. data/cpp/arduino/include/iousb1286.h +101 -0
  233. data/cpp/arduino/include/iousb1287.h +101 -0
  234. data/cpp/arduino/include/iousb162.h +101 -0
  235. data/cpp/arduino/include/iousb646.h +102 -0
  236. data/cpp/arduino/include/iousb647.h +102 -0
  237. data/cpp/arduino/include/iousb82.h +95 -0
  238. data/cpp/arduino/include/iousbxx2.h +807 -0
  239. data/cpp/arduino/include/iousbxx6_7.h +1336 -0
  240. data/cpp/arduino/include/iox128a1.h +7236 -0
  241. data/cpp/arduino/include/iox128a1u.h +8305 -0
  242. data/cpp/arduino/include/iox128a3.h +6987 -0
  243. data/cpp/arduino/include/iox128a3u.h +7697 -0
  244. data/cpp/arduino/include/iox128a4u.h +7309 -0
  245. data/cpp/arduino/include/iox128b1.h +6872 -0
  246. data/cpp/arduino/include/iox128b3.h +6288 -0
  247. data/cpp/arduino/include/iox128c3.h +6264 -0
  248. data/cpp/arduino/include/iox128d3.h +5749 -0
  249. data/cpp/arduino/include/iox128d4.h +5562 -0
  250. data/cpp/arduino/include/iox16a4.h +6748 -0
  251. data/cpp/arduino/include/iox16a4u.h +7309 -0
  252. data/cpp/arduino/include/iox16c4.h +6078 -0
  253. data/cpp/arduino/include/iox16d4.h +5717 -0
  254. data/cpp/arduino/include/iox16e5.h +7699 -0
  255. data/cpp/arduino/include/iox192a3.h +6987 -0
  256. data/cpp/arduino/include/iox192a3u.h +7697 -0
  257. data/cpp/arduino/include/iox192c3.h +6264 -0
  258. data/cpp/arduino/include/iox192d3.h +5749 -0
  259. data/cpp/arduino/include/iox256a3.h +6987 -0
  260. data/cpp/arduino/include/iox256a3b.h +6983 -0
  261. data/cpp/arduino/include/iox256a3bu.h +7706 -0
  262. data/cpp/arduino/include/iox256a3u.h +7697 -0
  263. data/cpp/arduino/include/iox256c3.h +6264 -0
  264. data/cpp/arduino/include/iox256d3.h +5709 -0
  265. data/cpp/arduino/include/iox32a4.h +6747 -0
  266. data/cpp/arduino/include/iox32a4u.h +7309 -0
  267. data/cpp/arduino/include/iox32c3.h +6264 -0
  268. data/cpp/arduino/include/iox32c4.h +6078 -0
  269. data/cpp/arduino/include/iox32d3.h +5105 -0
  270. data/cpp/arduino/include/iox32d4.h +5685 -0
  271. data/cpp/arduino/include/iox32e5.h +7699 -0
  272. data/cpp/arduino/include/iox384c3.h +6849 -0
  273. data/cpp/arduino/include/iox384d3.h +5833 -0
  274. data/cpp/arduino/include/iox64a1.h +7236 -0
  275. data/cpp/arduino/include/iox64a1u.h +8305 -0
  276. data/cpp/arduino/include/iox64a3.h +6987 -0
  277. data/cpp/arduino/include/iox64a3u.h +7697 -0
  278. data/cpp/arduino/include/iox64a4u.h +7309 -0
  279. data/cpp/arduino/include/iox64b1.h +6454 -0
  280. data/cpp/arduino/include/iox64b3.h +6288 -0
  281. data/cpp/arduino/include/iox64c3.h +6264 -0
  282. data/cpp/arduino/include/iox64d3.h +5764 -0
  283. data/cpp/arduino/include/iox64d4.h +5555 -0
  284. data/cpp/arduino/include/iox8e5.h +7699 -0
  285. data/cpp/arduino/include/lock.h +239 -0
  286. data/cpp/arduino/include/portpins.h +549 -0
  287. data/cpp/arduino/include/version.h +90 -0
  288. data/cpp/arduino/include/xmega.h +71 -0
  289. data/cpp/unittest/Assertion.h +9 -4
  290. data/cpp/unittest/Compare.h +93 -0
  291. data/lib/arduino_ci/arduino_installation.rb +1 -1
  292. data/lib/arduino_ci/cpp_library.rb +4 -1
  293. data/lib/arduino_ci/version.rb +1 -1
  294. data/misc/default.yaml +7 -0
  295. metadata +285 -2
@@ -0,0 +1,442 @@
1
+ /* Copyright (c) 2005,2007 Anatoly Sokolov
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: iotnx5.h 2269 2011-12-29 08:07:25Z joerg_wunsch $ */
32
+
33
+ /* avr/iotnx5.h - definitions for ATtiny25, ATtiny45 and ATtiny85 */
34
+
35
+ #ifndef _AVR_IOTNX5_H_
36
+ #define _AVR_IOTNX5_H_ 1
37
+
38
+ /* This file should only be included from <avr/io.h>, never directly. */
39
+
40
+ #ifndef _AVR_IO_H_
41
+ # error "Include <avr/io.h> instead of this file."
42
+ #endif
43
+
44
+ #ifndef _AVR_IOXXX_H_
45
+ # define _AVR_IOXXX_H_ "iotnx5.h"
46
+ #else
47
+ # error "Attempt to include more than one <avr/ioXXX.h> file."
48
+ #endif
49
+
50
+ /* I/O registers */
51
+
52
+ /* Reserved [0x00..0x02] */
53
+
54
+ #define ADCSRB _SFR_IO8 (0x03)
55
+ #define BIN 7
56
+ #define ACME 6
57
+ #define IPR 5
58
+ #define ADTS2 2
59
+ #define ADTS1 1
60
+ #define ADTS0 0
61
+
62
+ #ifndef __ASSEMBLER__
63
+ #define ADC _SFR_IO16(0x04)
64
+ #endif
65
+ #define ADCW _SFR_IO16(0x04)
66
+ #define ADCL _SFR_IO8(0x04)
67
+ #define ADCH _SFR_IO8(0x05)
68
+
69
+ #define ADCSRA _SFR_IO8 (0x06)
70
+ #define ADEN 7
71
+ #define ADSC 6
72
+ #define ADATE 5
73
+ #define ADIF 4
74
+ #define ADIE 3
75
+ #define ADPS2 2
76
+ #define ADPS1 1
77
+ #define ADPS0 0
78
+
79
+ #define ADMUX _SFR_IO8(0x07)
80
+ #define REFS1 7
81
+ #define REFS0 6
82
+ #define ADLAR 5
83
+ #define REFS2 4
84
+ #define MUX3 3
85
+ #define MUX2 2
86
+ #define MUX1 1
87
+ #define MUX0 0
88
+
89
+ #define ACSR _SFR_IO8(0x08)
90
+ #define ACD 7
91
+ #define ACBG 6
92
+ #define ACO 5
93
+ #define ACI 4
94
+ #define ACIE 3
95
+ #define ACIS1 1
96
+ #define ACIS0 0
97
+
98
+ /* Reserved [0x09..0x0C] */
99
+
100
+ #define USICR _SFR_IO8(0x0D)
101
+ #define USISIE 7
102
+ #define USIOIE 6
103
+ #define USIWM1 5
104
+ #define USIWM0 4
105
+ #define USICS1 3
106
+ #define USICS0 2
107
+ #define USICLK 1
108
+ #define USITC 0
109
+
110
+ #define USISR _SFR_IO8(0x0E)
111
+ #define USISIF 7
112
+ #define USIOIF 6
113
+ #define USIPF 5
114
+ #define USIDC 4
115
+ #define USICNT3 3
116
+ #define USICNT2 2
117
+ #define USICNT1 1
118
+ #define USICNT0 0
119
+
120
+ #define USIDR _SFR_IO8(0x0F)
121
+ #define USIBR _SFR_IO8(0x10)
122
+
123
+ #define GPIOR0 _SFR_IO8(0x11)
124
+ #define GPIOR1 _SFR_IO8(0x12)
125
+ #define GPIOR2 _SFR_IO8(0x13)
126
+
127
+ #define DIDR0 _SFR_IO8(0x14)
128
+ #define ADC0D 5
129
+ #define ADC2D 4
130
+ #define ADC3D 3
131
+ #define ADC1D 2
132
+ #define AIN1D 1
133
+ #define AIN0D 0
134
+
135
+ #define PCMSK _SFR_IO8(0x15)
136
+ #define PCINT5 5
137
+ #define PCINT4 4
138
+ #define PCINT3 3
139
+ #define PCINT2 2
140
+ #define PCINT1 1
141
+ #define PCINT0 0
142
+
143
+ #define PINB _SFR_IO8(0x16)
144
+ #define PINB5 5
145
+ #define PINB4 4
146
+ #define PINB3 3
147
+ #define PINB2 2
148
+ #define PINB1 1
149
+ #define PINB0 0
150
+
151
+ #define DDRB _SFR_IO8(0x17)
152
+ #define DDB5 5
153
+ #define DDB4 4
154
+ #define DDB3 3
155
+ #define DDB2 2
156
+ #define DDB1 1
157
+ #define DDB0 0
158
+
159
+ #define PORTB _SFR_IO8(0x18)
160
+ #define PB5 5
161
+ #define PB4 4
162
+ #define PB3 3
163
+ #define PB2 2
164
+ #define PB1 1
165
+ #define PB0 0
166
+
167
+ /* Reserved [0x19..0x1B] */
168
+
169
+ /* EEPROM Control Register EECR */
170
+ #define EECR _SFR_IO8(0x1C)
171
+ #define EEPM1 5
172
+ #define EEPM0 4
173
+ #define EERIE 3
174
+ #define EEMPE 2
175
+ #define EEPE 1
176
+ #define EERE 0
177
+
178
+ /* EEPROM Data Register */
179
+ #define EEDR _SFR_IO8(0x1D)
180
+
181
+ /* EEPROM Address Register */
182
+ #define EEAR _SFR_IO16(0x1E)
183
+ #define EEARL _SFR_IO8(0x1E)
184
+ #define EEARH _SFR_IO8(0x1F)
185
+
186
+ #define PRR _SFR_IO8(0x20)
187
+ #define PRTIM1 3
188
+ #define PRTIM0 2
189
+ #define PRUSI 1
190
+ #define PRADC 0
191
+
192
+ #define __AVR_HAVE_PRR ((1<<PRADC)|(1<<PRUSI)|(1<<PRTIM0)|(1<<PRTIM1))
193
+ #define __AVR_HAVE_PRR_PRADC
194
+ #define __AVR_HAVE_PRR_PRUSI
195
+ #define __AVR_HAVE_PRR_PRTIM0
196
+ #define __AVR_HAVE_PRR_PRTIM1
197
+
198
+ #define WDTCR _SFR_IO8(0x21)
199
+ #define WDIF 7
200
+ #define WDIE 6
201
+ #define WDP3 5
202
+ #define WDCE 4
203
+ #define WDE 3
204
+ #define WDP2 2
205
+ #define WDP1 1
206
+ #define WDP0 0
207
+
208
+ #define DWDR _SFR_IO8(0x22)
209
+
210
+ #define DTPS1 _SFR_IO8(0x23)
211
+ #define DTPS11 1
212
+ #define DTPS10 0
213
+
214
+ #define DT1B _SFR_IO8(0x24)
215
+ #define DT1BH3 7
216
+ #define DT1BH2 6
217
+ #define DT1BH1 5
218
+ #define DT1BH0 4
219
+ #define DT1BL3 3
220
+ #define DT1BL2 2
221
+ #define DT1BL1 1
222
+ #define DT1BL0 0
223
+
224
+ #define DT1A _SFR_IO8(0x25)
225
+ #define DT1AH3 7
226
+ #define DT1AH2 6
227
+ #define DT1AH1 5
228
+ #define DT1AH0 4
229
+ #define DT1AL3 3
230
+ #define DT1AL2 2
231
+ #define DT1AL1 1
232
+ #define DT1AL0 0
233
+
234
+ #define CLKPR _SFR_IO8(0x26)
235
+ #define CLKPCE 7
236
+ #define CLKPS3 3
237
+ #define CLKPS2 2
238
+ #define CLKPS1 1
239
+ #define CLKPS0 0
240
+
241
+ #define PLLCSR _SFR_IO8(0x27)
242
+ #define LSM 7
243
+ #define PCKE 2
244
+ #define PLLE 1
245
+ #define PLOCK 0
246
+
247
+ #define OCR0B _SFR_IO8(0x28)
248
+
249
+ #define OCR0A _SFR_IO8(0x29)
250
+
251
+ #define TCCR0A _SFR_IO8(0x2A)
252
+ #define COM0A1 7
253
+ #define COM0A0 6
254
+ #define COM0B1 5
255
+ #define COM0B0 4
256
+ #define WGM01 1
257
+ #define WGM00 0
258
+
259
+ #define OCR1B _SFR_IO8(0x2B)
260
+
261
+ #define GTCCR _SFR_IO8(0x2C)
262
+ #define TSM 7
263
+ #define PWM1B 6
264
+ #define COM1B1 5
265
+ #define COM1B0 4
266
+ #define FOC1B 3
267
+ #define FOC1A 2
268
+ #define PSR1 1
269
+ #define PSR0 0
270
+
271
+ #define OCR1C _SFR_IO8(0x2D)
272
+
273
+ #define OCR1A _SFR_IO8(0x2E)
274
+
275
+ #define TCNT1 _SFR_IO8(0x2F)
276
+
277
+ #define TCCR1 _SFR_IO8(0x30)
278
+ #define CTC1 7
279
+ #define PWM1A 6
280
+ #define COM1A1 5
281
+ #define COM1A0 4
282
+ #define CS13 3
283
+ #define CS12 2
284
+ #define CS11 1
285
+ #define CS10 0
286
+
287
+ #define OSCCAL _SFR_IO8(0x31)
288
+
289
+ #define TCNT0 _SFR_IO8(0x32)
290
+
291
+ #define TCCR0B _SFR_IO8(0x33)
292
+ #define FOC0A 7
293
+ #define FOC0B 6
294
+ #define WGM02 3
295
+ #define CS02 2
296
+ #define CS01 1
297
+ #define CS00 0
298
+
299
+ #define MCUSR _SFR_IO8(0x34)
300
+ #define WDRF 3
301
+ #define BORF 2
302
+ #define EXTRF 1
303
+ #define PORF 0
304
+
305
+ #define MCUCR _SFR_IO8(0x35)
306
+ #define BODS 7
307
+ #define PUD 6
308
+ #define SE 5
309
+ #define SM1 4
310
+ #define SM0 3
311
+ #define BODSE 2
312
+ #define ISC01 1
313
+ #define ISC00 0
314
+
315
+ /* Reserved [0x36] */
316
+
317
+ #define SPMCSR _SFR_IO8(0x37)
318
+ #define RSIG 5
319
+ #define CTPB 4
320
+ #define RFLB 3
321
+ #define PGWRT 2
322
+ #define PGERS 1
323
+ #define SPMEN 0
324
+
325
+ #define TIFR _SFR_IO8(0x38)
326
+ #define OCF1A 6
327
+ #define OCF1B 5
328
+ #define OCF0A 4
329
+ #define OCF0B 3
330
+ #define TOV1 2
331
+ #define TOV0 1
332
+
333
+ #define TIMSK _SFR_IO8(0x39)
334
+ #define OCIE1A 6
335
+ #define OCIE1B 5
336
+ #define OCIE0A 4
337
+ #define OCIE0B 3
338
+ #define TOIE1 2
339
+ #define TOIE0 1
340
+
341
+ #define GIFR _SFR_IO8(0x3A)
342
+ #define INTF0 6
343
+ #define PCIF 5
344
+
345
+ #define GIMSK _SFR_IO8(0x3B)
346
+ #define INT0 6
347
+ #define PCIE 5
348
+
349
+ /* Reserved [0x3C] */
350
+
351
+ /* 0x3D..0x3E SP [defined in <avr/io.h>] */
352
+ /* 0x3F SREG [defined in <avr/io.h>] */
353
+
354
+ ///---
355
+
356
+ /* Interrupt vectors */
357
+ /* Interrupt vector 0 is the reset vector. */
358
+ /* External Interrupt 0 */
359
+ #define INT0_vect_num 1
360
+ #define INT0_vect _VECTOR(1)
361
+ #define SIG_INTERRUPT0 _VECTOR(1)
362
+
363
+ /* Pin change Interrupt Request 0 */
364
+ #define PCINT0_vect_num 2
365
+ #define PCINT0_vect _VECTOR(2)
366
+ #define SIG_PIN_CHANGE _VECTOR(2)
367
+
368
+ /* Timer/Counter1 Compare Match 1A */
369
+ #define TIM1_COMPA_vect_num 3
370
+ #define TIM1_COMPA_vect _VECTOR(3)
371
+ #define TIMER1_COMPA_vect_num 3
372
+ #define TIMER1_COMPA_vect _VECTOR(3)
373
+ #define SIG_OUTPUT_COMPARE1A _VECTOR(3)
374
+
375
+ /* Timer/Counter1 Overflow */
376
+ #define TIM1_OVF_vect_num 4
377
+ #define TIM1_OVF_vect _VECTOR(4)
378
+ #define TIMER1_OVF_vect_num 4
379
+ #define TIMER1_OVF_vect _VECTOR(4)
380
+ #define SIG_OVERFLOW1 _VECTOR(4)
381
+
382
+ /* Timer/Counter0 Overflow */
383
+ #define TIM0_OVF_vect_num 5
384
+ #define TIM0_OVF_vect _VECTOR(5)
385
+ #define TIMER0_OVF_vect_num 5
386
+ #define TIMER0_OVF_vect _VECTOR(5)
387
+ #define SIG_OVERFLOW0 _VECTOR(5)
388
+
389
+ /* EEPROM Ready */
390
+ #define EE_RDY_vect_num 6
391
+ #define EE_RDY_vect _VECTOR(6)
392
+ #define SIG_EEPROM_READY _VECTOR(6)
393
+
394
+ /* Analog comparator */
395
+ #define ANA_COMP_vect_num 7
396
+ #define ANA_COMP_vect _VECTOR(7)
397
+ #define SIG_COMPARATOR _VECTOR(7)
398
+
399
+ /* ADC Conversion ready */
400
+ #define ADC_vect_num 8
401
+ #define ADC_vect _VECTOR(8)
402
+ #define SIG_ADC _VECTOR(8)
403
+
404
+ /* Timer/Counter1 Compare Match B */
405
+ #define TIM1_COMPB_vect_num 9
406
+ #define TIM1_COMPB_vect _VECTOR(9)
407
+ #define TIMER1_COMPB_vect_num 9
408
+ #define TIMER1_COMPB_vect _VECTOR(9)
409
+ #define SIG_OUTPUT_COMPARE1B _VECTOR(9)
410
+
411
+ /* Timer/Counter0 Compare Match A */
412
+ #define TIM0_COMPA_vect_num 10
413
+ #define TIM0_COMPA_vect _VECTOR(10)
414
+ #define TIMER0_COMPA_vect_num 10
415
+ #define TIMER0_COMPA_vect _VECTOR(10)
416
+ #define SIG_OUTPUT_COMPARE0A _VECTOR(10)
417
+
418
+ /* Timer/Counter0 Compare Match B */
419
+ #define TIM0_COMPB_vect_num 11
420
+ #define TIM0_COMPB_vect _VECTOR(11)
421
+ #define TIMER0_COMPB_vect_num 11
422
+ #define TIMER0_COMPB_vect _VECTOR(11)
423
+ #define SIG_OUTPUT_COMPARE0B _VECTOR(11)
424
+
425
+ /* Watchdog Time-out */
426
+ #define WDT_vect_num 12
427
+ #define WDT_vect _VECTOR(12)
428
+ #define SIG_WATCHDOG_TIMEOUT _VECTOR(12)
429
+
430
+ /* USI START */
431
+ #define USI_START_vect_num 13
432
+ #define USI_START_vect _VECTOR(13)
433
+ #define SIG_USI_START _VECTOR(13)
434
+
435
+ /* USI Overflow */
436
+ #define USI_OVF_vect_num 14
437
+ #define USI_OVF_vect _VECTOR(14)
438
+ #define SIG_USI_OVERFLOW _VECTOR(14)
439
+
440
+ #define _VECTORS_SIZE 30
441
+
442
+ #endif /* _AVR_IOTNX5_H_ */
@@ -0,0 +1,541 @@
1
+ /* Copyright (c) 2006, 2007 Anatoly Sokolov
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: iotnx61.h 2247 2011-05-23 19:39:56Z joerg_wunsch $ */
32
+
33
+ /* avr/iotnx61.h - definitions for ATtiny261, ATtiny461 and ATtiny861 */
34
+
35
+ /* This file should only be included from <avr/io.h>, never directly. */
36
+
37
+ #ifndef _AVR_IO_H_
38
+ # error "Include <avr/io.h> instead of this file."
39
+ #endif
40
+
41
+ #ifndef _AVR_IOXXX_H_
42
+ # define _AVR_IOXXX_H_ "iotnx61.h"
43
+ #else
44
+ # error "Attempt to include more than one <avr/ioXXX.h> file."
45
+ #endif
46
+
47
+ #ifndef _AVR_IOTNx61_H_
48
+ #define _AVR_IOTNx61_H_ 1
49
+
50
+ /* Registers and associated bit numbers */
51
+
52
+ #define TCCR1E _SFR_IO8(0x00)
53
+ #define OC1OE0 0
54
+ #define OC1OE1 1
55
+ #define OC1OE2 2
56
+ #define OC1OE3 3
57
+ #define OC1OE4 4
58
+ #define OC1OE5 5
59
+
60
+ #define DIDR0 _SFR_IO8(0x01)
61
+ #define ADC0D 0
62
+ #define ADC1D 1
63
+ #define ADC2D 2
64
+ #define AREFD 3
65
+ #define ADC3D 4
66
+ #define ADC4D 5
67
+ #define ADC5D 6
68
+ #define ADC6D 7
69
+
70
+ #define DIDR1 _SFR_IO8(0x02)
71
+ #define ADC7D 4
72
+ #define ADC8D 5
73
+ #define ADC9D 6
74
+ #define ADC10D 7
75
+
76
+ #define ADCSRB _SFR_IO8(0x03)
77
+ #define ADTS0 0
78
+ #define ADTS1 1
79
+ #define ADTS2 2
80
+ #define MUX5 3
81
+ #define REFS2 4
82
+ #define IRP 5
83
+ #define GSEL 6
84
+ #define BIN 7
85
+
86
+ #define ADCW _SFR_IO16(0x04)
87
+ #ifndef __ASSEMBLER__
88
+ #define ADC _SFR_IO16(0x04)
89
+ #endif
90
+
91
+ #define ADCL _SFR_IO8(0x04)
92
+ #define ADCH _SFR_IO8(0x05)
93
+
94
+ #define ADCSRA _SFR_IO8(0x06)
95
+ #define ADPS0 0
96
+ #define ADPS1 1
97
+ #define ADPS2 2
98
+ #define ADIE 3
99
+ #define ADIF 4
100
+ #define ADATE 5
101
+ #define ADSC 6
102
+ #define ADEN 7
103
+
104
+ #define ADMUX _SFR_IO8(0x07)
105
+ #define MUX0 0
106
+ #define MUX1 1
107
+ #define MUX2 2
108
+ #define MUX3 3
109
+ #define MUX4 4
110
+ #define ADLAR 5
111
+ #define REFS0 6
112
+ #define REFS1 7
113
+
114
+ #define ACSRA _SFR_IO8(0x08)
115
+ #define ACIS0 0
116
+ #define ACIS1 1
117
+ #define ACME 2
118
+ #define ACIE 3
119
+ #define ACI 4
120
+ #define ACO 5
121
+ #define ACBG 6
122
+ #define ACD 7
123
+
124
+ #define ACSRB _SFR_IO8(0x09)
125
+ #define ACM0 0
126
+ #define ACM1 1
127
+ #define ACM2 2
128
+ #define HLEV 6
129
+ #define HSEL 7
130
+
131
+ #define GPIOR0 _SFR_IO8(0x0A)
132
+
133
+ #define GPIOR1 _SFR_IO8(0x0B)
134
+
135
+ #define GPIOR2 _SFR_IO8(0x0C)
136
+
137
+ #define USICR _SFR_IO8(0x0D)
138
+ #define USITC 0
139
+ #define USICLK 1
140
+ #define USICS0 2
141
+ #define USICS1 3
142
+ #define USIWM0 4
143
+ #define USIWM1 5
144
+ #define USIOIE 6
145
+ #define USISIE 7
146
+
147
+ #define USISR _SFR_IO8(0x0E)
148
+ #define USICNT0 0
149
+ #define USICNT1 1
150
+ #define USICNT2 2
151
+ #define USICNT3 3
152
+ #define USIDC 4
153
+ #define USIPF 5
154
+ #define USIOIF 6
155
+ #define USISIF 7
156
+
157
+ #define USIDR _SFR_IO8(0x0F)
158
+
159
+ #define USIBR _SFR_IO8(0x10)
160
+
161
+ #define USIPP _SFR_IO8(0x11)
162
+ #define USIPOS 0
163
+
164
+ #define OCR0B _SFR_IO8(0x12)
165
+
166
+ #define OCR0A _SFR_IO8(0x13)
167
+
168
+ #define TCNT0H _SFR_IO8(0x14)
169
+
170
+ #define TCCR0A _SFR_IO8(0x15)
171
+ #define WGM00 0 /* up to at least datasheet rev. B */
172
+ #define CTC0 0 /* newer revisions; change not mentioned
173
+ * in revision history */
174
+ #define ACIC0 3
175
+ #define ICES0 4
176
+ #define ICNC0 5
177
+ #define ICEN0 6
178
+ #define TCW0 7
179
+
180
+ #define PINB _SFR_IO8(0x16)
181
+ #define PINB0 0
182
+ #define PINB1 1
183
+ #define PINB2 2
184
+ #define PINB3 3
185
+ #define PINB4 4
186
+ #define PINB5 5
187
+ #define PINB6 6
188
+ #define PINB7 7
189
+
190
+ #define DDRB _SFR_IO8(0x17)
191
+ #define DDB0 0
192
+ #define DDB1 1
193
+ #define DDB2 2
194
+ #define DDB3 3
195
+ #define DDB4 4
196
+ #define DDB5 5
197
+ #define DDB6 6
198
+ #define DDB7 7
199
+
200
+ #define PORTB _SFR_IO8(0x18)
201
+ #define PB0 0
202
+ #define PB1 1
203
+ #define PB2 2
204
+ #define PB3 3
205
+ #define PB4 4
206
+ #define PB5 5
207
+ #define PB6 6
208
+ #define PB7 7
209
+
210
+ #define PINA _SFR_IO8(0x19)
211
+ #define PINA0 0
212
+ #define PINA1 1
213
+ #define PINA2 2
214
+ #define PINA3 3
215
+ #define PINA4 4
216
+ #define PINA5 5
217
+ #define PINA6 6
218
+ #define PINA7 7
219
+
220
+ #define DDRA _SFR_IO8(0x1A)
221
+ #define DDA0 0
222
+ #define DDA1 1
223
+ #define DDA2 2
224
+ #define DDA3 3
225
+ #define DDA4 4
226
+ #define DDA5 5
227
+ #define DDA6 6
228
+ #define DDA7 7
229
+
230
+ #define PORTA _SFR_IO8(0x1B)
231
+ #define PA0 0
232
+ #define PA1 1
233
+ #define PA2 2
234
+ #define PA3 3
235
+ #define PA4 4
236
+ #define PA5 5
237
+ #define PA6 6
238
+ #define PA7 7
239
+
240
+ /* EEPROM Control Register */
241
+ #define EECR _SFR_IO8(0x1C)
242
+ #define EERE 0
243
+ #define EEPE 1
244
+ #define EEMPE 2
245
+ #define EERIE 3
246
+ #define EEPM0 4
247
+ #define EEPM1 5
248
+
249
+ /* EEPROM Data Register */
250
+ #define EEDR _SFR_IO8(0x1D)
251
+
252
+ /* EEPROM Address Register */
253
+ #define EEAR _SFR_IO16(0x1E)
254
+ #define EEARL _SFR_IO8(0x1E)
255
+ #define EEARH _SFR_IO8(0x1F)
256
+
257
+ #define DWDR _SFR_IO8(0x20)
258
+
259
+ #define WDTCR _SFR_IO8(0x21)
260
+ #define WDP0 0
261
+ #define WDP1 1
262
+ #define WDP2 2
263
+ #define WDE 3
264
+ #define WDCE 4
265
+ #define WDP3 5
266
+ #define WDIE 6
267
+ #define WDIF 7
268
+
269
+ #define PCMSK1 _SFR_IO8(0x22)
270
+ #define PCINT8 0
271
+ #define PCINT9 1
272
+ #define PCINT10 2
273
+ #define PCINT11 3
274
+ #define PCINT12 4
275
+ #define PCINT13 5
276
+ #define PCINT14 6
277
+ #define PCINT15 7
278
+
279
+ #define PCMSK0 _SFR_IO8(0x23)
280
+ #define PCINT0 0
281
+ #define PCINT1 1
282
+ #define PCINT2 2
283
+ #define PCINT3 3
284
+ #define PCINT4 4
285
+ #define PCINT5 5
286
+ #define PCINT6 6
287
+ #define PCINT7 7
288
+
289
+ #define DT1 _SFR_IO8(0x24)
290
+ #define DT1L0 0
291
+ #define DT1L1 1
292
+ #define DT1L2 2
293
+ #define DT1L3 3
294
+ #define DT1H0 4
295
+ #define DT1H1 5
296
+ #define DT1H2 6
297
+ #define DT1H3 7
298
+
299
+ #define TC1H _SFR_IO8(0x25)
300
+ #define TC18 0
301
+ #define TC19 1
302
+
303
+ #define TCCR1D _SFR_IO8(0x26)
304
+ #define WGM10 0
305
+ #define WGM11 1
306
+ #define FPF1 2
307
+ #define FPAC1 3
308
+ #define FPES1 4
309
+ #define FPNC1 5
310
+ #define FPEN1 6
311
+ #define FPIE1 7
312
+
313
+ #define TCCR1C _SFR_IO8(0x27)
314
+ #define PWM1D 0
315
+ #define FOC1D 1
316
+ #define COM1D0 2
317
+ #define COM1D1 3
318
+ #define COM1B0S 4
319
+ #define COM1B1S 5
320
+ #define COM1A0S 6
321
+ #define COM1A1S 7
322
+
323
+ #define CLKPR _SFR_IO8(0x28)
324
+ #define CLKPS0 0
325
+ #define CLKPS1 1
326
+ #define CLKPS2 2
327
+ #define CLKPS3 3
328
+ #define CLKPCE 7
329
+
330
+ #define PLLCSR _SFR_IO8(0x29)
331
+ #define PLOCK 0
332
+ #define PLLE 1
333
+ #define PCKE 2
334
+ #define LSM 7
335
+
336
+ #define OCR1D _SFR_IO8(0x2A)
337
+
338
+ #define OCR1C _SFR_IO8(0x2B)
339
+
340
+ #define OCR1B _SFR_IO8(0x2C)
341
+
342
+ #define OCR1A _SFR_IO8(0x2D)
343
+
344
+ #define TCNT1 _SFR_IO8(0x2E)
345
+
346
+ #define TCCR1B _SFR_IO8(0x2F)
347
+ #define CS10 0
348
+ #define CS11 1
349
+ #define CS12 2
350
+ #define CS13 3
351
+ #define DTPS10 4
352
+ #define DTPS11 5
353
+ #define PSR1 6
354
+ #define PWM1X 7
355
+
356
+ #define TCCR1A _SFR_IO8(0x30)
357
+ #define PWM1B 0
358
+ #define PWM1A 1
359
+ #define FOC1B 2
360
+ #define FOC1A 3
361
+ #define COM1B0 4
362
+ #define COM1B1 5
363
+ #define COM1A0 6
364
+ #define COM1A1 7
365
+
366
+ #define OSCCAL _SFR_IO8(0x31)
367
+
368
+ #define TCNT0L _SFR_IO8(0x32)
369
+
370
+ #define TCCR0B _SFR_IO8(0x33)
371
+ #define CS00 0
372
+ #define CS01 1
373
+ #define CS02 2
374
+ #define PSR0 3
375
+ #define TSM 4
376
+
377
+ #define MCUSR _SFR_IO8(0x34)
378
+ #define PORF 0
379
+ #define EXTRF 1
380
+ #define BORF 2
381
+ #define WDRF 3
382
+
383
+ #define MCUCR _SFR_IO8(0x35)
384
+ #define ISC00 0
385
+ #define ISC01 1
386
+ #define SM0 3
387
+ #define SM1 4
388
+ #define SE 5
389
+ #define PUD 6
390
+
391
+ #define PRR _SFR_IO8(0x36)
392
+ #define PRADC 0
393
+ #define PRUSI 1
394
+ #define PRTIM0 2
395
+ #define PRTIM1 3
396
+
397
+ #define __AVR_HAVE_PRR ((1<<PRADC)|(1<<PRUSI)|(1<<PRTIM0)|(1<<PRTIM1))
398
+ #define __AVR_HAVE_PRR_PRADC
399
+ #define __AVR_HAVE_PRR_PRUSI
400
+ #define __AVR_HAVE_PRR_PRTIM0
401
+ #define __AVR_HAVE_PRR_PRTIM1
402
+
403
+ #define SPMCSR _SFR_IO8(0x37)
404
+ #define SPMEN 0
405
+ #define PGERS 1
406
+ #define PGWRT 2
407
+ #define RFLB 3
408
+ #define CTPB 4
409
+
410
+ #define TIFR _SFR_IO8(0x38)
411
+ #define ICF0 0
412
+ #define TOV0 1
413
+ #define TOV1 2
414
+ #define OCF0B 3
415
+ #define OCF0A 4
416
+ #define OCF1B 5
417
+ #define OCF1A 6
418
+ #define OCF1D 7
419
+
420
+ #define TIMSK _SFR_IO8(0x39)
421
+ #define TICIE0 0
422
+ #define TOIE0 1
423
+ #define TOIE1 2
424
+ #define OCIE0B 3
425
+ #define OCIE0A 4
426
+ #define OCIE1B 5
427
+ #define OCIE1A 6
428
+ #define OCIE1D 7
429
+
430
+ #define GIFR _SFR_IO8(0x3A)
431
+ #define PCIF 5
432
+ #define INTF0 6
433
+ #define INTF1 7
434
+
435
+ #define GIMSK _SFR_IO8(0x3B)
436
+ #define PCIE0 4
437
+ #define PCIE1 5
438
+ #define INT0 6
439
+ #define INT1 7
440
+
441
+ /* Reserved [0x3C] */
442
+
443
+ /* 0x3D..0x3E SP [defined in <avr/io.h>] */
444
+ /* 0x3F SREG [defined in <avr/io.h>] */
445
+
446
+
447
+ /* Interrupt vectors */
448
+ /* Interrupt vector 0 is the reset vector. */
449
+ /* External Interrupt 0 */
450
+ #define INT0_vect_num 1
451
+ #define INT0_vect _VECTOR(1)
452
+ #define SIG_INTERRUPT0 _VECTOR(1)
453
+
454
+ /* Pin Change Interrupt */
455
+ #define PCINT_vect_num 2
456
+ #define PCINT_vect _VECTOR(2)
457
+ #define SIG_PIN_CHANGE _VECTOR(2)
458
+
459
+ /* Timer/Counter1 Compare Match 1A */
460
+ #define TIMER1_COMPA_vect_num 3
461
+ #define TIMER1_COMPA_vect _VECTOR(3)
462
+ #define SIG_OUTPUT_COMPARE1A _VECTOR(3)
463
+
464
+ /* Timer/Counter1 Compare Match 1B */
465
+ #define TIMER1_COMPB_vect_num 4
466
+ #define TIMER1_COMPB_vect _VECTOR(4)
467
+ #define SIG_OUTPUT_COMPARE1B _VECTOR(4)
468
+
469
+ /* Timer/Counter1 Overflow */
470
+ #define TIMER1_OVF_vect_num 5
471
+ #define TIMER1_OVF_vect _VECTOR(5)
472
+ #define SIG_OVERFLOW1 _VECTOR(5)
473
+
474
+ /* Timer/Counter0 Overflow */
475
+ #define TIMER0_OVF_vect_num 6
476
+ #define TIMER0_OVF_vect _VECTOR(6)
477
+ #define SIG_OVERFLOW0 _VECTOR(6)
478
+
479
+ /* USI Start */
480
+ #define USI_START_vect_num 7
481
+ #define USI_START_vect _VECTOR(7)
482
+ #define SIG_USI_START _VECTOR(7)
483
+
484
+ /* USI Overflow */
485
+ #define USI_OVF_vect_num 8
486
+ #define USI_OVF_vect _VECTOR(8)
487
+ #define SIG_USI_OVERFLOW _VECTOR(8)
488
+
489
+ /* EEPROM Ready */
490
+ #define EE_RDY_vect_num 9
491
+ #define EE_RDY_vect _VECTOR(9)
492
+ #define SIG_EEPROM_READY _VECTOR(9)
493
+
494
+ /* Analog Comparator */
495
+ #define ANA_COMP_vect_num 10
496
+ #define ANA_COMP_vect _VECTOR(10)
497
+ #define SIG_ANA_COMP _VECTOR(10)
498
+ #define SIG_COMPARATOR _VECTOR(10)
499
+
500
+ /* ADC Conversion Complete */
501
+ #define ADC_vect_num 11
502
+ #define ADC_vect _VECTOR(11)
503
+ #define SIG_ADC _VECTOR(11)
504
+
505
+ /* Watchdog Time-Out */
506
+ #define WDT_vect_num 12
507
+ #define WDT_vect _VECTOR(12)
508
+ #define SIG_WDT _VECTOR(12)
509
+
510
+ /* External Interrupt 1 */
511
+ #define INT1_vect_num 13
512
+ #define INT1_vect _VECTOR(13)
513
+ #define SIG_INTERRUPT1 _VECTOR(13)
514
+
515
+ /* Timer/Counter0 Compare Match A */
516
+ #define TIMER0_COMPA_vect_num 14
517
+ #define TIMER0_COMPA_vect _VECTOR(14)
518
+ #define SIG_OUTPUT_COMPARE0A _VECTOR(14)
519
+
520
+ /* Timer/Counter0 Compare Match B */
521
+ #define TIMER0_COMPB_vect_num 15
522
+ #define TIMER0_COMPB_vect _VECTOR(15)
523
+ #define SIG_OUTPUT_COMPARE0B _VECTOR(15)
524
+
525
+ /* ADC Conversion Complete */
526
+ #define TIMER0_CAPT_vect_num 16
527
+ #define TIMER0_CAPT_vect _VECTOR(16)
528
+ #define SIG_INPUT_CAPTURE0 _VECTOR(16)
529
+
530
+ /* Timer/Counter1 Compare Match D */
531
+ #define TIMER1_COMPD_vect_num 17
532
+ #define TIMER1_COMPD_vect _VECTOR(17)
533
+ #define SIG_OUTPUT_COMPARE0D _VECTOR(17)
534
+
535
+ /* Timer/Counter1 Fault Protection */
536
+ #define FAULT_PROTECTION_vect_num 18
537
+ #define FAULT_PROTECTION_vect _VECTOR(18)
538
+
539
+ #define _VECTORS_SIZE 38
540
+
541
+ #endif /* _AVR_IOTNx61_H_ */