Skip to content

Add example for MSP432E401Y Launchpad for Ethernet #99

Add example for MSP432E401Y Launchpad for Ethernet

Add example for MSP432E401Y Launchpad for Ethernet #99

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Add Target
run: rustup target add thumbv7em-none-eabi
- name: Build
run: cargo build --verbose --target=thumbv7em-none-eabi