Skip to content

Commit c644d06

Browse files
Update documentation from PR
1 parent 29bad48 commit c644d06

File tree

8 files changed

+213
-1
lines changed

8 files changed

+213
-1
lines changed
Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
<!DOCTYPE html>
2+
<!--[if IE]><![endif]-->
3+
<html>
4+
5+
<head>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<title>Espressif ESP32-S3 Series | .NET nanoFramework Documentation </title>
9+
<meta name="viewport" content="width=device-width">
10+
<meta name="title" content="Espressif ESP32-S3 Series | .NET nanoFramework Documentation ">
11+
12+
13+
<link rel="apple-touch-icon" sizes="180x180" href="../../favicons/apple-touch-icon.png">
14+
<link rel="icon" type="image/png" sizes="32x32" href="../../favicons/favicon-32x32.png">
15+
<link rel="icon" type="image/png" sizes="16x16" href="../../favicons/favicon-16x16.png">
16+
<link rel="manifest" href="../../favicons/site.webmanifest">
17+
<link rel="shortcut icon" type="image/x-icon" href="../../favicon.ico">
18+
<link rel="mask-icon" href="../../favicons/safari-pinned-tab.svg" color="#179b88">
19+
<meta name="msapplication-config" content="../../favicons/browserconfig.xml">
20+
<meta name="msapplication-TileColor" content="#222222">
21+
<meta name="theme-color" content="#222222">
22+
23+
<link rel="stylesheet" href="../../styles/docfx.vendor.min.css">
24+
<link rel="stylesheet" href="../../styles/docfx.css">
25+
<link rel="stylesheet" href="../../styles/main.css">
26+
<meta property="docfx:navrel" content="../../toc.html">
27+
<meta property="docfx:tocrel" content="../../x-cross/toc.html">
28+
29+
<meta property="docfx:rel" content="../../">
30+
31+
</head> <body data-spy="scroll" data-target="#affix" data-offset="120">
32+
<div id="wrapper">
33+
<header>
34+
35+
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
36+
<div class="container">
37+
<div class="navbar-header">
38+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
39+
<span class="sr-only">Toggle navigation</span>
40+
<span class="icon-bar"></span>
41+
<span class="icon-bar"></span>
42+
<span class="icon-bar"></span>
43+
</button>
44+
45+
<a class="navbar-brand" href="../../index.html">
46+
<img id="logo" class="svg" src="../../logo.svg" alt="">
47+
</a>
48+
</div>
49+
<div class="collapse navbar-collapse" id="navbar">
50+
<form class="navbar-form navbar-right" role="search" id="search">
51+
<div class="form-group">
52+
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
53+
</div>
54+
</form>
55+
</div>
56+
</div>
57+
</nav>
58+
59+
<div class="subnav navbar navbar-default">
60+
<div class="container hide-when-search" id="breadcrumb">
61+
<ul class="breadcrumb">
62+
<li></li>
63+
</ul>
64+
</div>
65+
</div>
66+
</header>
67+
<div class="container body-content">
68+
69+
<div id="search-results">
70+
<div class="search-list">Search Results for <span></span></div>
71+
<div class="sr-items">
72+
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
73+
</div>
74+
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
75+
</div>
76+
</div>
77+
<div role="main" class="container body-content hide-when-search">
78+
79+
<div class="sidenav hide-when-search">
80+
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
81+
<div class="sidetoggle collapse" id="sidetoggle">
82+
<div id="sidetoc"></div>
83+
</div>
84+
</div>
85+
<div class="article row grid-right">
86+
<div class="col-md-10">
87+
<article class="content wrap" id="_content" data-uid="">
88+
<h1 id="espressif-esp32-s3-series">Espressif ESP32-S3 Series</h1>
89+
90+
<p>These are the firmware images:</p>
91+
<ul>
92+
<li>ESP32_S3 that <em>fits</em> all ESP32-S3 boards exposing the embedded USB CDC through GPIO19 and GPIO20. These can be ESP32-S3-WROOM, ESP32-S3-DevKit's or any of the amazing S3 boards from Unexpected Maker, or any other similar hardware with or without PSRAM.</li>
93+
<li>ESP32_S3_BLE same as above, but including support for BLE.</li>
94+
</ul>
95+
<p>You can check Espressif <a href="https://products.espressif.com/#/product-selector?names=&amp;filter=%7B%22Series%22%3A%5B%22ESP32-S3%22%5D%7D">Product Selector</a> for details on all the existing variants, chips, modules and respective development kits.</p>
96+
<h2 id="esp32-s3-modules">ESP32-S3 Modules</h2>
97+
<p><img src="../../images/reference-targets/ESP32-S3-WROOM-1.png" alt="ESP32-S3-WROOM-1"></p>
98+
<p><a href="https://www.espressif.com/en/products/modules?id=ESP32-S3">ESP32-S3 Modules List</a></p>
99+
<h2 id="esp32-s3-dev-kits">ESP32-S3 Dev Kits</h2>
100+
<p><img src="../../images/reference-targets/esp32-s3-devkitc.png" alt="ESP32-S3-DevKitC"></p>
101+
<p><a href="https://www.espressif.com/en/products/devkits?id=ESP32-S3">ESP32-S3 Dev Kits List</a></p>
102+
<h2 id="unexpected-maker-s3-boards">Unexpected Maker S3 boards</h2>
103+
<p><img src="../../images/reference-targets/feathers3.jpg" alt="FeatherS2"></p>
104+
<p><a href="https://esp32s3.com/">Unexpected Maker ESP32-S3 Product page</a></p>
105+
<h2 id="firmware-images-ready-to-deploy">Firmware images (ready to deploy)</h2>
106+
<table>
107+
<thead>
108+
<tr>
109+
<th style="text-align: left;">Target</th>
110+
<th>Firmware</th>
111+
</tr>
112+
</thead>
113+
<tbody>
114+
<tr>
115+
<td style="text-align: left;">ESP32_S3</td>
116+
<td><a href="https://cloudsmith.io/%7Enet-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3/latest/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3/latest/x/?render=true" alt="Latest Version @ Cloudsmith"></a></td>
117+
</tr>
118+
<tr>
119+
<td style="text-align: left;">ESP32_S3_BLE</td>
120+
<td><a href="https://cloudsmith.io/%7Enet-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3_BLE/latest/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3_BLE/latest/x/?render=true" alt="Latest Version @ Cloudsmith"></a></td>
121+
</tr>
122+
</tbody>
123+
</table>
124+
<p>⚠️ In order to update most of the S3 boards with <a href="https://github.com/nanoframework/nanoFirmwareFlasher">nanoff</a> the board needs to be put in <strong>download mode</strong> by holding [BOOT], clicking [RESET] and then releasing [BOOT]. In doubt please check the instructions from the respective manufacturer.</p>
125+
</article>
126+
</div>
127+
128+
<div class="hidden-sm col-md-2" role="complementary">
129+
<div class="sideaffix">
130+
<div class="contribution">
131+
<ul class="nav">
132+
<li>
133+
<a href="https://github.com/nanoframework/nanoframework.github.io/blob/pages-source/content/reference-targets/esp32-s3.md/#L1" class="contribution-link">Improve this Doc</a>
134+
</li>
135+
</ul>
136+
</div>
137+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
138+
<h5>In This Article</h5>
139+
<div></div>
140+
</nav>
141+
</div>
142+
</div>
143+
</div>
144+
</div>
145+
146+
<footer>
147+
<div class="grad-bottom"></div>
148+
<div class="footer">
149+
<div class="container">
150+
<span class="pull-right">
151+
<a href="#top">Back to top</a>
152+
</span>
153+
154+
<span>Copyright © 2023 nanoFramework Contributors<br>Generated by <strong>DocFX</strong></span>
155+
</div>
156+
</div>
157+
</footer> </div>
158+
159+
<script type="text/javascript" src="../../styles/docfx.vendor.min.js"></script>
160+
<script type="text/javascript" src="../../styles/docfx.js"></script>
161+
<script type="text/javascript" src="../../styles/main.js"></script>
162+
</body>
163+
</html>

