rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
782 stars 164 forks source link

Allocator example broken #104

Open Dirbaio opened 3 years ago

Dirbaio commented 3 years ago

The allocator example no longer builds due to a semver-breaking breaking change in linked-list-allocator.

Once alloc-cortex-m gets a new release we should update this repo to it. https://github.com/rust-embedded/alloc-cortex-m/issues/42