Skip to content

Add StackUsed and StackFree as memory types. Use FFI-safe types. #175

Add StackUsed and StackFree as memory types. Use FFI-safe types.

Add StackUsed and StackFree as memory types. Use FFI-safe types. #175

Workflow file for this run

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