Skip to content

Commit

Permalink
Enable support for Portenta H7
Browse files Browse the repository at this point in the history
by
- adding CI build and
- listing the architecture in library.properties
.
  • Loading branch information
aentinger committed Oct 17, 2024
1 parent 55f592f commit ce62fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- fqbn: arduino:mbed_giga:giga
platforms: |
- name: arduino:mbed_giga
- fqbn: arduino:mbed_portenta:envie_m7
platforms: |
- name: arduino:mbed_portenta
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sentence=Generic library for providing IP based 10BASE-T1S communication.
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.
category=Communication
url=https://github.com/arduino-libraries/Arduino_10BASE_T1S
architectures=samd,renesas_uno,renesas_portenta,mbed_giga
architectures=samd,renesas_uno,renesas_portenta,mbed_giga,mbed_portenta

0 comments on commit ce62fb0

Please sign in to comment.