From 0199af6551fc660af80db48437cefa125d626ce3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 21 Mar 2018 20:07:39 -0600 Subject: [PATCH] Revert "NuttxPortingGuide.html edited online with Bitbucket" This reverts commit 7244ae9a98d3bbd363657ba4f9502601031f1177. --- Documentation/NuttxPortingGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 15d21c5a7b6..d282ba31867 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -422,7 +422,7 @@
  • Chip/SoC specific files. - Each processor architecture is embedded in chip or System-on-a-Chip (SoC) architecture. + Each processor processor architecture is embedded in chip or System-on-a-Chip (SoC) architecture. The full chip architecture includes the processor architecture plus chip-specific interrupt logic, clocking logic, general purpose I/O (GPIO) logic, and specialized, internal peripherals (such as UARTs, USB, etc.).

    @@ -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; the u 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 like arch_ instead -- then I would not have to answer this question so often. + up_ is supposed to stand for microprocessor; the u 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 like arch_ instead -- then I would not have to answer this question so often.