From 5c6cca86330053a568b0212bdc50af7bdda38284 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 28 Jan 2020 00:46:40 +0900 Subject: [PATCH] sim: Fix typos in README.txt --- 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 31091845a8..2bd1240728 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 are are in the host OS domain are build + 2. On the second pass, the files which 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 doman and the host domain. How can we keep them +exported by both the NuttX domain and the host domain. How can we keep them separate? This is done using the special file nuttx-name.dat. This file just contains