[dependencies.umm-malloc-sys]
version = "0.3.0"
[dev-dependencies.cortex-m-rt]
version = "0.7"
[features]
cortex-m-interrupt-critical-section = ["umm-malloc-sys/cortex-m-interrupt-critical-section"]
extern-critical-section = ["umm-malloc-sys/extern-critical-section"]
first-fit = ["umm-malloc-sys/first-fit"]
hang-if-uninitialized = ["umm-malloc-sys/hang-if-uninitialized"]
init-if-uninitialized = ["umm-malloc-sys/init-if-uninitialized"]
unsafe-no-critical-section = []
[package]
authors = ["Ralph Hempel", "Matt Ickstadt <mattico8@gmail.com>"]
categories = ["embedded", "no-std", "api-bindings"]
description = "A global allocator implementation for embedded systems using the umm_malloc library."
edition = "2018"
exclude = [".vscode/*", ".github/*"]
keywords = ["allocator", "arm", "cortex-m", "malloc"]
license = "MIT"
name = "umm-malloc"
readme = "README.md"
repository = "https://github.com/mattico/umm-malloc-rs"
version = "0.3.1"
[package.metadata.docs.rs]
features = ["unsafe-no-critical-section"]
targets = ["thumbv7em-none-eabihf"]