Skip to content

Commit acd865b

Browse files
authored
Merge pull request #256 from arduino/marqdevx/portenta-X8/pp-fix
Portenta X8: Fix esssentials
2 parents 27cdc33 + c7dcdde commit acd865b

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed
Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
<EssentialsColumn title="First Steps">
2-
<EssentialElement title="Quickstart Guide" type="getting-started">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="http://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box">
33
A quick guide to installing your board with the Arduino IDE.
44
</EssentialElement>
5+
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/x8-fundamentals" title="Fundamentals of Portenta X8" type="tutorial">
6+
This article contains information about the fundamental concepts of the Portenta X8.
7+
</EssentialElement>
8+
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/docker-container" title="Containers management" type="tutorial">
9+
Tutorial to learn how to manage docker containers with the Portenta X8.
10+
</EssentialElement>
511
</EssentialsColumn>
6-
7-
<EssentialsColumn title="Suggested Libraries">
8-
<EssentialElement link="https://www.arduino.cc/en/Reference/WiFi" title="WiFi" type="library">
9-
The WiFi library is designed to use the Murata 1DX module, which allows your Arduino to connect to the Internet.
12+
13+
<EssentialsColumn title="Suggested Repositories">
14+
<EssentialElement link="https://github.com/arduino/portenta-containers" title="Portenta X8 containers" type="article">
15+
Some containers examples for Portenta X8, this containers are accessible through your Foundries.io factory.
1016
</EssentialElement>
11-
<EssentialElement link="https://www.arduino.cc/en/Reference/ArduinoBLE" title="Arduino BLE" type="library">
12-
Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and Bluetooth Low Energy (Bluetooth LE, or BLE)
17+
<EssentialElement link="https://github.com/arduino/lmp-manifest/releases" title="OS Images" type="tutorial">
18+
Releases section from the lmp-manifest repo, lists all the builds also available on the Foundries.io factory.
1319
</EssentialElement>
14-
<EssentialElement link="https://github.com/arduino-libraries/Arduino_Pro_Tutorials" title="Arduino Pro Tutorials" type="library">
15-
The complete Arduino sketches from the Pro tutorials.
20+
<EssentialElement link="https://github.com/arduino/lmp-manifest" title="Manifest repository" type="article">
21+
This repository contains a Repo manifest and setup scripts for the Linux microPlatform build system. If you want to modify, extend or port Linux microPlatform to a new hardware platform, this is the manifest repository to use.
1622
</EssentialElement>
1723
</EssentialsColumn>
1824

19-
<EssentialsColumn title="Arduino Basics">
20-
<EssentialElement link="https://www.arduino.cc/en/Tutorial/BuiltInExamples" title="Built-in Examples" type="resource">
21-
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
22-
</EssentialElement>
23-
<EssentialElement link="/learn" title="Learn" type="resource">
24-
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
25+
<EssentialsColumn title="Suggested libraries">
26+
<EssentialElement link="https://www.arduino.cc/en/Reference/Wire" title="Arduino Wire" type="library">
27+
The M4 processor exposes the I<sup>2</sup>C protocol, this is the "Wire" library documentation.
2528
</EssentialElement>
26-
<EssentialElement link="https://www.arduino.cc/reference/en/" title="Language Reference" type="resource">
27-
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
29+
<EssentialElement link="https://www.arduino.cc/reference/en/language/functions/communication/spi/" title="Arduino SPI" type="library">
30+
The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device.
2831
</EssentialElement>
2932
</EssentialsColumn>

0 commit comments

Comments
 (0)