From 9f25f089394ff80d8c1f61f03ff05fa20dcb966e Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 25 Oct 2024 12:59:00 -0600 Subject: [PATCH] platforms: Remove mps2 The gpio device tree entries for the mps2 are defined with a `#gpio-cells` value of 1, despite these values not being interpreted by the driver, but by the devicetree code. I'm not sure if these actually work with any of the demos, as it is unclear what the macros would do with this. It doesn't give us a value to use for dt_flags. If someone wants to put in some effort to fix this, feel free. But I don't think the problem is on the Rust side. Signed-off-by: David Brown --- etc/platforms.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/platforms.txt b/etc/platforms.txt index e459795..42b27bc 100644 --- a/etc/platforms.txt +++ b/etc/platforms.txt @@ -1,5 +1,3 @@ --p mps2/an385 --p mps2/an521/cpu0 -p qemu_cortex_m0 -p qemu_cortex_m3 -p qemu_riscv32