Skip to content

Commit cfddd10

Browse files
Update platform support for bare-metal ARMv7 targets (#318)
* Fix names of bare metal ARMv7-R targets * Add bare metal ARMv7-A targets These are now shipped starting with stable 1.42.0 * Remove hardfloat target Seems like it's still missing for some reason
1 parent 64aed4a commit cfddd10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/release/platform-support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ target | std | rustc | cargo | notes
5858
`armv5te-unknown-linux-gnueabi` | ✓ | | | ARMv5TE Linux
5959
`armv5te-unknown-linux-musleabi` | ✓ | | | ARMv5TE Linux with MUSL
6060
`armv7-linux-androideabi` | ✓ | | | ARMv7a Android
61-
`armv7-none-eabi` | * | | | Bare ARMv7-R
62-
`armv7-none-eabihf` | * | | | Bare ARMv7-R, hardfloat
61+
`armv7a-none-eabi` | * | | | Bare ARMv7-A
62+
`armv7r-none-eabi` | * | | | Bare ARMv7-R
63+
`armv7r-none-eabihf` | * | | | Bare ARMv7-R, hardfloat
6364
`armv7-unknown-linux-gnueabihf` | ✓ | ✓ | ✓ | ARMv7 Linux
6465
`armv7-unknown-linux-musleabihf` | ✓ | | | ARMv7 Linux with MUSL
6566
`asmjs-unknown-emscripten` | ✓ | | | asm.js via Emscripten

0 commit comments

Comments
 (0)