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

Commit 3e6d9fc

Browse files
authored
v1.3.0 to support Portenta_H7
### Releases v1.3.0 1. Add support to **Portenta_H7**, using either `Murata WiFi` or `Vision-shield Ethernet` 2. Add examples for `Portenta_H7_Ethernet` and `Portenta_H7_WiFi`
1 parent dc4d1a2 commit 3e6d9fc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
* [1. FullyFeatured_STM32](examples/STM32/FullyFeatured_STM32) **New**
5252
* [5. For STM32 using LAN8720](#5-For-STM32-using-LAN8720)
5353
* [1. FullyFeatured_STM32_LAN8720](examples/STM32_LAN8720/FullyFeatured_STM32_LAN8720) **New**
54-
* [6. For Portenta_H7 using Murata WiFi](#6-For Portenta_H7-using-Murata-WiFi)
54+
* [6. For Portenta_H7 using Murata WiFi](#6-For-Portenta_H7-using-Murata-WiFi)
5555
* [1. FullyFeatured_PortentaH7_WiFi](examples/PortentaH7_WiFi/FullyFeatured_PortentaH7_WiFi) **New**
56-
* [7. For Portenta_H7 using built-in Ethernet](#7-For Portenta_H7-using-built-in-Ethernet)
56+
* [7. For Portenta_H7 using built-in Ethernet](#7-For-Portenta_H7-using-built-in-Ethernet)
5757
* [1. FullyFeatured_PortentaH7_Ethernet](examples/PortentaH7_Ethernet/FullyFeatured_PortentaH7_Ethernet) **New**
5858
* [Example FullyFeaturedSSL_ESP32](#example-FullyFeaturedSSL_ESP32)
5959
* [1. File FullyFeaturedSSL_ESP32.ino](#1-file-FullyFeaturedSSL_ESP32ino)
@@ -67,6 +67,8 @@
6767
* [ 6. FullyFeature_STM32 on NUCLEO_F767ZI](#6-FullyFeature_STM32-on-NUCLEO_F767ZI)
6868
* [ 7. FullyFeature_STM32 on NUCLEO_F767ZI with _ASYNC_MQTT_LOGLEVEL_](#7-fullyfeature_stm32-on-nucleo_f767zi-with-async_mqtt_loglevel)
6969
* [ 8. FullyFeatured_STM32_LAN8720 on BLACK_F407VE](#8-FullyFeatured_STM32_LAN8720-on-BLACK_F407VE)
70+
* [ 9. FullyFeatured_PortentaH7_WiFi on PORTENTA_H7_M7](#9-FullyFeatured_PortentaH7_WiFi-on-PORTENTA_H7_M7)
71+
* [10. FullyFeatured_Portenta_H7_Ethernet on PORTENTA_H7_M7](#10-FullyFeatured_Portenta_H7_Ethernet-on-PORTENTA_H7_M7)
7072
* [Debug](#debug)
7173
* [Troubleshooting](#troubleshooting)
7274
* [Issues](#issues)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
],
7373
"license": "MIT",
7474
"frameworks": "*",
75-
"platforms": ["espressif8266", "espressif32", "ststm32", "mbed_portenta"],
75+
"platforms": ["espressif8266", "espressif32", "ststm32"],
7676
"examples": "examples/*/*/*.ino",
7777
"headers": ["AsyncMQTT_Generic.h"]
7878
}

0 commit comments

Comments
 (0)