Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit b31630a

Browse files
authored
v1.3.0-b1 to support Portenta_H7
### Releases v1.3.0-beta1 1. Add support to Portenta_H7, using WiFi or Ethernet. **Still not working**, just for preliminary tests. Check * 1.1 [**Portenta H7 UDP Multicast not working - mbed v2.4.1** #321](arduino/ArduinoCore-mbed#321) * 1.2 [**Portenta H7 MDNS Library compatibility** #4](#4) for latest situation.
1 parent 7a3ad5b commit b31630a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ This is terminal debug output when running [ResolvingHostNames](examples/Etherne
12291229

12301230
```
12311231
Starting ResolvingHostNames on NRF52840_FEATHER with W5x00 using Ethernet2 Library
1232-
MDNS_Generic v1.3.0
1232+
MDNS_Generic v1.3.0-b1
12331233
=========================
12341234
Default SPI pinout:
12351235
MOSI:11
@@ -1265,7 +1265,7 @@ This is terminal debug output when running [DiscoveringServices](examples/Ethern
12651265

12661266
```
12671267
Starting DiscoveringServices on NRF52840_FEATHER with W5x00 using EthernetLarge Library
1268-
MDNS_Generic v1.3.0
1268+
MDNS_Generic v1.3.0-b1
12691269
=========================
12701270
Default SPI pinout:
12711271
MOSI:25
@@ -1306,7 +1306,7 @@ This is terminal debug output when running [ResolvingHostNames](examples/Etherne
13061306

13071307
```
13081308
Starting ResolvingHostNames on SEEED_XIAO_M0 with W5x00 using EthernetLarge Library
1309-
MDNS_Generic v1.3.0
1309+
MDNS_Generic v1.3.0-b1
13101310
=========================
13111311
Default SPI pinout:
13121312
MOSI:10
@@ -1345,7 +1345,7 @@ This is terminal debug output when running [DiscoveringServices](examples/Ethern
13451345

13461346
```
13471347
Starting DiscoveringServices on NUCLEO_F767ZI with W5x00 using Ethernet2 Library
1348-
MDNS_Generic v1.3.0
1348+
MDNS_Generic v1.3.0-b1
13491349
=========================
13501350
Default SPI pinout:
13511351
MOSI:11
@@ -1381,7 +1381,7 @@ This is terminal debug output when running [ResolvingHostNames](examples/Etherne
13811381

13821382
```
13831383
Starting ResolvingHostNames on NUCLEO_F767ZI with W5x00 using Ethernet2 Library
1384-
MDNS_Generic v1.3.0
1384+
MDNS_Generic v1.3.0-b1
13851385
=========================
13861386
Default SPI pinout:
13871387
MOSI:11
@@ -1417,7 +1417,7 @@ This is terminal debug output when running [ResolvingHostNames](examples/Etherne
14171417

14181418
```
14191419
Starting ResolvingHostNames on RASPBERRY_PI_PICO with W5x00 using EthernetLarge Library
1420-
MDNS_Generic v1.3.0
1420+
MDNS_Generic v1.3.0-b1
14211421
=========================
14221422
Default SPI pinout:
14231423
MOSI:19
@@ -1456,7 +1456,7 @@ This is terminal debug output when running [DiscoveringServices](examples/Ethern
14561456

14571457
```
14581458
Start DiscoveringServices on MBED RASPBERRY_PI_PICO using W5x00 using EthernetLarge Library
1459-
MDNS_Generic v1.3.0
1459+
MDNS_Generic v1.3.0-b1
14601460
=========================
14611461
Default SPI pinout:
14621462
MOSI:3
@@ -1494,7 +1494,7 @@ This is terminal debug output when running [WiFiRegisteringServices](examples/Wi
14941494

14951495
```
14961496
Start WiFiRegisteringServices on MBED NANO_RP2040_CONNECT
1497-
MDNS_Generic v1.3.0
1497+
MDNS_Generic v1.3.0-b1
14981498
Used/default SPI pinout:
14991499
MOSI:11
15001500
MISO:12
@@ -1536,7 +1536,7 @@ This is terminal debug output when running [WiFiRegisteringServices](examples/Wi
15361536

15371537
```
15381538
Start WiFiRegisteringServices on ESP32_DEV
1539-
MDNS_Generic v1.3.0
1539+
MDNS_Generic v1.3.0-b1
15401540
Attempting to connect to SSID: HueNet1
15411541
SSID: HueNet1
15421542
Local IP address: 192.168.2.80
@@ -1577,7 +1577,7 @@ This is terminal debug output when running [RegisteringServices](examples/WiFi/R
15771577

15781578
```
15791579
Start RegisteringServices on NRF52840_FEATHER using W5x00 using EthernetLarge Library
1580-
MDNS_Generic v1.3.0
1580+
MDNS_Generic v1.3.0-b1
15811581
=========================
15821582
Default SPI pinout:
15831583
MOSI:25

0 commit comments

Comments
 (0)