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

Commit 080275d

Browse files
authored
v1.10.0 to add support to Portenta_H7
### Releases v1.10.0 1. Add support to Portenta_H7 Ethernet and WiFi 2. Use [Ethernet_Generic](https://github.com/khoih-prog/Ethernet_Generic) library as default for W5x00 Ethernet. 3. Update `Packages_Patches`
1 parent 18643b3 commit 080275d

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

README.md

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,14 +1208,14 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
12081208
```
12091209
Start TZ_NTP_WorldClock_Ethernet on NRF52840_FEATHER with ENC28J60 using EthernetENC Library
12101210
Timezone_Generic v1.10.0
1211-
[ETHERNET_WEBSERVER] =========================
1212-
[ETHERNET_WEBSERVER] Default SPI pinout:
1213-
[ETHERNET_WEBSERVER] MOSI: 25
1214-
[ETHERNET_WEBSERVER] MISO: 24
1215-
[ETHERNET_WEBSERVER] SCK: 26
1216-
[ETHERNET_WEBSERVER] SS: 5
1217-
[ETHERNET_WEBSERVER] =========================
1218-
[ETHERNET_WEBSERVER] Board : NRF52840_FEATHER , setCsPin: 10
1211+
[EWS] =========================
1212+
[EWS] Default SPI pinout:
1213+
[EWS] MOSI: 25
1214+
[EWS] MISO: 24
1215+
[EWS] SCK: 26
1216+
[EWS] SS: 5
1217+
[EWS] =========================
1218+
[EWS] Board : NRF52840_FEATHER , setCsPin: 10
12191219
=========================
12201220
Currently Used SPI pinout:
12211221
MOSI:25
@@ -1263,14 +1263,14 @@ The following is debug terminal output when running example [**TZ_NTP_WorldClock
12631263
```
12641264
Start TZ_NTP_WorldClock_Ethernet on NRF52840_FEATHER with W5x00 using Ethernet_Generic Library
12651265
Timezone_Generic v1.10.0
1266-
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_GENERIC ===========
1267-
[ETHERNET_WEBSERVER] Default SPI pinout:
1268-
[ETHERNET_WEBSERVER] MOSI: 25
1269-
[ETHERNET_WEBSERVER] MISO: 24
1270-
[ETHERNET_WEBSERVER] SCK: 26
1271-
[ETHERNET_WEBSERVER] SS: 5
1272-
[ETHERNET_WEBSERVER] =========================
1273-
[ETHERNET_WEBSERVER] Board : NRF52840_FEATHER , setCsPin: 10
1266+
[EWS] =========== USE_ETHERNET_GENERIC ===========
1267+
[EWS] Default SPI pinout:
1268+
[EWS] MOSI: 25
1269+
[EWS] MISO: 24
1270+
[EWS] SCK: 26
1271+
[EWS] SS: 5
1272+
[EWS] =========================
1273+
[EWS] Board : NRF52840_FEATHER , setCsPin: 10
12741274
_pinCS = 0
12751275
W5100 init, using SS_PIN_DEFAULT = 10, new ss_pin = 10, W5100Class::ss_pin = 10
12761276
W5100::init: W5500, SSIZE =8192
@@ -1357,19 +1357,19 @@ The UTC time is 3:18:20
13571357
13581358
### 4. RTC_STM32_Ethernet on STM32F7 Nucleo-144 NUCLEO_F767ZI with W5500
13591359
1360-
The following is debug terminal output when running example [**RTC_STM32_Ethernet**](examples/Ethernet/RTC_STM32_Ethernet) on STM32F7 Nucleo-144 NUCLEO_F767ZI with W5500 using Ethernet2 Library
1360+
The following is debug terminal output when running example [**RTC_STM32_Ethernet**](examples/Ethernet/RTC_STM32_Ethernet) on STM32F7 Nucleo-144 NUCLEO_F767ZI with W5500 using Ethernet_Generic Library
13611361
13621362
```
1363-
Start RTC_STM32_Ethernet on NUCLEO_F767ZI, using W5x00 & Ethernet2 Library
1363+
Start RTC_STM32_Ethernet on NUCLEO_F767ZI, using W5x00 & Ethernet_Generic Library
13641364
Timezone_Generic v1.10.0
13651365
DS323x_Generic v1.2.2
1366-
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
1367-
[ETHERNET_WEBSERVER] Default SPI pinout:
1368-
[ETHERNET_WEBSERVER] MOSI: 11
1369-
[ETHERNET_WEBSERVER] MISO: 12
1370-
[ETHERNET_WEBSERVER] SCK: 13
1371-
[ETHERNET_WEBSERVER] SS: 10
1372-
[ETHERNET_WEBSERVER] =========================
1366+
[EWS] Board : NUCLEO_F767ZI , setCsPin: 10
1367+
[EWS] Default SPI pinout:
1368+
[EWS] MOSI: 11
1369+
[EWS] MISO: 12
1370+
[EWS] SCK: 13
1371+
[EWS] SS: 10
1372+
[EWS] =========================
13731373
You're connected to the network, IP = 192.168.2.117
13741374

13751375
Packet received
@@ -1398,14 +1398,14 @@ The following is debug terminal output when running example [**RTC_Ethernet**](e
13981398
Start RTC_Ethernet on SAM DUE with W5x00 using Ethernet_Generic Library
13991399
Timezone_Generic v1.10.0
14001400
DS323x_Generic v1.2.2
1401-
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_GENERIC ===========
1402-
[ETHERNET_WEBSERVER] Default SPI pinout:
1403-
[ETHERNET_WEBSERVER] MOSI: 75
1404-
[ETHERNET_WEBSERVER] MISO: 74
1405-
[ETHERNET_WEBSERVER] SCK: 76
1406-
[ETHERNET_WEBSERVER] SS: 10
1407-
[ETHERNET_WEBSERVER] =========================
1408-
[ETHERNET_WEBSERVER] Board : SAM DUE , setCsPin: 10
1401+
[EWS] =========== USE_ETHERNET_GENERIC ===========
1402+
[EWS] Default SPI pinout:
1403+
[EWS] MOSI: 75
1404+
[EWS] MISO: 74
1405+
[EWS] SCK: 76
1406+
[EWS] SS: 10
1407+
[EWS] =========================
1408+
[EWS] Board : SAM DUE , setCsPin: 10
14091409
_pinCS = 0
14101410
W5100 init, using SS_PIN_DEFAULT = 10, new ss_pin = 10, W5100Class::ss_pin = 10
14111411
W5100::init: W5100, SSIZE =4096
@@ -1437,14 +1437,14 @@ The following is debug terminal output when running example [**RTC_Ethernet**](e
14371437
Start RTC_Ethernet on NRF52840_FEATHER with W5x00 using Ethernet_Generic Library
14381438
Timezone_Generic v1.10.0
14391439
DS323x_Generic v1.2.2
1440-
[ETHERNET_WEBSERVER] =========== USE_ETHERNET_GENERIC ===========
1441-
[ETHERNET_WEBSERVER] Default SPI pinout:
1442-
[ETHERNET_WEBSERVER] MOSI: 25
1443-
[ETHERNET_WEBSERVER] MISO: 24
1444-
[ETHERNET_WEBSERVER] SCK: 26
1445-
[ETHERNET_WEBSERVER] SS: 5
1446-
[ETHERNET_WEBSERVER] =========================
1447-
[ETHERNET_WEBSERVER] Board : NRF52840_FEATHER , setCsPin: 10
1440+
[EWS] =========== USE_ETHERNET_GENERIC ===========
1441+
[EWS] Default SPI pinout:
1442+
[EWS] MOSI: 25
1443+
[EWS] MISO: 24
1444+
[EWS] SCK: 26
1445+
[EWS] SS: 5
1446+
[EWS] =========================
1447+
[EWS] Board : NRF52840_FEATHER , setCsPin: 10
14481448
_pinCS = 0
14491449
W5100 init, using SS_PIN_DEFAULT = 10, new ss_pin = 10, W5100Class::ss_pin = 10
14501450
W5100::init: W5500, SSIZE =8192
@@ -1730,13 +1730,13 @@ The following is debug terminal output when running example [**BI_RTC_STM32_Ethe
17301730
```
17311731
Start BI_RTC_STM32_Ethernet on NUCLEO_F767ZI, using LAN8742A Ethernet & STM32Ethernet Library
17321732
Timezone_Generic v1.10.0
1733-
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
1734-
[ETHERNET_WEBSERVER] Default SPI pinout:
1735-
[ETHERNET_WEBSERVER] MOSI: 11
1736-
[ETHERNET_WEBSERVER] MISO: 12
1737-
[ETHERNET_WEBSERVER] SCK: 13
1738-
[ETHERNET_WEBSERVER] SS: 10
1739-
[ETHERNET_WEBSERVER] =========================
1733+
[EWS] Board : NUCLEO_F767ZI , setCsPin: 10
1734+
[EWS] Default SPI pinout:
1735+
[EWS] MOSI: 11
1736+
[EWS] MISO: 12
1737+
[EWS] SCK: 13
1738+
[EWS] SS: 10
1739+
[EWS] =========================
17401740
You're connected to the network, IP = 192.168.2.97
17411741
Packet received
17421742
Seconds since Jan 1 1900 = 3858289514
@@ -1766,13 +1766,13 @@ The following is debug terminal output when running example [**BI_RTC_Alarm_STM3
17661766
```
17671767
Start BI_RTC_Alarm_STM32_Ethernet on NUCLEO_F767ZI, using LAN8742A Ethernet & STM32Ethernet Library
17681768
Timezone_Generic v1.10.0
1769-
[ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
1770-
[ETHERNET_WEBSERVER] Default SPI pinout:
1771-
[ETHERNET_WEBSERVER] MOSI: 11
1772-
[ETHERNET_WEBSERVER] MISO: 12
1773-
[ETHERNET_WEBSERVER] SCK: 13
1774-
[ETHERNET_WEBSERVER] SS: 10
1775-
[ETHERNET_WEBSERVER] =========================
1769+
[EWS] Board : NUCLEO_F767ZI , setCsPin: 10
1770+
[EWS] Default SPI pinout:
1771+
[EWS] MOSI: 11
1772+
[EWS] MISO: 12
1773+
[EWS] SCK: 13
1774+
[EWS] SS: 10
1775+
[EWS] =========================
17761776
You're connected to the network, IP = 192.168.2.96
17771777
Packet received
17781778
Seconds since Jan 1 1900 = 3812900198

0 commit comments

Comments
 (0)