cortex-m-stack 0.2.1

Stack usage tools for Cortex-M processors
Documentation
[dependencies]

[lib]
name = "cortex_m_stack"
path = "src/lib.rs"

[package]
authors = ["Wouter Geraedts <git@woutergeraedts.nl>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std::no-alloc", "no-std"]
description = "Stack usage tools for Cortex-M processors"
documentation = "https://docs.rs/cortex-m-stack"
edition = "2024"
keywords = ["arm", "cortex-m", "stack"]
license = "MIT OR Apache-2.0"
name = "cortex-m-stack"
readme = "README.md"
repository = "https://github.com/Wassasin/cortex-m-stack"
rust-version = "1.87"
version = "0.2.1"

[package.metadata.docs.rs]
targets = ["thumbv8m.main-none-eabihf", "thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi", "thumbv8m.base-none-eabi", "thumbv8m.main-none-eabi"]