From 63cbbcffd59d13de334fac7b0bc3f6b40ec24f93 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Fri, 23 Feb 2024 09:55:28 +0100 Subject: [PATCH] Remove CI build for Portenta H7 / M4 core The reason behind this is that the M4 core can not access memory area that's relevant for the Ethernet driver. Put simply, Ethernet does not work from the Portenta H7 / M4 core. --- .github/workflows/compile-examples.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 4384f3a..45c1e6e 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -76,11 +76,6 @@ jobs: - name: arduino:samd type: ethernet artifact-name-suffix: arduino-samd-nano_33_iot - - fqbn: arduino:mbed_portenta:envie_m7:target_core=cm4 - platforms: | - - name: arduino:mbed_portenta - type: ethernet - artifact-name-suffix: arduino-mbed_portenta-envie_m7-cm4 - fqbn: arduino:mbed_portenta:envie_m7 platforms: | - name: arduino:mbed_portenta