mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
docs: remove the outdated "IDF monitor doesn't work on linux" notes
This commit is contained in:
@@ -13,5 +13,5 @@ idf.py build
|
|||||||
|
|
||||||
# Run
|
# Run
|
||||||
```bash
|
```bash
|
||||||
`build/partition_api_test.elf`
|
idf.py monitor
|
||||||
```
|
```
|
||||||
|
@@ -19,10 +19,8 @@ First, make sure that the target is set to Linux. Run `idf.py --preview set-targ
|
|||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
IDF monitor doesn't work yet for Linux. You have to run the app manually:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./build/test_rom_host.elf
|
idf.py monitor
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example Output
|
## Example Output
|
||||||
@@ -30,7 +28,7 @@ IDF monitor doesn't work yet for Linux. You have to run the app manually:
|
|||||||
Ideally, all tests pass, which is indicated by "All tests passed" in the last line:
|
Ideally, all tests pass, which is indicated by "All tests passed" in the last line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./build/test_rom_host.elf
|
$ idf.py monitor
|
||||||
test
|
test
|
||||||
===============================================================================
|
===============================================================================
|
||||||
All tests passed (8 assertions in 6 test cases)
|
All tests passed (8 assertions in 6 test cases)
|
||||||
|
@@ -19,10 +19,8 @@ First, make sure that the target is set to Linux. Run `idf.py --preview set-targ
|
|||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
IDF monitor doesn't work yet for Linux. You have to run the app manually:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./build/test_log_host.elf
|
idf.py monitor
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example Output
|
## Example Output
|
||||||
@@ -30,7 +28,7 @@ IDF monitor doesn't work yet for Linux. You have to run the app manually:
|
|||||||
Ideally, all tests pass, which is indicated by "All tests passed" in the last line:
|
Ideally, all tests pass, which is indicated by "All tests passed" in the last line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./build/test_log_host.elf
|
$ idf.py monitor
|
||||||
===============================================================================
|
===============================================================================
|
||||||
All tests passed (8 assertions in 6 test cases)
|
All tests passed (8 assertions in 6 test cases)
|
||||||
```
|
```
|
||||||
|
@@ -33,10 +33,8 @@ First, make sure that the target is set to Linux. Run `idf.py --preview set-targ
|
|||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
IDF monitor doesn't work yet for Linux. You have to run the app manually:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./build/host_nvs_page_test.elf
|
idf.py monitor
|
||||||
```
|
```
|
||||||
|
|
||||||
## Coverage
|
## Coverage
|
||||||
@@ -48,7 +46,7 @@ To generate the coverage, run: `idf.py coverage`. Afterwards, you can view the c
|
|||||||
Ideally, all tests pass, which is indicated by the last two log lines after the dashed line:
|
Ideally, all tests pass, which is indicated by the last two log lines after the dashed line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
build/host_nvs_page_test.elf
|
$ idf.py monitor
|
||||||
../main/nvs_page_test.cpp:880:test_Page_load_reading_header_fails:PASS
|
../main/nvs_page_test.cpp:880:test_Page_load_reading_header_fails:PASS
|
||||||
../main/nvs_page_test.cpp:881:test_Page_load_reading_data_fails:PASS
|
../main/nvs_page_test.cpp:881:test_Page_load_reading_data_fails:PASS
|
||||||
../main/nvs_page_test.cpp:882:test_Page_load__uninitialized_page_has_0xfe:PASS
|
../main/nvs_page_test.cpp:882:test_Page_load__uninitialized_page_has_0xfe:PASS
|
||||||
|
@@ -13,5 +13,5 @@ idf.py build
|
|||||||
|
|
||||||
# Run
|
# Run
|
||||||
```bash
|
```bash
|
||||||
build/host_test_spiffs.elf
|
idf.py monitor
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user