This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new 3720e7656 porting/examples/linux: update steps in README.md
3720e7656 is described below
commit 3720e7656c9b6906a4475f551bfd7f40040ab10c
Author: Petro Karashchenko <[email protected]>
AuthorDate: Mon Jul 31 12:40:19 2023 +0300
porting/examples/linux: update steps in README.md
Signed-off-by: Petro Karashchenko <[email protected]>
---
porting/examples/linux/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/porting/examples/linux/README.md b/porting/examples/linux/README.md
index bbf68bb5e..562da266b 100644
--- a/porting/examples/linux/README.md
+++ b/porting/examples/linux/README.md
@@ -59,7 +59,7 @@ in sysconfig.h to use hci0.
```no-highlight
cd porting/examples/linux
- sudo ./_build/nimble_linux.out
+ sudo ./nimble-linux
```
3. Build and run the unit tests
@@ -68,6 +68,6 @@ The Operating System Abstraction Layer (OSAL) used to port
Nimble to Linux
has a suite of unit tests.
```no-highlight
- cd tests/unit/porting/npl
+ cd porting/npl/linux/test
make test
```