alloc-cortex-m 0.3.3

A heap allocator for Cortex-M processors
set -euxo pipefail

main() {
    cargo check --target $TARGET
}

main