periph/timer: timer_set()
underflow safety check (tracking issue)
#13072
Labels
Area: drivers
Area: Device drivers
Area: timers
Area: timer subsystems
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Type: tracking
The issue tracks and organizes the sub-tasks of a larger effort
Description
#13060 added timer_set() protection from IRQ.
There are a couple of other implementations that need to be reviewed for irq safety (found with
git grep 'int.*timer_set('
):IMO we should take a close look at all of them. Also, confirm whether they're actually needed or can just be replaced by the generic one.
All four esp implementation seem to internally protect from irqs. @gschorcht maybe confirm?
The text was updated successfully, but these errors were encountered: