Introduce new DataLock
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.