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

Commit

Permalink
v1.3.0-b1 to support Portenta_H7
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
khoih-prog authored Sep 13, 2021
1 parent 7a3ad5b commit b31630a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ This is terminal debug output when running [ResolvingHostNames](examples/Etherne

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

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

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

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

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

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

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

```
Start WiFiRegisteringServices on MBED NANO_RP2040_CONNECT
MDNS_Generic v1.3.0
MDNS_Generic v1.3.0-b1
Used/default SPI pinout:
MOSI:11
MISO:12
Expand Down Expand Up @@ -1536,7 +1536,7 @@ This is terminal debug output when running [WiFiRegisteringServices](examples/Wi

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

```
Start RegisteringServices on NRF52840_FEATHER using W5x00 using EthernetLarge Library
MDNS_Generic v1.3.0
MDNS_Generic v1.3.0-b1
=========================
Default SPI pinout:
MOSI:25
Expand Down

0 comments on commit b31630a

Please sign in to comment.