Skip to content

remove unused MaybeUninit #40

remove unused MaybeUninit

remove unused MaybeUninit #40

Workflow file for this run

on:
push:
branches: [master, staging, trying]
pull_request:
name: Run CI
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
target: thumbv7em-none-eabi
toolchain: nightly
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2.2.0
- name: Install Dependencies
run: |
sudo apt update
cargo install cargo-binutils
rustup component add llvm-tools-preview clippy rustfmt
- name: install cargo-generate
run: |
curl -LsSf https://github.com/cargo-generate/cargo-generate/releases/download/v0.17.6/cargo-generate-v0.17.6-x86_64-unknown-linux-gnu.tar.gz | tar xzf - -C ${CARGO_HOME:-~/.cargo}/bin
# - name: install cargo-binutils
# run: |
# curl -LsSf https://github.com/rust-embedded/cargo-binutils/releases/download/v0.3.6/x86_64-unknown-linux-gnu.tar.gz | tar xzf - -C ${CARGO_HOME:-~/.cargo}/bin
- name: Template a project
run: |
cargo generate --path ../ --name=test \
-d target-arch=thumbv7em-none-eabi \
-d ram-start-address=0x20000000 \
-d ram-size=0x4000 \
-d flash-start-address=0x0 \
-d flash-page-size=0x400 \
-d flash-size=0x40000 \
-d empty-byte-value=0xFF \
-d flash-sector-size=0x400
- name: Check
run: cd test && cargo check --target thumbv7em-none-eabi
- name: Clippy
run: cd test && cargo clippy --target thumbv7em-none-eabi
- name: Format
run: cd test && cargo fmt
- name: Template & Export
run: cd test && cargo export
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy