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

Commit 66375dc

Browse files
authoredSep 14, 2021
v1.4.0 for Portenta_H7
### Initial Release v1.4.0 1. Add support to Portenta_H7 boards, using [`ArduinoCore-mbed mbed_portenta core`](https://github.com/arduino/ArduinoCore-mbed) 2. Update `Packages' Patches` 3. Add `LibraryPatches` for [**Adafruit_MQTT_Library**](https://github.com/adafruit/Adafruit_MQTT_Library) to fix compiler error for Portenta_H7 and many other boards. 4. Bump version to v1.4.0 to sync with [WiFiManager_Generic_Lite library](https://github.com/khoih-prog/WiFiManager_Generic_Lite)
1 parent 9d7048a commit 66375dc

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
 

‎.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app

0 commit comments

Comments
 (0)
This repository has been archived.