diff --git a/README.md b/README.md index cfd5442165cec3f997a4cacedd1021bd1f1f9761..8eb7021366903bedbaea9e65db57eb095c51cbc7 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,8 @@ of the License, or (at your option) any later version. ## Compiling the Qt Based Tools -To compile the QT tools do the folling: -```bash -cd ui -qmake -make -``` +See README file in ui directory. ## Compiling the ESM interpreter library See README file in smi directory. - - diff --git a/examples/common/config/user.cfg.i7 b/examples/common/config/user.cfg.i7 index 064ae65122ee5b738a8b4a51a2fec6fd43285044..ab01fb6dfe0a9bd4182cc3ac30a627403b2214bf 100644 --- a/examples/common/config/user.cfg.i7 +++ b/examples/common/config/user.cfg.i7 @@ -1,5 +1,5 @@ -150000 RTSLEEP_TOLERANCE -120000 TASK_SLOT_TIME_TOLERANCE +95000 RTSLEEP_TOLERANCE +45000 TASK_SLOT_TIME_TOLERANCE 1 DELAY_CORRECTION 0 PRINT_STATES 15 1 0 0 0 0 0 0 0 0 0 0 0 -10 0 0 NUMBER_OF_PROCESSES PRIORITIES -20..19 diff --git a/ui/README b/ui/README index 474d4124c666599a106cdea83df1d43a8b6c26d6..b5fd6405430d6db1aecfae68f9bc566a38a8d5e1 100644 --- a/ui/README +++ b/ui/README @@ -1,9 +1,8 @@ Build: -1. enter ui directory -2. "qmake" -3. "make" -4. set PATH environment variable to ui/bin -5. install symbol.ttf font +1. "qmake" +2. "make" +3. set PATH environment variable to ui/bin +4. install symbol.ttf font Run: "esmeditor"