Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing barrier in TX_DISABLE for Cortex-R5
This commit fixes thread safety issue in tx_byte_allocate by correcting clobber list and adding missing compiler fence. This addresses potential race conditions when aggressive compiler optimization is enabled. See eclipse-threadx#334
- Loading branch information