content/reference-targets/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ <h2 id="espressif-esp32-series">Espressif ESP32 series</h2>
9393
<li><a href="esp32.html">Espressif ESP32 series</a></li>
9494
<li><a href="esp32-s2.html">Espressif ESP32-S2 series</a></li>
9595
<li><a href="esp32-c3.html">Espressif ESP32-C3 series</a></li>
96+
<li><a href="esp32-s3.html">Espressif ESP32-S3 series</a></li>
9697
</ul>
9798
<h2 id="orgpal-boards">OrgPal boards</h2>
9899
<ul>
44 KB
Loading
123 KB
Loading
50.2 KB
Loading

index.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5969,6 +5969,11 @@
59695969
"title": "Espressif ESP32-S2 Series | .NET nanoFramework Documentation",
59705970
"keywords": "Espressif ESP32-S2 Series These are the firmware images: FEATHER_S2 that fits all ESP32-S2 boards exposing the embedded USB CDC through GPIO19 and GPIO20. These can be FeatherS2, TinyS2 or any other similar hardware with or without PSRAM. KALUGA_1 specific for the ESP32-S2-Kaluga-1 Kit. This one includes the UI features and driver for the ILI9341. You can check Espressif Product Selector for details on all the existing variants, chips, modules and respective development kits. FeatherS2 FeatherS2 Product page TinyS2 TinyS2 Product page ESP32-S2-Kaluga-1 Kit ESP32-S2-Kaluga-1 Kit Product page Firmware images (ready to deploy) Target Firmware FEATHER_S2 KALUGA_1 ⚠️ To update FeatherS2 and TinyS2 with nanoff the boards need to put in download mode by holding [BOOT], clicking [RESET] and then releasing [BOOT]."
59715971
},
5972+
"content/reference-targets/esp32-s3.html": {
5973+
"href": "content/reference-targets/esp32-s3.html",
5974+
"title": "Espressif ESP32-S3 Series | .NET nanoFramework Documentation",
5975+
"keywords": "Espressif ESP32-S3 Series These are the firmware images: ESP32_S3 that fits all ESP32-S3 boards exposing the embedded USB CDC through GPIO19 and GPIO20. These can be ESP32-S3-WROOM, ESP32-S3-DevKit's or any of the amazing S3 boards from Unexpected Maker, or any other similar hardware with or without PSRAM. ESP32_S3_BLE same as above, but including support for BLE. You can check Espressif Product Selector for details on all the existing variants, chips, modules and respective development kits. ESP32-S3 Modules ESP32-S3 Modules List ESP32-S3 Dev Kits ESP32-S3 Dev Kits List Unexpected Maker S3 boards Unexpected Maker ESP32-S3 Product page Firmware images (ready to deploy) Target Firmware ESP32_S3 ESP32_S3_BLE ⚠️ In order to update most of the S3 boards with nanoff the board needs to be put in download mode by holding [BOOT], clicking [RESET] and then releasing [BOOT]. In doubt please check the instructions from the respective manufacturer."
5976+
},
59725977
"content/reference-targets/esp32.html": {
59735978
"href": "content/reference-targets/esp32.html",
59745979
"title": "Espressif ESP32 Series | .NET nanoFramework Documentation",
@@ -5977,7 +5982,7 @@
59775982
"content/reference-targets/index.html": {
59785983
"href": "content/reference-targets/index.html",
59795984
"title": "Reference target boards | .NET nanoFramework Documentation",
5980-
"keywords": "Reference target boards We provide ready build firmware images for several reference target boards. These can be used for either initial testing and start feeling how cool is to work with .NET nanoFramework or as the base for system designers to develop their own custom boards and firmware. Espressif ESP32 series Espressif ESP32 series Espressif ESP32-S2 series Espressif ESP32-C3 series OrgPal boards OrgPal PalThree STMicroelectronics boards NUCLEO64_F091RC STM32F429I_DISCOVERY STM32F769I_DISCOVERY TI SimpleLink boards TI CC1352R1_LAUNCHXL TI CC3220SF_LAUNCHXL NXP boards NXP i.MX_RT1060_EVK Community target boards There is a GitHub repository that holds target boards provided by community members. Check it here."
5985+
"keywords": "Reference target boards We provide ready build firmware images for several reference target boards. These can be used for either initial testing and start feeling how cool is to work with .NET nanoFramework or as the base for system designers to develop their own custom boards and firmware. Espressif ESP32 series Espressif ESP32 series Espressif ESP32-S2 series Espressif ESP32-C3 series Espressif ESP32-S3 series OrgPal boards OrgPal PalThree STMicroelectronics boards NUCLEO64_F091RC STM32F429I_DISCOVERY STM32F769I_DISCOVERY TI SimpleLink boards TI CC1352R1_LAUNCHXL TI CC3220SF_LAUNCHXL NXP boards NXP i.MX_RT1060_EVK Community target boards There is a GitHub repository that holds target boards provided by community members. Check it here."
59815986
},
59825987
"content/reference-targets/mimxrt-1060-evk.html": {
59835988
"href": "content/reference-targets/mimxrt-1060-evk.html",

manifest.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11970,6 +11970,16 @@
1197011970
},
1197111971
"version": ""
1197211972
},
11973+
{
11974+
"type": "Conceptual",
11975+
"source_relative_path": "content/reference-targets/esp32-s3.md",
11976+
"output": {
11977+
".html": {
11978+
"relative_path": "content/reference-targets/esp32-s3.html"
11979+
}
11980+
},
11981+
"version": ""
11982+
},
1197311983
{
1197411984
"type": "Conceptual",
1197511985
"source_relative_path": "content/reference-targets/esp32.md",
@@ -25811,6 +25821,16 @@
2581125821
},
2581225822
"version": ""
2581325823
},
25824+
{
25825+
"type": "Resource",
25826+
"source_relative_path": "images/reference-targets/ESP32-S3-WROOM-1.png",
25827+
"output": {
25828+
"resource": {
25829+
"relative_path": "images/reference-targets/ESP32-S3-WROOM-1.png"
25830+
}
25831+
},
25832+
"version": ""
25833+
},
2581425834
{
2581525835
"type": "Resource",
2581625836
"source_relative_path": "images/reference-targets/TinyS2.jpg",
@@ -25871,6 +25891,16 @@
2587125891
},
2587225892
"version": ""
2587325893
},
25894+
{
25895+
"type": "Resource",
25896+
"source_relative_path": "images/reference-targets/esp32-s3-devkitc.png",
25897+
"output": {
25898+
"resource": {
25899+
"relative_path": "images/reference-targets/esp32-s3-devkitc.png"
25900+
}
25901+
},
25902+
"version": ""
25903+
},
2587425904
{
2587525905
"type": "Resource",
2587625906
"source_relative_path": "images/reference-targets/esp32-wrover-kit.jpg",
@@ -25891,6 +25921,16 @@
2589125921
},
2589225922
"version": ""
2589325923
},
25924+
{
25925+
"type": "Resource",
25926+
"source_relative_path": "images/reference-targets/feathers3.jpg",
25927+
"output": {
25928+
"resource": {
25929+
"relative_path": "images/reference-targets/feathers3.jpg"
25930+
}
25931+
},
25932+
"version": ""
25933+
},
2589425934
{
2589525935
"type": "Resource",
2589625936
"source_relative_path": "images/reference-targets/m5stack.jpg",

x-cross/toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@
186186
<li>
187187
<a href="../content/reference-targets/esp32-s2.html" name="" title="Espressif ESP32 S2 Series">Espressif ESP32 S2 Series</a>
188188
</li>
189+
<li>
190+
<a href="../content/reference-targets/esp32-s3.html" name="" title="Espressif ESP32 S3 Series">Espressif ESP32 S3 Series</a>
191+
</li>
189192
<li>
190193
<a href="../content/reference-targets/esp32.html" name="" title="Espressif ESP32 Series">Espressif ESP32 Series</a>
191194
</li>

0 commit comments

Comments
 (0)