This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-04 23:03:27 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
3,926
Commits
26
Branches
199
Tags
31b813795685bc7233851935e2668b9be5e0ff46
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Gregory Nutt
31b8137956
There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
2014-09-01 15:39:34 -06:00
arch
There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
2014-09-01 15:39:34 -06:00
S
Description
Apache NuttX is a mature, real-time embedded operating system (RTOS)
embedded
mcu
microcontroller
nuttx
real-time
rtos
Multiple Licenses
516
MiB
Languages
C
95.2%
Linker Script
1.4%
Assembly
1.1%
CMake
1%
Makefile
0.6%
Other
0.6%