DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Versioning and Task Names
Question
I have strange output from the NSH:
...
No NAME and no version / build number
Answer
This is probably normal behavior. There are two separate, unrelated issues here.
Versioning
There are two different ways to get NuttX: (1) You can download the versioned releases at https://bitbucket.org/nuttx/nuttx/downloads, or you can (2) take un-versioned snapshots from the GIT repository at ![]()
![]()
https://bitbucket.org/nuttx/nuttx/src. Since you have no version information, I am assuming that you are using a un-versioned copy.![]()
![]()
...
This is completely appropriate if you are using un-versioned code. You are, however, free to edit the top-level .version file to generate any kind of custom versioning information that you would like. It would, however, probably be inappropriate to say you are using a released version when you are not.
Task Name Size
This one is easy. The size of a task name is controlled by the following setting in your .config file:
...