Skip to content

Incorrect information about attachSystemInterrupt for Boron #1126

Open
@AndrewMoscoe

Description

@AndrewMoscoe

https://docs.particle.io/reference/device-os/firmware/boron/#attachsysteminterrupt-

If I try to compile that example code for Boron, I get an error:

error: 'SysInterrupt_TIM5' was not declared in this scope
   22 |     attachSystemInterrupt(SysInterrupt_TIM5, timer_event_handler);

From a brief look at the deviceOS code, I think this function is for other platforms, and is not implemented for the Boron?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions