Skip to content

Feat: no_alloc/heapless support? #200

Description

@chunix64

Problem:
mousefood currently assumes dynamic memory allocation, which makes it harder to use in embedded or no_std environments where heap usage is unavailable or undesirable.

Proposed Solution:
Add a no_alloc / heapless backend mode that avoids heap allocation entirely. The backend should rely on stack/static buffers or user-provided storage, ensuring deterministic memory usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions