This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-06 21:19:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
a8a66667c1
nuttx
/
libc
/
machine
History
Download ZIP
Download TAR.GZ
Gregory Nutt
a8a66667c1
libc: Fix ARMv7-A/R memcpy assembly.
2017-01-20 13:33:50 -06:00
..
armv7-a
libc: Fix ARMv7-A/R memcpy assembly.
2017-01-20 13:33:50 -06:00
armv7-m
libc: Fix ARMv7-A/R memcpy assembly.
2017-01-20 13:33:50 -06:00
armv7-r
libc: Fix ARMv7-A/R memcpy assembly.
2017-01-20 13:33:50 -06:00
armv8
Math library optimatizations for FPU only apply to ARMv8 which is not yet supported.
2017-01-20 08:24:59 -06:00
Kconfig
Move optimized ARM memcpy functions from arch/arm/src/ to libc/machine/. This is necessary for the PROTECTED and KERNEL build modes. Otherwise, memcpy() will be built in to kernel space and not accessible to applications.
2017-01-20 10:53:46 -06:00
Make.defs
Move optimized ARM memcpy functions from arch/arm/src/ to libc/machine/. This is necessary for the PROTECTED and KERNEL build modes. Otherwise, memcpy() will be built in to kernel space and not accessible to applications.
2017-01-20 10:53:46 -06:00