Skip to content

Commit

Permalink
Merge pull request #80 from pftbest/patch-1
Browse files Browse the repository at this point in the history
[MSP430] Update platform support page
  • Loading branch information
alexcrichton authored Jul 12, 2017
2 parents 52d270b + edca65a commit 41f3fc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Official builds are not available.
| `le32-unknown-nacl` || | | PNaCl sandbox |
| `mips-unknown-linux-uclibc` || | | MIPS Linux with uClibc |
| `mipsel-unknown-linux-uclibc` || | | MIPS (LE) Linux with uClibc |
| `msp430-none-elf` | * | | | 16-bit MSP430 microcontrollers |
| `sparc64-unknown-linux-gnu` || | | SPARC Linux |
| `sparc64-unknown-netbsd` || | | SPARC NetBSD |
| `thumbv6m-none-eabi` | * | | | Bare Cortex-M0, M0+, M1 |
Expand All @@ -116,10 +117,8 @@ Official builds are not available.
| `x86_64-unknown-haiku` || | | 64-bit Haiku |
| `x86_64-unknown-openbsd` ||| | 64-bit OpenBSD |
| `x86_64-unknown-redox` || | | Redox OS |
| [MSP430] | ** | | | 16-bit MSP430 microcontroller |
| [NVPTX] | ** | | | `--emit=asm` generates PTX code that runs on NVIDIA GPUs |

[MSP430]: https://github.com/pftbest/rust_on_msp/blob/master/msp430.json
[NVPTX]: https://github.com/japaric/nvptx#targets

<em>*</em> These are bare-metal microcontroller targets that only have access to
Expand Down

0 comments on commit 41f3fc8

Please sign in to comment.