1.3-dev-0
This commit is contained in:
@@ -89,8 +89,8 @@ Features:
|
||||
ex. `changeport /dev/ttyUSB0` changes to /dev/ttyUSB0
|
||||
`clean` idf.py clean
|
||||
`fullclean` fully resets a project, 'idf.py fullclean' plus remove the build dir and delete some temp and backup files
|
||||
`rebuildfull` does a `fullclean` but also an `erase-flash` and also `setup`
|
||||
rebuild-flash-monitor does a `fullclean` then `idf.py set-target` and finally `flashmonitor`
|
||||
`rebuild-interactive` interactively does a `fullclean` but also an `erase-flash` and `setup` optionally save-defconfig optionally build or flashmonitor
|
||||
`rebuild-auto-flashmonitor` noninteractively does a `fullclean` then `idf.py set-target` and finally `flashmonitor` using all defaults
|
||||
`setup` same as running `idf.py set-target $ESPTARGET; idf.py menuconfig; idf.py build`
|
||||
`flash` idf.py flash
|
||||
`monitor` idf.py monitor
|
||||
|
||||
Reference in New Issue
Block a user