Skip to content

Commit

Permalink
platforms: Remove mps2
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
d3zd3z committed Oct 28, 2024
1 parent ccc689c commit 9f25f08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/platforms.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-p mps2/an385
-p mps2/an521/cpu0
-p qemu_cortex_m0
-p qemu_cortex_m3
-p qemu_riscv32
Expand Down

0 comments on commit 9f25f08

Please sign in to comment.