1747329794
This commit is contained in:
+4
-1
@@ -40,4 +40,7 @@
|
|||||||
1.1-dev-1
|
1.1-dev-1
|
||||||
added downloads and updates of espressif's esp-dev-kits repo (https://github.com/espressif/esp-dev-kits)
|
added downloads and updates of espressif's esp-dev-kits repo (https://github.com/espressif/esp-dev-kits)
|
||||||
patch-esp-idf added
|
patch-esp-idf added
|
||||||
a shortcut for applying esp-idf patches
|
a shortcut for applying esp-idf patches
|
||||||
|
|
||||||
|
1.1-dev-2
|
||||||
|
improved speed of downloading esp-dev-kits
|
||||||
@@ -111,6 +111,8 @@ Some take optional [branch] paramater
|
|||||||
* ex. `create-project hello-world`
|
* ex. `create-project hello-world`
|
||||||
* `esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDFTOOLS_INSTALLDIR/install.log`
|
* `esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDFTOOLS_INSTALLDIR/install.log`
|
||||||
* `esp-install-logs` displays full text of install.log and version-data.txt
|
* `esp-install-logs` displays full text of install.log and version-data.txt
|
||||||
|
* `patch-esp-idf <patch path>` patches esp-idf with `<patch path>` patch file
|
||||||
|
* ex. `patch-esp-idf ./some.patch`
|
||||||
* `$examples` is a shortcut for examples directory in esp-idf
|
* `$examples` is a shortcut for examples directory in esp-idf
|
||||||
* ex. cd `$examples`
|
* ex. cd `$examples`
|
||||||
|
|
||||||
|
|||||||
@@ -105,6 +105,8 @@ Features:
|
|||||||
ex. `create-project hello-world`
|
ex. `create-project hello-world`
|
||||||
`esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDFTOOLS_INSTALLDIR/install.log`
|
`esp-install-monitor` monitors install.log. alias for `tail -n 75 -f $ESPIDFTOOLS_INSTALLDIR/install.log`
|
||||||
`esp-install-logs` displays full text of install.log and version-data.txt
|
`esp-install-logs` displays full text of install.log and version-data.txt
|
||||||
|
`patch-esp-idf <patch path>` patches esp-idf with `<patch path>` patch file
|
||||||
|
ex. `patch-esp-idf ./some.patch`
|
||||||
`$examples` is a shortcut for examples directory in esp-idf
|
`$examples` is a shortcut for examples directory in esp-idf
|
||||||
ex. cd $examples`
|
ex. cd $examples`
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
1.1-dev-1
|
1.1-dev-2
|
||||||
Reference in New Issue
Block a user