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 @@
  • Chip/SoC specific files. - Each processor processor architecture is embedded in chip or System-on-a-Chip (SoC) architecture. + Each 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.