From 12959d260f89698dc14dfcdde684cff16d3ac3b6 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 13 Mar 2024 09:37:44 +0100 Subject: [PATCH] Limit advised architecture support to samd, mbed_portenta, mbed_nano, mbed_edge, esp32 and rp2040. This should put an end to confusions that come up regularly, i.e. in https://github.com/arduino-libraries/Arduino_BMI270_BMM150/issues/37 . The architectures samd, mbed_portenta, mbed_nano, mbed_edge, esp32 and rp2040 are all supported as per successful CI compilation. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index a81f47d..06b59e4 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Allows you to read the accelerometer, magnetometer and gyroscope values paragraph= category=Sensors url=https://github.com/arduino-libraries/Arduino_BMI270_BMM150 -architectures=* +architectures=samd,mbed_portenta,mbed_nano,mbed_edge,esp32,rp2040 includes=Arduino_BMI270_BMM150.h