Alloc Cortex M Versions Save

A heap allocator for embedded systems

v0.5.1

6 months ago

Added

  • Implemented Allocator for Heap with the allocator_api crate feature. This feature requires a nightly toolchain for the unstable allocator_api compiler feature.

Changed

  • Updated linked_list_allocator dependency to 0.10.5, which allows compiling with stable rust.

v0.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/rust-embedded/embedded-alloc/compare/v0.4.3...v0.5.0

v0.4.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/rust-embedded/alloc-cortex-m/compare/v0.4.2...v0.4.3

v0.4.2

2 years ago

v0.4.2 - 2022-01-04

Changed

  • Updated cortex-m dependency to 0.7.2.