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,34 @@
1
+ /*****************************************************************************
2
+ *
3
+ * Copyright (C) 2011 Atmel Corporation
4
+ * All rights reserved.
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions are met:
8
+ *
9
+ * * Redistributions of source code must retain the above copyright
10
+ * notice, this list of conditions and the following disclaimer.
11
+ *
12
+ * * Redistributions in binary form must reproduce the above copyright
13
+ * notice, this list of conditions and the following disclaimer in
14
+ * the documentation and/or other materials provided with the
15
+ * distribution.
16
+ *
17
+ * * Neither the name of the copyright holders nor the names of
18
+ * contributors may be used to endorse or promote products derived
19
+ * from this software without specific prior written permission.
20
+ *
21
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
25
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
+ * POSSIBILITY OF SUCH DAMAGE.
32
+ ****************************************************************************/
33
+
34
+ #include "iom6450.h"
@@ -0,0 +1,34 @@
1
+ /*****************************************************************************
2
+ *
3
+ * Copyright (C) 2011 Atmel Corporation
4
+ * All rights reserved.
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions are met:
8
+ *
9
+ * * Redistributions of source code must retain the above copyright
10
+ * notice, this list of conditions and the following disclaimer.
11
+ *
12
+ * * Redistributions in binary form must reproduce the above copyright
13
+ * notice, this list of conditions and the following disclaimer in
14
+ * the documentation and/or other materials provided with the
15
+ * distribution.
16
+ *
17
+ * * Neither the name of the copyright holders nor the names of
18
+ * contributors may be used to endorse or promote products derived
19
+ * from this software without specific prior written permission.
20
+ *
21
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
25
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
+ * POSSIBILITY OF SUCH DAMAGE.
32
+ ****************************************************************************/
33
+
34
+ #include "iom6450.h"
@@ -0,0 +1,34 @@
1
+ /*****************************************************************************
2
+ *
3
+ * Copyright (C) 2011 Atmel Corporation
4
+ * All rights reserved.
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions are met:
8
+ *
9
+ * * Redistributions of source code must retain the above copyright
10
+ * notice, this list of conditions and the following disclaimer.
11
+ *
12
+ * * Redistributions in binary form must reproduce the above copyright
13
+ * notice, this list of conditions and the following disclaimer in
14
+ * the documentation and/or other materials provided with the
15
+ * distribution.
16
+ *
17
+ * * Neither the name of the copyright holders nor the names of
18
+ * contributors may be used to endorse or promote products derived
19
+ * from this software without specific prior written permission.
20
+ *
21
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
25
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
+ * POSSIBILITY OF SUCH DAMAGE.
32
+ ****************************************************************************/
33
+
34
+ #include "iom645.h"
@@ -0,0 +1,34 @@
1
+ /*****************************************************************************
2
+ *
3
+ * Copyright (C) 2011 Atmel Corporation
4
+ * All rights reserved.
5
+ *
6
+ * Redistribution and use in source and binary forms, with or without
7
+ * modification, are permitted provided that the following conditions are met:
8
+ *
9
+ * * Redistributions of source code must retain the above copyright
10
+ * notice, this list of conditions and the following disclaimer.
11
+ *
12
+ * * Redistributions in binary form must reproduce the above copyright
13
+ * notice, this list of conditions and the following disclaimer in
14
+ * the documentation and/or other materials provided with the
15
+ * distribution.
16
+ *
17
+ * * Neither the name of the copyright holders nor the names of
18
+ * contributors may be used to endorse or promote products derived
19
+ * from this software without specific prior written permission.
20
+ *
21
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
25
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
+ * POSSIBILITY OF SUCH DAMAGE.
32
+ ****************************************************************************/
33
+
34
+ #include "iom645.h"
@@ -0,0 +1,1061 @@
1
+ /* Copyright (c) 2004 Eric B. Weddington
2
+ Copyright (c) 2005,2006 Anatoly Sokolov
3
+ All rights reserved.
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ * Redistributions of source code must retain the above copyright
9
+ notice, this list of conditions and the following disclaimer.
10
+
11
+ * Redistributions in binary form must reproduce the above copyright
12
+ notice, this list of conditions and the following disclaimer in
13
+ the documentation and/or other materials provided with the
14
+ distribution.
15
+
16
+ * Neither the name of the copyright holders nor the names of
17
+ contributors may be used to endorse or promote products derived
18
+ from this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
24
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30
+ POSSIBILITY OF SUCH DAMAGE. */
31
+
32
+ /* avr/iom649.h - definitions for ATmega649 */
33
+
34
+ #ifndef _AVR_IOM649_H_
35
+ #define _AVR_IOM649_H_ 1
36
+
37
+ /* This file should only be included from <avr/io.h>, never directly. */
38
+
39
+ #ifndef _AVR_IO_H_
40
+ # error "Include <avr/io.h> instead of this file."
41
+ #endif
42
+
43
+ #ifndef _AVR_IOXXX_H_
44
+ # define _AVR_IOXXX_H_ "iom649.h"
45
+ #else
46
+ # error "Attempt to include more than one <avr/ioXXX.h> file."
47
+ #endif
48
+
49
+ /* Registers and associated bit numbers */
50
+
51
+ #define PINA _SFR_IO8(0x00)
52
+ #define PINA7 7
53
+ #define PINA6 6
54
+ #define PINA5 5
55
+ #define PINA4 4
56
+ #define PINA3 3
57
+ #define PINA2 2
58
+ #define PINA1 1
59
+ #define PINA0 0
60
+
61
+ #define DDRA _SFR_IO8(0x01)
62
+ #define DDA7 7
63
+ #define DDA6 6
64
+ #define DDA5 5
65
+ #define DDA4 4
66
+ #define DDA3 3
67
+ #define DDA2 2
68
+ #define DDA1 1
69
+ #define DDA0 0
70
+
71
+ #define PORTA _SFR_IO8(0x02)
72
+ #define PA7 7
73
+ #define PA6 6
74
+ #define PA5 5
75
+ #define PA4 4
76
+ #define PA3 3
77
+ #define PA2 2
78
+ #define PA1 1
79
+ #define PA0 0
80
+
81
+ #define PINB _SFR_IO8(0x03)
82
+ #define PINB7 7
83
+ #define PINB6 6
84
+ #define PINB5 5
85
+ #define PINB4 4
86
+ #define PINB3 3
87
+ #define PINB2 2
88
+ #define PINB1 1
89
+ #define PINB0 0
90
+
91
+ #define DDRB _SFR_IO8(0x04)
92
+ #define DDB7 7
93
+ #define DDB6 6
94
+ #define DDB5 5
95
+ #define DDB4 4
96
+ #define DDB3 3
97
+ #define DDB2 2
98
+ #define DDB1 1
99
+ #define DDB0 0
100
+
101
+ #define PORTB _SFR_IO8(0x05)
102
+ #define PB7 7
103
+ #define PB6 6
104
+ #define PB5 5
105
+ #define PB4 4
106
+ #define PB3 3
107
+ #define PB2 2
108
+ #define PB1 1
109
+ #define PB0 0
110
+
111
+ #define PINC _SFR_IO8(0x06)
112
+ #define PINC7 7
113
+ #define PINC6 6
114
+ #define PINC5 5
115
+ #define PINC4 4
116
+ #define PINC3 3
117
+ #define PINC2 2
118
+ #define PINC1 1
119
+ #define PINC0 0
120
+
121
+ #define DDRC _SFR_IO8(0x07)
122
+ #define DDC7 7
123
+ #define DDC6 6
124
+ #define DDC5 5
125
+ #define DDC4 4
126
+ #define DDC3 3
127
+ #define DDC2 2
128
+ #define DDC1 1
129
+ #define DDC0 0
130
+
131
+ #define PORTC _SFR_IO8(0x08)
132
+ #define PC7 7
133
+ #define PC6 6
134
+ #define PC5 5
135
+ #define PC4 4
136
+ #define PC3 3
137
+ #define PC2 2
138
+ #define PC1 1
139
+ #define PC0 0
140
+
141
+ #define PIND _SFR_IO8(0x09)
142
+ #define PIND7 7
143
+ #define PIND6 6
144
+ #define PIND5 5
145
+ #define PIND4 4
146
+ #define PIND3 3
147
+ #define PIND2 2
148
+ #define PIND1 1
149
+ #define PIND0 0
150
+
151
+ #define DDRD _SFR_IO8(0x0A)
152
+ #define DDD7 7
153
+ #define DDD6 6
154
+ #define DDD5 5
155
+ #define DDD4 4
156
+ #define DDD3 3
157
+ #define DDD2 2
158
+ #define DDD1 1
159
+ #define DDD0 0
160
+
161
+ #define PORTD _SFR_IO8(0x0B)
162
+ #define PD7 7
163
+ #define PD6 6
164
+ #define PD5 5
165
+ #define PD4 4
166
+ #define PD3 3
167
+ #define PD2 2
168
+ #define PD1 1
169
+ #define PD0 0
170
+
171
+ #define PINE _SFR_IO8(0x0C)
172
+ #define PINE7 7
173
+ #define PINE6 6
174
+ #define PINE5 5
175
+ #define PINE4 4
176
+ #define PINE3 3
177
+ #define PINE2 2
178
+ #define PINE1 1
179
+ #define PINE0 0
180
+
181
+ #define DDRE _SFR_IO8(0x0D)
182
+ #define DDE7 7
183
+ #define DDE6 6
184
+ #define DDE5 5
185
+ #define DDE4 4
186
+ #define DDE3 3
187
+ #define DDE2 2
188
+ #define DDE1 1
189
+ #define DDE0 0
190
+
191
+ #define PORTE _SFR_IO8(0x0E)
192
+ #define PE7 7
193
+ #define PE6 6
194
+ #define PE5 5
195
+ #define PE4 4
196
+ #define PE3 3
197
+ #define PE2 2
198
+ #define PE1 1
199
+ #define PE0 0
200
+
201
+ #define PINF _SFR_IO8(0x0F)
202
+ #define PINF7 7
203
+ #define PINF6 6
204
+ #define PINF5 5
205
+ #define PINF4 4
206
+ #define PINF3 3
207
+ #define PINF2 2
208
+ #define PINF1 1
209
+ #define PINF0 0
210
+
211
+ #define DDRF _SFR_IO8(0x10)
212
+ #define DDF7 7
213
+ #define DDF6 6
214
+ #define DDF5 5
215
+ #define DDF4 4
216
+ #define DDF3 3
217
+ #define DDF2 2
218
+ #define DDF1 1
219
+ #define DDF0 0
220
+
221
+ #define PORTF _SFR_IO8(0x11)
222
+ #define PF7 7
223
+ #define PF6 6
224
+ #define PF5 5
225
+ #define PF4 4
226
+ #define PF3 3
227
+ #define PF2 2
228
+ #define PF1 1
229
+ #define PF0 0
230
+
231
+ #define PING _SFR_IO8(0x12)
232
+ #define PING5 5
233
+ #define PING4 4
234
+ #define PING3 3
235
+ #define PING2 2
236
+ #define PING1 1
237
+ #define PING0 0
238
+
239
+ #define DDRG _SFR_IO8(0x13)
240
+ #define DDG4 4
241
+ #define DDG3 3
242
+ #define DDG2 2
243
+ #define DDG1 1
244
+ #define DDG0 0
245
+
246
+ #define PORTG _SFR_IO8(0x14)
247
+ #define PG4 4
248
+ #define PG3 3
249
+ #define PG2 2
250
+ #define PG1 1
251
+ #define PG0 0
252
+
253
+ #define TIFR0 _SFR_IO8(0x15)
254
+ #define TOV0 0
255
+ #define OCF0A 1
256
+
257
+ #define TIFR1 _SFR_IO8(0x16)
258
+ #define TOV1 0
259
+ #define OCF1A 1
260
+ #define OCF1B 2
261
+ #define ICF1 5
262
+
263
+ #define TIFR2 _SFR_IO8(0x17)
264
+ #define TOV2 0
265
+ #define OCF2A 1
266
+
267
+ /* Reserved [0x18..0x1B] */
268
+
269
+ #define EIFR _SFR_IO8(0x1C)
270
+ #define INTF0 0
271
+ #define PCIF0 4
272
+ #define PCIF1 5
273
+
274
+ #define EIMSK _SFR_IO8(0x1D)
275
+ #define INT0 0
276
+ #define PCIE0 4
277
+ #define PCIE1 5
278
+
279
+ #define GPIOR0 _SFR_IO8(0x1E)
280
+
281
+ #define EECR _SFR_IO8(0x1F)
282
+ #define EERIE 3
283
+ #define EEMWE 2
284
+ #define EEWE 1
285
+ #define EERE 0
286
+
287
+ #define EEDR _SFR_IO8(0X20)
288
+
289
+ /* Combine EEARL and EEARH */
290
+ #define EEAR _SFR_IO16(0x21)
291
+ #define EEARL _SFR_IO8(0x21)
292
+ #define EEARH _SFR_IO8(0X22)
293
+
294
+ /* 6-char sequence denoting where to find the EEPROM registers in memory space.
295
+ Adresses denoted in hex syntax with uppercase letters. Used by the EEPROM
296
+ subroutines.
297
+ First two letters: EECR address.
298
+ Second two letters: EEDR address.
299
+ Last two letters: EEAR address. */
300
+ #define __EEPROM_REG_LOCATIONS__ 1F2021
301
+
302
+ #define GTCCR _SFR_IO8(0x23)
303
+ #define PSR10 0
304
+ #define PSR2 1
305
+ #define TSM 7
306
+
307
+ #define TCCR0A _SFR_IO8(0x24)
308
+ #define CS00 0
309
+ #define CS01 1
310
+ #define CS02 2
311
+ #define WGM01 3
312
+ #define COM0A0 4
313
+ #define COM0A1 5
314
+ #define WGM00 6
315
+ #define FOC0A 7
316
+
317
+ /* Reserved [0x25] */
318
+
319
+ #define TCNT0 _SFR_IO8(0X26)
320
+
321
+ #define OCR0A _SFR_IO8(0X27)
322
+
323
+ /* Reserved [0x28..0x29] */
324
+
325
+ #define GPIOR1 _SFR_IO8(0x2A)
326
+
327
+ #define GPIOR2 _SFR_IO8(0x2B)
328
+
329
+ #define SPCR _SFR_IO8(0x2C)
330
+ #define SPR0 0
331
+ #define SPR1 1
332
+ #define CPHA 2
333
+ #define CPOL 3
334
+ #define MSTR 4
335
+ #define DORD 5
336
+ #define SPE 6
337
+ #define SPIE 7
338
+
339
+ #define SPSR _SFR_IO8(0x2D)
340
+ #define SPI2X 0
341
+ #define WCOL 6
342
+ #define SPIF 7
343
+
344
+ #define SPDR _SFR_IO8(0X2E)
345
+
346
+ /* Reserved [0x2F] */
347
+
348
+ #define ACSR _SFR_IO8(0x30)
349
+ #define ACIS0 0
350
+ #define ACIS1 1
351
+ #define ACIC 2
352
+ #define ACIE 3
353
+ #define ACI 4
354
+ #define ACO 5
355
+ #define ACBG 6
356
+ #define ACD 7
357
+
358
+ #define OCDR _SFR_IO8(0x31)
359
+ #define OCDR0 0
360
+ #define OCDR1 1
361
+ #define OCDR2 2
362
+ #define OCDR3 3
363
+ #define OCDR4 4
364
+ #define OCDR5 5
365
+ #define OCDR6 6
366
+ #define OCDR7 7
367
+ #define IDRD 7
368
+
369
+ /* Reserved [0x32] */
370
+
371
+ #define SMCR _SFR_IO8(0x33)
372
+ #define SE 0
373
+ #define SM0 1
374
+ #define SM1 2
375
+ #define SM2 3
376
+
377
+ #define MCUSR _SFR_IO8(0x34)
378
+ #define PORF 0
379
+ #define EXTRF 1
380
+ #define BORF 2
381
+ #define WDRF 3
382
+ #define JTRF 4
383
+
384
+ #define MCUCR _SFR_IO8(0X35)
385
+ #define IVCE 0
386
+ #define IVSEL 1
387
+ #define PUD 4
388
+ #define JTD 7
389
+
390
+ /* Reserved [0x36] */
391
+
392
+ #define SPMCSR _SFR_IO8(0x37)
393
+ #define SPMEN 0
394
+ #define PGERS 1
395
+ #define PGWRT 2
396
+ #define BLBSET 3
397
+ #define RWWSRE 4
398
+ #define RWWSB 6
399
+ #define SPMIE 7
400
+
401
+ /* Reserved [0x38..0x3C] */
402
+
403
+ /* SP [0x3D..0x3E] */
404
+ /* SREG [0x3F] */
405
+
406
+ #define WDTCR _SFR_MEM8(0x60)
407
+ #define WDP0 0
408
+ #define WDP1 1
409
+ #define WDP2 2
410
+ #define WDE 3
411
+ #define WDCE 4
412
+
413
+ #define CLKPR _SFR_MEM8(0x61)
414
+ #define CLKPS0 0
415
+ #define CLKPS1 1
416
+ #define CLKPS2 2
417
+ #define CLKPS3 3
418
+ #define CLKPCE 7
419
+
420
+ /* Reserved [0x62..0x63] */
421
+
422
+ #define PRR _SFR_MEM8(0x64)
423
+ #define PRADC 0
424
+ #define PRUSART0 1
425
+ #define PRSPI 2
426
+ #define PRTIM1 3
427
+ #define PRLCD 4
428
+
429
+ #define __AVR_HAVE_PRR ((1<<PRADC)|(1<<PRUSART0)|(1<<PRSPI)|(1<<PRTIM1)|(1<<PRLCD))
430
+ #define __AVR_HAVE_PRR_PRADC
431
+ #define __AVR_HAVE_PRR_PRUSART0
432
+ #define __AVR_HAVE_PRR_PRSPI
433
+ #define __AVR_HAVE_PRR_PRTIM1
434
+ #define __AVR_HAVE_PRR_PRLCD
435
+
436
+ /* Reserved [0x65] */
437
+
438
+ #define OSCCAL _SFR_MEM8(0x66)
439
+
440
+ /* Reserved [0x67..0x68] */
441
+
442
+ #define EICRA _SFR_MEM8(0x69)
443
+ #define ISC00 0
444
+ #define ISC01 1
445
+
446
+ /* Reserved [0x6A] */
447
+
448
+ #define PCMSK0 _SFR_MEM8(0x6B)
449
+ #define PCINT0 0
450
+ #define PCINT1 1
451
+ #define PCINT2 2
452
+ #define PCINT3 3
453
+ #define PCINT4 4
454
+ #define PCINT5 5
455
+ #define PCINT6 6
456
+ #define PCINT7 7
457
+
458
+ #define PCMSK1 _SFR_MEM8(0x6C)
459
+ #define PCINT8 0
460
+ #define PCINT9 1
461
+ #define PCINT10 2
462
+ #define PCINT11 3
463
+ #define PCINT12 4
464
+ #define PCINT13 5
465
+ #define PCINT14 6
466
+ #define PCINT15 7
467
+
468
+ /* Reserved [0x6D] */
469
+
470
+ #define TIMSK0 _SFR_MEM8(0x6E)
471
+ #define TOIE0 0
472
+ #define OCIE0A 1
473
+
474
+ #define TIMSK1 _SFR_MEM8(0x6F)
475
+ #define TOIE1 0
476
+ #define OCIE1A 1
477
+ #define OCIE1B 2
478
+ #define ICIE1 5
479
+
480
+ #define TIMSK2 _SFR_MEM8(0x70)
481
+ #define TOIE2 0
482
+ #define OCIE2A 1
483
+
484
+ /* Reserved [0x71..0x77] */
485
+
486
+ /* Combine ADCL and ADCH */
487
+ #ifndef __ASSEMBLER__
488
+ #define ADC _SFR_MEM16(0x78)
489
+ #endif
490
+ #define ADCW _SFR_MEM16(0x78)
491
+ #define ADCL _SFR_MEM8(0x78)
492
+ #define ADCH _SFR_MEM8(0x79)
493
+
494
+ #define ADCSRA _SFR_MEM8(0x7A)
495
+ #define ADPS0 0
496
+ #define ADPS1 1
497
+ #define ADPS2 2
498
+ #define ADIE 3
499
+ #define ADIF 4
500
+ #define ADATE 5
501
+ #define ADSC 6
502
+ #define ADEN 7
503
+
504
+ #define ADCSRB _SFR_MEM8(0x7B)
505
+ #define ADTS0 0
506
+ #define ADTS1 1
507
+ #define ADTS2 2
508
+ #define ACME 6
509
+
510
+ #define ADMUX _SFR_MEM8(0x7C)
511
+ #define MUX0 0
512
+ #define MUX1 1
513
+ #define MUX2 2
514
+ #define MUX3 3
515
+ #define MUX4 4
516
+ #define ADLAR 5
517
+ #define REFS0 6
518
+ #define REFS1 7
519
+
520
+ /* Reserved [0x7D] */
521
+
522
+ #define DIDR0 _SFR_MEM8(0x7E)
523
+ #define ADC0D 0
524
+ #define ADC1D 1
525
+ #define ADC2D 2
526
+ #define ADC3D 3
527
+ #define ADC4D 4
528
+ #define ADC5D 5
529
+ #define ADC6D 6
530
+ #define ADC7D 7
531
+
532
+ #define DIDR1 _SFR_MEM8(0x7F)
533
+ #define AIN0D 0
534
+ #define AIN1D 1
535
+
536
+ #define TCCR1A _SFR_MEM8(0X80)
537
+ #define WGM10 0
538
+ #define WGM11 1
539
+ #define COM1B0 4
540
+ #define COM1B1 5
541
+ #define COM1A0 6
542
+ #define COM1A1 7
543
+
544
+ #define TCCR1B _SFR_MEM8(0X81)
545
+ #define CS10 0
546
+ #define CS11 1
547
+ #define CS12 2
548
+ #define WGM12 3
549
+ #define WGM13 4
550
+ #define ICES1 6
551
+ #define ICNC1 7
552
+
553
+ #define TCCR1C _SFR_MEM8(0x82)
554
+ #define FOC1B 6
555
+ #define FOC1A 7
556
+
557
+ /* Reserved [0x83] */
558
+
559
+ /* Combine TCNT1L and TCNT1H */
560
+ #define TCNT1 _SFR_MEM16(0x84)
561
+
562
+ #define TCNT1L _SFR_MEM8(0x84)
563
+ #define TCNT1H _SFR_MEM8(0x85)
564
+
565
+ /* Combine ICR1L and ICR1H */
566
+ #define ICR1 _SFR_MEM16(0x86)
567
+
568
+ #define ICR1L _SFR_MEM8(0x86)
569
+ #define ICR1H _SFR_MEM8(0x87)
570
+
571
+ /* Combine OCR1AL and OCR1AH */
572
+ #define OCR1A _SFR_MEM16(0x88)
573
+
574
+ #define OCR1AL _SFR_MEM8(0x88)
575
+ #define OCR1AH _SFR_MEM8(0x89)
576
+
577
+ /* Combine OCR1BL and OCR1BH */
578
+ #define OCR1B _SFR_MEM16(0x8A)
579
+
580
+ #define OCR1BL _SFR_MEM8(0x8A)
581
+ #define OCR1BH _SFR_MEM8(0x8B)
582
+
583
+ /* Reserved [0x8C..0xAF] */
584
+
585
+ #define TCCR2A _SFR_MEM8(0xB0)
586
+ #define CS20 0
587
+ #define CS21 1
588
+ #define CS22 2
589
+ #define WGM21 3
590
+ #define COM2A0 4
591
+ #define COM2A1 5
592
+ #define WGM20 6
593
+ #define FOC2A 7
594
+
595
+ /* Reserved [0xB1] */
596
+
597
+ #define TCNT2 _SFR_MEM8(0xB2)
598
+
599
+ #define OCR2A _SFR_MEM8(0xB3)
600
+
601
+ /* Reserved [0xB4..0xB5] */
602
+
603
+ #define ASSR _SFR_MEM8(0xB6)
604
+ #define TCR2UB 0
605
+ #define OCR2UB 1
606
+ #define TCN2UB 2
607
+ #define AS2 3
608
+ #define EXCLK 4
609
+
610
+ /* Reserved [0xB7] */
611
+
612
+ #define USICR _SFR_MEM8(0xB8)
613
+ #define USITC 0
614
+ #define USICLK 1
615
+ #define USICS0 2
616
+ #define USICS1 3
617
+ #define USIWM0 4
618
+ #define USIWM1 5
619
+ #define USIOIE 6
620
+ #define USISIE 7
621
+
622
+ #define USISR _SFR_MEM8(0xB9)
623
+ #define USICNT0 0
624
+ #define USICNT1 1
625
+ #define USICNT2 2
626
+ #define USICNT3 3
627
+ #define USIDC 4
628
+ #define USIPF 5
629
+ #define USIOIF 6
630
+ #define USISIF 7
631
+
632
+ #define USIDR _SFR_MEM8(0xBA)
633
+
634
+ /* Reserved [0xBB..0xBF] */
635
+
636
+ #define UCSR0A _SFR_MEM8(0xC0)
637
+ #define MPCM0 0
638
+ #define U2X0 1
639
+ #define UPE0 2
640
+ #define DOR0 3
641
+ #define FE0 4
642
+ #define UDRE0 5
643
+ #define TXC0 6
644
+ #define RXC0 7
645
+
646
+ #define UCSR0B _SFR_MEM8(0XC1)
647
+ #define TXB80 0
648
+ #define RXB80 1
649
+ #define UCSZ02 2
650
+ #define TXEN0 3
651
+ #define RXEN0 4
652
+ #define UDRIE0 5
653
+ #define TXCIE0 6
654
+ #define RXCIE0 7
655
+
656
+ #define UCSR0C _SFR_MEM8(0xC2)
657
+ #define UCPOL0 0
658
+ #define UCSZ00 1
659
+ #define UCSZ01 2
660
+ #define USBS0 3
661
+ #define UPM00 4
662
+ #define UPM01 5
663
+ #define UMSEL0 6
664
+
665
+ /* Reserved [0xC3] */
666
+
667
+ /* Combine UBRR0L and UBRR0H */
668
+ #define UBRR0 _SFR_MEM16(0xC4)
669
+
670
+ #define UBRR0L _SFR_MEM8(0xC4)
671
+ #define UBRR0H _SFR_MEM8(0xC5)
672
+
673
+ #define UDR0 _SFR_MEM8(0XC6)
674
+
675
+ /* Reserved [0xC7..0xE3] */
676
+
677
+ #define LCDCRA _SFR_MEM8(0XE4)
678
+ #define LCDBL 0
679
+ #define LCDIE 3
680
+ #define LCDIF 4
681
+ #define LCDAB 6
682
+ #define LCDEN 7
683
+
684
+ #define LCDCRB _SFR_MEM8(0XE5)
685
+ #define LCDPM0 0
686
+ #define LCDPM1 1
687
+ #define LCDPM2 2
688
+ #define LCDMUX0 4
689
+ #define LCDMUX1 5
690
+ #define LCD2B 6
691
+ #define LCDCS 7
692
+
693
+ #define LCDFRR _SFR_MEM8(0XE6)
694
+ #define LCDCD0 0
695
+ #define LCDCD1 1
696
+ #define LCDCD2 2
697
+ #define LCDPS0 4
698
+ #define LCDPS1 5
699
+ #define LCDPS2 6
700
+
701
+ #define LCDCCR _SFR_MEM8(0XE7)
702
+ #define LCDCC0 0
703
+ #define LCDCC1 1
704
+ #define LCDCC2 2
705
+ #define LCDCC3 3
706
+ #define LCDDC0 5
707
+ #define LCDDC1 6
708
+ #define LCDDC2 7
709
+
710
+ /* Reserved [0xE8..0xEB] */
711
+
712
+ #define LCDDR00 _SFR_MEM8(0XEC)
713
+ #define SEG000 0
714
+ #define SEG001 1
715
+ #define SEG002 2
716
+ #define SEG003 3
717
+ #define SEG004 4
718
+ #define SEG005 5
719
+ #define SEG006 6
720
+ #define SEG007 7
721
+
722
+ #define LCDDR01 _SFR_MEM8(0XED)
723
+ #define SEG008 0
724
+ #define SEG009 1
725
+ #define SEG010 2
726
+ #define SEG011 3
727
+ #define SEG012 4
728
+ #define SEG013 5
729
+ #define SEG014 6
730
+ #define SEG015 7
731
+
732
+ #define LCDDR02 _SFR_MEM8(0XEE)
733
+ #define SEG016 0
734
+ #define SEG017 1
735
+ #define SEG018 2
736
+ #define SEG019 3
737
+ #define SEG020 4
738
+ #define SEG021 5
739
+ #define SEG022 6
740
+ #define SEG023 7
741
+
742
+ #define LCDDR03 _SFR_MEM8(0XEF)
743
+ #define SEG024 0
744
+
745
+ /* Reserved [0xF0] */
746
+
747
+ #define LCDDR05 _SFR_MEM8(0XF1)
748
+ #define SEG100 0
749
+ #define SEG101 1
750
+ #define SEG102 2
751
+ #define SEG103 3
752
+ #define SEG104 4
753
+ #define SEG105 5
754
+ #define SEG106 6
755
+ #define SEG107 7
756
+
757
+ #define LCDDR06 _SFR_MEM8(0XF2)
758
+ #define SEG108 0
759
+ #define SEG109 1
760
+ #define SEG110 2
761
+ #define SEG111 3
762
+ #define SEG112 4
763
+ #define SEG113 5
764
+ #define SEG114 6
765
+ #define SEG115 7
766
+
767
+ #define LCDDR07 _SFR_MEM8(0XF3)
768
+ #define SEG116 0
769
+ #define SEG117 1
770
+ #define SEG118 2
771
+ #define SEG119 3
772
+ #define SEG120 4
773
+ #define SEG121 5
774
+ #define SEG122 6
775
+ #define SEG123 7
776
+
777
+ #define LCDDR08 _SFR_MEM8(0XF4)
778
+ #define SEG124 0
779
+
780
+ /* Reserved [0xF5] */
781
+
782
+ #define LCDDR10 _SFR_MEM8(0XF6)
783
+ #define SEG200 0
784
+ #define SEG201 1
785
+ #define SEG202 2
786
+ #define SEG203 3
787
+ #define SEG204 4
788
+ #define SEG205 5
789
+ #define SEG206 6
790
+ #define SEG207 7
791
+
792
+ #define LCDDR11 _SFR_MEM8(0XF7)
793
+ #define SEG208 0
794
+ #define SEG209 1
795
+ #define SEG210 2
796
+ #define SEG211 3
797
+ #define SEG212 4
798
+ #define SEG213 5
799
+ #define SEG214 6
800
+ #define SEG215 7
801
+
802
+ #define LCDDR12 _SFR_MEM8(0XF8)
803
+ #define SEG216 0
804
+ #define SEG217 1
805
+ #define SEG218 2
806
+ #define SEG219 3
807
+ #define SEG220 4
808
+ #define SEG221 5
809
+ #define SEG222 6
810
+ #define SEG223 7
811
+
812
+ #define LCDDR13 _SFR_MEM8(0XF9)
813
+ #define SEG224 0
814
+
815
+ /* Reserved [0xFA] */
816
+
817
+ #define LCDDR15 _SFR_MEM8(0XFB)
818
+ #define SEG300 0
819
+ #define SEG301 1
820
+ #define SEG302 2
821
+ #define SEG303 3
822
+ #define SEG304 4
823
+ #define SEG305 5
824
+ #define SEG306 6
825
+ #define SEG307 7
826
+
827
+ #define LCDDR16 _SFR_MEM8(0XFC)
828
+ #define SEG308 0
829
+ #define SEG309 1
830
+ #define SEG310 2
831
+ #define SEG311 3
832
+ #define SEG312 4
833
+ #define SEG313 5
834
+ #define SEG314 6
835
+ #define SEG315 7
836
+
837
+ #define LCDDR17 _SFR_MEM8(0XFD)
838
+ #define SEG316 0
839
+ #define SEG217 1
840
+ #define SEG318 2
841
+ #define SEG319 3
842
+ #define SEG320 4
843
+ #define SEG321 5
844
+ #define SEG322 6
845
+ #define SEG323 7
846
+
847
+ #define LCDDR18 _SFR_MEM8(0XFE)
848
+ #define SEG324 0
849
+
850
+ /* Reserved [0xFF] */
851
+
852
+ /* Interrupt vectors */
853
+ /* Vector 0 is the reset vector */
854
+
855
+ /* External Interrupt Request 0 */
856
+ #define INT0_vect_num 1
857
+ #define INT0_vect _VECTOR(1)
858
+ #define SIG_INTERRUPT0 _VECTOR(1)
859
+
860
+ /* Pin Change Interrupt Request 0 */
861
+ #define PCINT0_vect_num 2
862
+ #define PCINT0_vect _VECTOR(2)
863
+ #define SIG_PIN_CHANGE0 _VECTOR(2)
864
+
865
+ /* Pin Change Interrupt Request 1 */
866
+ #define PCINT1_vect_num 3
867
+ #define PCINT1_vect _VECTOR(3)
868
+ #define SIG_PIN_CHANGE1 _VECTOR(3)
869
+
870
+ /* Timer/Counter2 Compare Match */
871
+ #define TIMER2_COMP_vect_num 4
872
+ #define TIMER2_COMP_vect _VECTOR(4)
873
+ #define SIG_OUTPUT_COMPARE2 _VECTOR(4)
874
+
875
+ /* Timer/Counter2 Overflow */
876
+ #define TIMER2_OVF_vect_num 5
877
+ #define TIMER2_OVF_vect _VECTOR(5)
878
+ #define SIG_OVERFLOW2 _VECTOR(5)
879
+
880
+ /* Timer/Counter1 Capture Event */
881
+ #define TIMER1_CAPT_vect_num 6
882
+ #define TIMER1_CAPT_vect _VECTOR(6)
883
+ #define SIG_INPUT_CAPTURE1 _VECTOR(6)
884
+
885
+ /* Timer/Counter1 Compare Match A */
886
+ #define TIMER1_COMPA_vect_num 7
887
+ #define TIMER1_COMPA_vect _VECTOR(7)
888
+ #define SIG_OUTPUT_COMPARE1A _VECTOR(7)
889
+
890
+ /* Timer/Counter Compare Match B */
891
+ #define TIMER1_COMPB_vect_num 8
892
+ #define TIMER1_COMPB_vect _VECTOR(8)
893
+ #define SIG_OUTPUT_COMPARE1B _VECTOR(8)
894
+
895
+ /* Timer/Counter1 Overflow */
896
+ #define TIMER1_OVF_vect_num 9
897
+ #define TIMER1_OVF_vect _VECTOR(9)
898
+ #define SIG_OVERFLOW1 _VECTOR(9)
899
+
900
+ /* Timer/Counter0 Compare Match */
901
+ #define TIMER0_COMP_vect_num 10
902
+ #define TIMER0_COMP_vect _VECTOR(10)
903
+ #define SIG_OUTPUT_COMPARE0 _VECTOR(10)
904
+
905
+ /* Timer/Counter0 Overflow */
906
+ #define TIMER0_OVF_vect_num 11
907
+ #define TIMER0_OVF_vect _VECTOR(11)
908
+ #define SIG_OVERFLOW0 _VECTOR(11)
909
+
910
+ /* SPI Serial Transfer Complete */
911
+ #define SPI_STC_vect_num 12
912
+ #define SPI_STC_vect _VECTOR(12)
913
+ #define SIG_SPI _VECTOR(12)
914
+
915
+ /* USART0, Rx Complete */
916
+ #define USART0_RX_vect_num 13
917
+ #define USART0_RX_vect _VECTOR(13)
918
+ #define SIG_UART_RECV _VECTOR(13)
919
+
920
+ /* USART0 Data register Empty */
921
+ #define USART0_UDRE_vect_num 14
922
+ #define USART0_UDRE_vect _VECTOR(14)
923
+ #define SIG_UART_DATA _VECTOR(14)
924
+
925
+ /* USART0, Tx Complete */
926
+ #define USART0_TX_vect_num 15
927
+ #define USART0_TX_vect _VECTOR(15)
928
+ #define SIG_UART_TRANS _VECTOR(15)
929
+
930
+ /* USI Start Condition */
931
+ #define USI_START_vect_num 16
932
+ #define USI_START_vect _VECTOR(16)
933
+ #define SIG_USI_START _VECTOR(16)
934
+
935
+ /* USI Overflow */
936
+ #define USI_OVERFLOW_vect_num 17
937
+ #define USI_OVERFLOW_vect _VECTOR(17)
938
+ #define SIG_USI_OVERFLOW _VECTOR(17)
939
+
940
+ /* Analog Comparator */
941
+ #define ANALOG_COMP_vect_num 18
942
+ #define ANALOG_COMP_vect _VECTOR(18)
943
+ #define SIG_COMPARATOR _VECTOR(18)
944
+
945
+ /* ADC Conversion Complete */
946
+ #define ADC_vect_num 19
947
+ #define ADC_vect _VECTOR(19)
948
+ #define SIG_ADC _VECTOR(19)
949
+
950
+ /* EEPROM Ready */
951
+ #define EE_READY_vect_num 20
952
+ #define EE_READY_vect _VECTOR(20)
953
+ #define SIG_EEPROM_READY _VECTOR(20)
954
+
955
+ /* Store Program Memory Read */
956
+ #define SPM_READY_vect_num 21
957
+ #define SPM_READY_vect _VECTOR(21)
958
+ #define SIG_SPM_READY _VECTOR(21)
959
+
960
+ /* LCD Start of Frame */
961
+ #define LCD_vect_num 22
962
+ #define LCD_vect _VECTOR(22)
963
+ #define SIG_LCD _VECTOR(22)
964
+
965
+ #define _VECTORS_SIZE 92
966
+
967
+
968
+ /* Constants */
969
+ #define SPM_PAGESIZE 256
970
+ #define RAMSTART 0x100
971
+ #define RAMEND 0x10FF
972
+ #define XRAMEND RAMEND
973
+ #define E2END 0x7FF
974
+ #define E2PAGESIZE 8
975
+ #define FLASHEND 0xFFFF
976
+
977
+
978
+ /* Fuses */
979
+
980
+ #define FUSE_MEMORY_SIZE 3
981
+
982
+ /* Low Fuse Byte */
983
+ #define FUSE_CKSEL0 (unsigned char)~_BV(0)
984
+ #define FUSE_CKSEL1 (unsigned char)~_BV(1)
985
+ #define FUSE_CKSEL2 (unsigned char)~_BV(2)
986
+ #define FUSE_CKSEL3 (unsigned char)~_BV(3)
987
+ #define FUSE_SUT0 (unsigned char)~_BV(4)
988
+ #define FUSE_SUT1 (unsigned char)~_BV(5)
989
+ #define FUSE_CKOUT (unsigned char)~_BV(6)
990
+ #define FUSE_CKDIV8 (unsigned char)~_BV(7)
991
+ #define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_CKSEL3 & FUSE_SUT0 & FUSE_CKDIV8)
992
+
993
+ /* High Fuse Byte */
994
+ #define FUSE_BOOTRST (unsigned char)~_BV(0)
995
+ #define FUSE_BOOTSZ0 (unsigned char)~_BV(1)
996
+ #define FUSE_BOOTSZ1 (unsigned char)~_BV(2)
997
+ #define FUSE_EESAVE (unsigned char)~_BV(3)
998
+ #define FUSE_WDTON (unsigned char)~_BV(4)
999
+ #define FUSE_SPIEN (unsigned char)~_BV(5)
1000
+ #define FUSE_JTAGEN (unsigned char)~_BV(6)
1001
+ #define FUSE_OCDEN (unsigned char)~_BV(7)
1002
+ #define HFUSE_DEFAULT (FUSE_BOOTSZ0 & FUSE_BOOTSZ1 & FUSE_SPIEN & FUSE_JTAGEN)
1003
+
1004
+ /* Extended Fuse Byte */
1005
+ #define FUSE_RSTDISBL (unsigned char)~_BV(0)
1006
+ #define FUSE_BODLEVEL0 (unsigned char)~_BV(1)
1007
+ #define FUSE_BODLEVEL1 (unsigned char)~_BV(2)
1008
+ #define EFUSE_DEFAULT (0xFF)
1009
+
1010
+
1011
+ /* Lock Bits */
1012
+ #define __LOCK_BITS_EXIST
1013
+ #define __BOOT_LOCK_BITS_0_EXIST
1014
+ #define __BOOT_LOCK_BITS_1_EXIST
1015
+
1016
+
1017
+ /* Signature */
1018
+ #define SIGNATURE_0 0x1E
1019
+ #define SIGNATURE_1 0x96
1020
+ #define SIGNATURE_2 0x03
1021
+
1022
+
1023
+ /* Deprecated items */
1024
+ #if !defined(__AVR_LIBC_DEPRECATED_ENABLE__)
1025
+
1026
+ #pragma GCC system_header
1027
+
1028
+ #pragma GCC poison SIG_INTERRUPT0
1029
+ #pragma GCC poison SIG_PIN_CHANGE0
1030
+ #pragma GCC poison SIG_PIN_CHANGE1
1031
+ #pragma GCC poison SIG_OUTPUT_COMPARE2
1032
+ #pragma GCC poison SIG_OVERFLOW2
1033
+ #pragma GCC poison SIG_INPUT_CAPTURE1
1034
+ #pragma GCC poison SIG_OUTPUT_COMPARE1A
1035
+ #pragma GCC poison SIG_OUTPUT_COMPARE1B
1036
+ #pragma GCC poison SIG_OVERFLOW1
1037
+ #pragma GCC poison SIG_OUTPUT_COMPARE0
1038
+ #pragma GCC poison SIG_OVERFLOW0
1039
+ #pragma GCC poison SIG_SPI
1040
+ #pragma GCC poison SIG_UART_RECV
1041
+ #pragma GCC poison SIG_UART_DATA
1042
+ #pragma GCC poison SIG_UART_TRANS
1043
+ #pragma GCC poison SIG_USI_START
1044
+ #pragma GCC poison SIG_USI_OVERFLOW
1045
+ #pragma GCC poison SIG_COMPARATOR
1046
+ #pragma GCC poison SIG_ADC
1047
+ #pragma GCC poison SIG_EEPROM_READY
1048
+ #pragma GCC poison SIG_SPM_READY
1049
+ #pragma GCC poison SIG_LCD
1050
+
1051
+ #endif /* !defined(__AVR_LIBC_DEPRECATED_ENABLE__) */
1052
+
1053
+
1054
+
1055
+ #define SLEEP_MODE_IDLE (0x00<<1)
1056
+ #define SLEEP_MODE_ADC (0x01<<1)
1057
+ #define SLEEP_MODE_PWR_DOWN (0x02<<1)
1058
+ #define SLEEP_MODE_PWR_SAVE (0x03<<1)
1059
+ #define SLEEP_MODE_STANDBY (0x06<<1)
1060
+
1061
+ #endif /* _AVR_IOM649_H_ */