Skip to content

Introduce new DataLock

Compare
Choose a tag to compare
@2ndTaleStudio 2ndTaleStudio released this 27 Aug 12:42
add1c7a

Release Notes

This release introduces the new DataLock that allows non-blocking cross core secure access to the data guarded by this lock.

When ever an atomic lock operation is executed (ldrex/strex) the interrupts are now globally disabled and re-enabled after this operation. This prevents deadlock situations when an interrupt occurs just in the middle of atomic access to something.