Skip to content

Commit c9ead8c

Browse files
committed
[AVR] Replace 'avr-unknown-unknown' with 'avr-unknown-gnu-atmega328' in platform-support.md
1 parent a0905ce commit c9ead8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ target | std | host | notes
165165
`armv7-wrs-vxworks-eabihf` | ? | |
166166
`armv7a-none-eabihf` | * | | ARM Cortex-A, hardfloat
167167
`armv7s-apple-ios` | ✓[^apple] | |
168-
`avr-unknown-unknown` | ? | | AVR
168+
`avr-unknown-gnu-atmega328` | | | AVR. Requires `-Z build-std=core`
169169
`hexagon-unknown-linux-musl` | ? | |
170170
`i386-apple-ios` | ✓[^apple] | | 32-bit x86 iOS
171171
`i686-apple-darwin` | ✓ | ✓ | 32-bit OSX (10.7+, Lion+)

0 commit comments

Comments
 (0)