Make sure apps/examples/pashello still builds; update comments; refresh configurations

This commit is contained in:
Gregory Nutt
2014-05-09 10:33:23 -06:00
parent ed2e4a15dc
commit 415500c6d9
3 changed files with 103 additions and 58 deletions
+2 -1
View File
@@ -236,7 +236,8 @@ static void pcode_onexit(int exitcode, FAR void *arg)
* Description:
* This is the proxy program that runs and starts the P-Code interpreter.
*
* REVISIT: There are issues here when CONFIG_NUTTX_KERNEL is selected.
* REVISIT: There are issues here when CONFIG_NUTTX_KERNEL is selected. Also
* This implementation is too highly couple to logic in the apps/ directory.
*
****************************************************************************/