Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5cedcd

Browse filesBrowse files
committed
add missing newlines
1 parent 9df4b79 commit f5cedcd
Copy full SHA for f5cedcd

12 files changed

+46-1Lines changed: 46 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎compiler/src/board.ts‎

Copy file name to clipboardExpand all lines: compiler/src/board.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,11 @@ ${$description || spec?.description || ""}
111111
...info.features.map(f => `- ${f}`),
112112
...info.services.map(f => `- Service: ${f}`),
113113
url ? `- [Store](${url})` : undefined,
114+
"\n\n",
114115
id
115116
? `![${devName} picture](${deviceCatalogImage(spec, "catalog")})\n`
116117
: undefined,
117-
`## Firmware update
118+
`\n## Firmware update
118119
119120
\`\`\`bash
120121
devicescript flash ${arches[archId] || archId} --board ${devId}
Collapse file

‎website/docs/devices/esp32/adafruit-qt-py-c3.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/esp32/adafruit-qt-py-c3.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ A tiny ESP32-C3 board.
1010
- I2C on SDA/SCL: 5/6 using Qwiic connector
1111
- WS2812B RGB LED on 2
1212
- [Store](https://www.adafruit.com/product/5405)
13+
14+
15+
1316
![Adafruit QT Py ESP32-C3 WiFi Dev Board DeviceScript picture](https://microsoft.github.io/jacdac-docs/images/devices/adafruit/qtpyesp32c3wifidevboardv10.catalog.jpg)
1417

18+
1519
## Firmware update
1620

1721
```bash
Collapse file

‎website/docs/devices/esp32/esp32-bare.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/esp32/esp32-bare.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Bare ESP32 without any default functions for pins.
77

88

99
- [Store](https://www.espressif.com/en/products/socs/esp32)
10+
11+
12+
13+
1014
## Firmware update
1115

1216
```bash
Collapse file

‎website/docs/devices/esp32/esp32-devkit-c.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/esp32/esp32-devkit-c.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ ESP32-DevKitC is an entry-level development board. It has all the ESP32 pins exp
99
- Jacdac on 17 using Header connector
1010
- LED on pin 2
1111
- [Store](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-devkitc.html)
12+
13+
14+
1215
![Espressif ESP32-DevKitC DeviceScript picture](https://microsoft.github.io/jacdac-docs/images/devices/espressif/esp32devkitcdevicescriptv40.catalog.jpg)
1316

17+
1418
## Firmware update
1519

1620
```bash
Collapse file

‎website/docs/devices/esp32/esp32c3-bare.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/esp32/esp32c3-bare.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A bare ESP32-C3 board without any pin functions.
77

88

99
- [Store](https://www.espressif.com/en/products/socs/esp32-c3)
10+
11+
12+
13+
1014
## Firmware update
1115

1216
```bash
Collapse file

‎website/docs/devices/esp32/esp32s2-bare.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/esp32/esp32s2-bare.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A bare ESP32-S3 board without any pin functions.
77

88

99
- [Store](https://www.espressif.com/en/products/socs/esp32-s2)
10+
11+
12+
13+
1014
## Firmware update
1115

1216
```bash
Collapse file

‎website/docs/devices/esp32/msr207-v42.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/esp32/msr207-v42.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description: JM Brain S2-mini DeviceScript 207 v4.2
99
- Jacdac on 17 using Jacdac connector
1010
- RGB LED on pins 8, 7, 6
1111
- Service: power
12+
13+
14+
15+
1216
## Firmware update
1317

1418
```bash
Collapse file

‎website/docs/devices/esp32/msr207-v43.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/esp32/msr207-v43.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description: JM Brain S2-mini DeviceScript 207 v4.3
99
- Jacdac on 17 using Jacdac connector
1010
- RGB LED on pins 8, 7, 6
1111
- Service: power
12+
13+
14+
15+
1216
## Firmware update
1317

1418
```bash
Collapse file

‎website/docs/devices/esp32/msr48.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/esp32/msr48.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ description: JacdacIoT 48 v0.2 DeviceScript
1010
- I2C on SDA/SCL: 9/10 using Qwiic connector
1111
- RGB LED on pins 8, 7, 6
1212
- Service: power
13+
14+
15+
1316
![JacdacIoT 48 v0.2 DeviceScript picture](https://microsoft.github.io/jacdac-docs/images/devices/microsoft-research/jmbrainesp3248v03.catalog.jpg)
1417

18+
1519
## Firmware update
1620

1721
```bash
Collapse file

‎website/docs/devices/rp2040/msr124.mdx‎

Copy file name to clipboardExpand all lines: website/docs/devices/rp2040/msr124.mdx
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description: RP2040 DeviceScript 124 v0.1
99
- Jacdac on 9 using Jacdac connector
1010
- RGB LED on pins 16, 14, 15
1111
- Service: power
12+
13+
14+
15+
1216
## Firmware update
1317

1418
```bash

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.