Skip to content

Releases: rust-embedded/embedded-alloc

v0.5.1

05 Nov 00:23
5ff132a
Compare
Choose a tag to compare

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

13 Jan 22:40
v0.5.0
89cb8d5
Compare
Choose a tag to compare

What's Changed

  • Use critical-section for heap locking, rename to embedded-alloc. by @Dirbaio in #56

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

06 Nov 00:16
v0.4.3
e805a4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

04 Jan 19:12
caa821e
Compare
Choose a tag to compare

v0.4.2 - 2022-01-04

Changed

  • Updated cortex-m dependency to 0.7.2.