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-14 08:53:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
embedded
mcu
microcontroller
nuttx
real-time
rtos
5253
commits
24
branches
203
tags
520
MiB
C
96.4%
Assembly
1.1%
CMake
1%
Makefile
0.7%
Python
0.5%
Other
0.2%
70f1a49fbe
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with patternCode
Cite this repository
BibTeX
Cancel
Gregory Nutt
70f1a49fbe
arch/arm/src/up_iternal.h and several ARM Make.defs files: In the original implementation, NOT defined(CONFIG_ARMV7M_CMNVECTOR) was a sufficient test to determine if lazy floating point register saving was being used. But recents changes added common lazy register as well so now that test must be (NOT defined(CONFIG_ARMV7M_CMNVECTOR) || defined(CONFIG_ARMV7M_LAZYFPU)).
2015-08-31 08:40:02 -06:00
arch
arch/arm/src/up_iternal.h and several ARM Make.defs files: In the original implementation, NOT defined(CONFIG_ARMV7M_CMNVECTOR) was a sufficient test to determine if lazy floating point register saving was being used. But recents changes added common lazy register as well so now that test must be (NOT defined(CONFIG_ARMV7M_CMNVECTOR) || defined(CONFIG_ARMV7M_LAZYFPU)).
2015-08-31 08:40:02 -06:00