docs: remove the outdated "IDF monitor doesn't work on linux" notes

pull/10625/head
Ivan Grokhotkov 2023-01-10 18:08:52 +01:00
rodzic ec8f38c9da
commit e7540dbe0e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 1E050E141B280628
5 zmienionych plików z 8 dodań i 14 usunięć

Wyświetl plik

@ -13,5 +13,5 @@ idf.py build
# Run
```bash
`build/partition_api_test.elf`
idf.py monitor
```

Wyświetl plik

@ -19,10 +19,8 @@ First, make sure that the target is set to Linux. Run `idf.py --preview set-targ
## Run
IDF monitor doesn't work yet for Linux. You have to run the app manually:
```bash
./build/test_rom_host.elf
idf.py monitor
```
## 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:
```bash
$ ./build/test_rom_host.elf
$ idf.py monitor
test
===============================================================================
All tests passed (8 assertions in 6 test cases)

Wyświetl plik

@ -19,10 +19,8 @@ First, make sure that the target is set to Linux. Run `idf.py --preview set-targ
## Run
IDF monitor doesn't work yet for Linux. You have to run the app manually:
```bash
./build/test_log_host.elf
idf.py monitor
```
## 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:
```bash
$ ./build/test_log_host.elf
$ idf.py monitor
===============================================================================
All tests passed (8 assertions in 6 test cases)
```

Wyświetl plik

@ -33,10 +33,8 @@ First, make sure that the target is set to Linux. Run `idf.py --preview set-targ
## Run
IDF monitor doesn't work yet for Linux. You have to run the app manually:
```bash
./build/host_nvs_page_test.elf
idf.py monitor
```
## 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:
```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:881:test_Page_load_reading_data_fails:PASS
../main/nvs_page_test.cpp:882:test_Page_load__uninitialized_page_has_0xfe:PASS

Wyświetl plik

@ -13,5 +13,5 @@ idf.py build
# Run
```bash
build/host_test_spiffs.elf
idf.py monitor
```