Skip to content

[Suggestion] use interrupts + sleep mode instead of idle main loop to save power. #2729

@dreirund

Description

@dreirund

Ahoj,

I learned that this LLM-coded port ("ZephCore") would interrupts and puts the CPU in sleep mode when nothing is do be done, while the official MeshCore implementation would use an idle main loop.

To save power, I hereby suggest that no idle main loop is used but the CPU put in low power sleep state and interrupts wake it up when something is to be done, on platforms that support it.

Regards!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions