mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
build system: Use CMake-based build system as default when describing commands
This commit is contained in:

committed by
Angus Gratton

parent
f6ad7f564d
commit
47bbb107a8
@@ -12,17 +12,13 @@ Example source code declares a class which can throw exception from the construc
|
||||
|
||||
## How to use example
|
||||
|
||||
### Configure the project
|
||||
|
||||
Run `make menuconfig` and set serial port under Serial Flasher Options.
|
||||
|
||||
### Build and Flash
|
||||
|
||||
Build the project and flash it to the board, then run monitor tool to view serial output:
|
||||
```
|
||||
idf.py -p PORT flash monitor
|
||||
```
|
||||
|
||||
```
|
||||
make -j4 flash monitor
|
||||
```
|
||||
(Replace PORT with the name of the serial port.)
|
||||
|
||||
(To exit the serial monitor, type ``Ctrl-]``.)
|
||||
|
||||
|
Reference in New Issue
Block a user