From 4218144e2f9660fa48919a2c8ee899528e561a74 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Fri, 12 Jun 2020 16:22:39 -0700 Subject: [PATCH 1/2] Add avr-unknown-unknown to platform-support.md --- src/release/platform-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/release/platform-support.md b/src/release/platform-support.md index 6ce3b97a8..d520aa3b3 100644 --- a/src/release/platform-support.md +++ b/src/release/platform-support.md @@ -148,6 +148,7 @@ target | std | rustc | cargo | notes `armv7-wrs-vxworks-eabihf` | ? | | | `armv7a-none-eabihf` | * | | | ARM Cortex-A, hardfloat `armv7s-apple-ios` | ✓ | | | +`avr-unknown-unknown` | ? | | | AVR `hexagon-unknown-linux-musl` | ? | | | `i386-apple-ios` | ✓ | | | 32-bit x86 iOS `i686-apple-darwin` | ✓ | ✓ | ✓ | 32-bit OSX (10.7+, Lion+) From af4be37c98752e5d9f0b7be7100bf55c7374361d Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Sat, 13 Jun 2020 01:39:56 -0700 Subject: [PATCH 2/2] I think avr-unknown-unknown supports core only --- src/release/platform-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release/platform-support.md b/src/release/platform-support.md index d520aa3b3..d5f0f19d0 100644 --- a/src/release/platform-support.md +++ b/src/release/platform-support.md @@ -148,7 +148,7 @@ target | std | rustc | cargo | notes `armv7-wrs-vxworks-eabihf` | ? | | | `armv7a-none-eabihf` | * | | | ARM Cortex-A, hardfloat `armv7s-apple-ios` | ✓ | | | -`avr-unknown-unknown` | ? | | | AVR +`avr-unknown-unknown` | * | | | AVR `hexagon-unknown-linux-musl` | ? | | | `i386-apple-ios` | ✓ | | | 32-bit x86 iOS `i686-apple-darwin` | ✓ | ✓ | ✓ | 32-bit OSX (10.7+, Lion+)