Skip to content

Commit 9980614

Browse files
committed
select RT_KLIBC_USING_USER_MEMCPY if RT_VER_NUM >= 0x50200
1 parent a3a941e commit 9980614

File tree

1 file changed

+1
-0
lines changed
  • system/enhanced-kservice/rt_memcpy_cm

1 file changed

+1
-0
lines changed

system/enhanced-kservice/rt_memcpy_cm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Kconfig file for package rt_memcpy_cm
33
menuconfig PKG_USING_RT_MEMCPY_CM
44
bool "rt_memcpy_cm: Cortex-M kernel assembly accelerated version of rt_memcpy function"
5+
select RT_KLIBC_USING_USER_MEMCPY if RT_VER_NUM >= 0x50200
56
default n
67

78
if PKG_USING_RT_MEMCPY_CM

0 commit comments

Comments
 (0)