-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathArduino_IDE_BM_modules.html
68 lines (55 loc) · 3.7 KB
/
Arduino_IDE_BM_modules.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Atmel University France</title>
</head>
<body>
<header>
<div class="inner clearfix">
<img src="images/Univ_Prog_Microsite_landing_734x175_041414.jpg" />
<a href="https://github.com/AtmelUniversityFrance" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<!-- Arduino IDE Boards Manager modules -->
<h1><a id="arduino-ide-boards-manager-modules" class="anchor" href="#arduino-ide-boards-manager-modules" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Arduino IDE Boards Manager modules</h1>
<h2>Atmel SAMD21 Xplained Pro and derivatives module</h2>
This module needs the Arduino samd core (Arduino Zero and MKR1000), which is available for download through Arduino IDE Boards Manager.
Boards supported are most of Atmel SAMD21 and derivatives Xplained Pros available through numerous online stores:
<ul>
<li>Atmel SAMD21 Xplained Pro</li>
<li>Atmel SAMW25 Xplained Pro (SAMD21 + Atmel ATWINC1500)</li>
<li>Atmel SAMR21 Xplained Pro (SAMD21 + Atmel AT86RF233)</li>
</ul>
The Github repository is present at <a href="https://github.com/AtmelUniversityFrance/atmel-samd21-xpro-boardmanagermodule">https://github.com/AtmelUniversityFrance/atmel-samd21-xpro-boardmanagermodule</a> and documentation is provided through the associated <a href="https://github.com/AtmelUniversityFrance/atmel-samd21-xpro-boardmanagermodule/wiki">wiki</a>.
<br/>Installation instructions can be found in the wiki.
<br/><br/>If you intend to bring additional board support, feel free to check the potential additions which may be needed in the <a href="https://github.com/arduino/ArduinoCore-samd">base Arduino core module</a>.
<br/><br/>We use <a href="https://github.com/AtmelUniversityFrance/ArduinoCore-samd">our own fork</a> of this repository for all our additions.
<h2>Atmel AVR Xplained minis module</h2>
This module is now natively available in Arduino IDE Boards Manager and needs the Arduino AVR core, which is part of Arduino IDE releases.
Boards supported are most of Atmel AVR Xplained minis available through numerous online stores:
<ul>
<li>Atmel ATmega328P Xplained Mini</li>
<li>Atmel ATmega168PB Xplained Mini</li>
<li>Atmel ATmega328PB Xplained Mini</li>
</ul>
The Github repository is present at <a href="https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule">https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule</a> and documentation is provided through the associated <a href="https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule/wiki">wiki</a>.
<br/><br/>
<br/><br/>
</section>
</div>
</div>
</body>
</html>