StratifyOS icon indicating copy to clipboard operation
StratifyOS copied to clipboard

A Powerful embedded RTOS for ARM Cortex M microcontrollers

Results 28 StratifyOS issues
Sort by recently updated
recently updated
newest added

Other tasks should never be blocked on the same device. If another task tries to read/write a device that is busy, an EBUSY error will be returned. Is there any...

It needs to account for the number of header entries. Or maybe not?

The checksum should be managed using cortexm_assign_zero_sum32() and cortexm_verify_zero_sum32(). If the mutex is corrupted or hacked, any attempt to lock or unlock the mutex will return an error.

If PendSV is the lowest priority, hibernate can set a flag to indicate to the PendSV handler to deepsleep but not change the context. The deepsleep will happen with the...

If code must be executed as privileged, it should have _root_ after the module: sos_led_priv_enable() becomes sos_led_root_enable()

cleanup