You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/07/22 20:58:14 UTC

[GitHub] [incubator-nuttx-apps] w8jcik commented on a change in pull request #337: Use Markdown for readmes

w8jcik commented on a change in pull request #337:
URL: https://github.com/apache/incubator-nuttx-apps/pull/337#discussion_r459078871



##########
File path: README.md
##########
@@ -0,0 +1,241 @@
+# Application Folder
+
+## Contents
+
+- General
+- Directory Location
+- Built-In Applications
+- NuttShell (NSH) Built-In Commands
+- Synchronous Built-In Commands
+- Application Configuration File
+- Example Built-In Application
+- Building NuttX with Board-Specific Pieces Outside the Source Tree
+
+## General
+
+This folder provides various applications found in sub-directories. These
+applications are not inherently a part of NuttX but are provided to help
+you develop your own applications. The `apps/` directory is a _break away_
+part of the configuration that you may choose to use or not.
+
+## Directory Location
+
+The default application directory used by the NuttX build should be named
+`apps/` (or `apps-x.y.z/` where `x.y.z` is the NuttX version number). This `apps/`
+directory should appear in the directory tree at the same level as the
+NuttX directory. Like:
+
+```
+ .
+ |- nuttx
+ |
+ `- apps

Review comment:
       The indented form doesn't allow selecting language for syntax highlighting. We could use indented for non-highlighted fragments and backticks for highlighted fragments. But I think it is better to stick to one.
   
   Also, as far as I remember I always see only the backtick form being used. Example: https://raw.githubusercontent.com/ARMmbed/littlefs/master/README.md
   
   Just for consistency I would stick to triple backtick everywhere.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org