4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 04:31:36 +08:00

[libcpu][cortex-m7] use hw atomic

This commit is contained in:
Kai 2024-11-02 06:45:00 +08:00 committed by GuEe-GUI
parent f11a58aa19
commit 5bc63aa90c

View File

@ -101,6 +101,7 @@ config ARCH_ARM_CORTEX_M7
select ARCH_ARM_CORTEX_M
select RT_USING_CPU_FFS
select RT_USING_CACHE
select RT_USING_HW_ATOMIC
config ARCH_ARM_CORTEX_M85
bool