mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
Summary: - Replace direct use of `fence.i` instruction with `__ISB()` macro for instruction synchronization - This change improves portability while maintaining the same functionality Impact: - No functional changes - both `fence.i` and `__ISB()` ensure instruction synchronization on RISC-V - Makes the code more maintainable by using the architecture abstraction layer Signed-off-by: Huang Qi <huangqi3@xiaomi.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| arch_atomic.c | ||
| arch_libc.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||