Skip to content

Commit ce62fb0

Browse files
committed
Enable support for Portenta H7
by - adding CI build and - listing the architecture in library.properties .
1 parent 55f592f commit ce62fb0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- fqbn: arduino:mbed_giga:giga
4949
platforms: |
5050
- name: arduino:mbed_giga
51+
- fqbn: arduino:mbed_portenta:envie_m7
52+
platforms: |
53+
- name: arduino:mbed_portenta
5154
5255
steps:
5356
- name: Checkout

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Generic library for providing IP based 10BASE-T1S communication.
66
paragraph=This Arduino library provides both low-level drivers and high-level abstractions to perform real-time communication via 10BASE-T1S, a multi-drop capable Ethernet standard.
77
category=Communication
88
url=https://github.com/arduino-libraries/Arduino_10BASE_T1S
9-
architectures=samd,renesas_uno,renesas_portenta,mbed_giga
9+
architectures=samd,renesas_uno,renesas_portenta,mbed_giga,mbed_portenta

0 commit comments

Comments
 (0)