mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-22 17:59:58 +00:00
porting/examples/linux: update steps in README.md
Signed-off-by: Petro Karashchenko <[email protected]>
This commit is contained in:
committed by
Szymon Janc
parent
7585a01e43
commit
3720e7656c
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user