diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d282ba3186..15d21c5a7b 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -422,7 +422,7 @@
@@ -1531,7 +1531,7 @@ The specific environmental definitions are unique for each board but should incl
The definitions in that header file provide the common interface between NuttX and the architecture-specific implementation in arch/
.
-up_
is supposed to stand for microprocessor; theu
is like the Greek letter micron: µ. So it would beµP
which is a common shortening of the word microprocessor. I don't like that name very much. I wish I would have used a more obvious prefix likearch_
instead -- then I would not have to answer this question so often. +up_
is supposed to stand for microprocessor; theu
is like the Greek letter micron: �. So it would be�P
which is a common shortening of the word microprocessor. I don't like that name very much. I wish I would have used a more obvious prefix likearch_
instead -- then I would not have to answer this question so often.