Skip to content

Commit 349f6af

Browse files
Rollup merge of #137991 - tgross35:avr-book-links, r=jieyouxu
Add `avr-none` to SUMMARY.md and platform-support.md This was missed this in the implementation PR, so update the links here.
2 parents 131867b + 2816f03 commit 349f6af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/doc/rustc/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
- [\*-linux-ohos](platform-support/openharmony.md)
5151
- [\*-hurd-gnu](platform-support/hurd.md)
5252
- [aarch64-unknown-teeos](platform-support/aarch64-unknown-teeos.md)
53+
- [avr-none](platform-support/avr-none.md)
5354
- [\*-espidf](platform-support/esp-idf.md)
5455
- [\*-unknown-fuchsia](platform-support/fuchsia.md)
5556
- [\*-unknown-trusty](platform-support/trusty.md)

src/doc/rustc/src/platform-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ target | std | host | notes
301301
[`armv8r-none-eabihf`](platform-support/armv8r-none-eabihf.md) | * | | Bare Armv8-R, hardfloat
302302
[`armv7a-nuttx-eabi`](platform-support/nuttx.md) | ✓ | | ARMv7-A with NuttX
303303
[`armv7a-nuttx-eabihf`](platform-support/nuttx.md) | ✓ | | ARMv7-A with NuttX, hardfloat
304-
`avr-none` | * | | AVR; requires `-Zbuild-std=core` and `-Ctarget-cpu=...`
304+
[`avr-none`](platform-support/avr-none.md) | * | | AVR; requires `-Zbuild-std=core` and `-Ctarget-cpu=...`
305305
`bpfeb-unknown-none` | * | | BPF (big endian)
306306
`bpfel-unknown-none` | * | | BPF (little endian)
307307
`csky-unknown-linux-gnuabiv2` | ✓ | | C-SKY abiv2 Linux (little endian)

0 commit comments

Comments
 (0)