This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch revert-179-osx-sim in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 29fd27f21bb7833804748649fd92a3b8352f0a63 Author: Alin Jerpelea <[email protected]> AuthorDate: Wed Jan 29 09:26:02 2020 +0100 Revert "sim: Fix typos in README.txt" This reverts commit 5c6cca86330053a568b0212bdc50af7bdda38284. --- boards/sim/sim/sim/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/sim/sim/sim/README.txt b/boards/sim/sim/sim/README.txt index 2bd1240..3109184 100644 --- a/boards/sim/sim/sim/README.txt +++ b/boards/sim/sim/sim/README.txt @@ -153,12 +153,12 @@ The simulation build is a two pass build: created called nuttx.rel. This includes all of the files that are part of the NuttX "domain." - 2. On the second pass, the files which are in the host OS domain are build + 2. On the second pass, the files are are in the host OS domain are build and then linked with nuttx.rel to generate the simulation program. NuttX is a POSIX compliant RTOS and is normally build on a POSIX compliant host environment (like Linux or Cygwin). As a result, the same symbols are -exported by both the NuttX domain and the host domain. How can we keep them +exported by both the NuttX doman and the host domain. How can we keep them separate? This is done using the special file nuttx-name.dat. This file just contains
