diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 893888bee68..a209146e22e 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1123,6 +1123,8 @@ The system can be re-made subsequently by just typing make. the particular chip or SoC.
  • CONFIG_ARCH_BOARD_name: For use in C code
  • +
  • CONFIG_ENDIAN_BIG: + Define if big endian (default is little endian).