This commit is contained in:
2025-11-18 09:40:23 -07:00
parent afdd140423
commit ae45f00503
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ Uninstall:
* `erase-flash` idf.py erase-flash * `erase-flash` idf.py erase-flash
* `save-defconfig` idf.py save-defconfig * `save-defconfig` idf.py save-defconfig
* `step-flash-monitor` attempt clean, build, flash, then monitor, dying on error * `step-flash-monitor` attempt clean, build, flash, then monitor, dying on error
* `imagesize` get binary size, broken down in various ways including total, by componant, and by file * `imagesize` / `size-stats` get binary size, broken down in various ways including total, by componant, and by file
* `chipinfo` get information from the esp chip * `chipinfo` get information from the esp chip
* `espinfo` get detailed information from the esp chip * `espinfo` get detailed information from the esp chip
* `menuconfig` run `idf.py menuconfig` * `menuconfig` run `idf.py menuconfig`
+1 -7
View File
@@ -1,8 +1,2 @@
#!/bin/bash #!/bin/bash
echo -e "\nSize General:\n" bash imagesize
idf.py --preview size
echo -e "\nSize by Componants:\n"
idf.py --preview size-components
echo -e "\nSize by Files:\n"
idf.py --preview size-files
echo -e "\nALL DONE :3\n"
+1 -1
View File
@@ -97,7 +97,7 @@ Features:
`erase-flash` idf.py erase-flash `erase-flash` idf.py erase-flash
`save-defconfig` idf.py save-defconfig `save-defconfig` idf.py save-defconfig
`step-flash-monitor` attempt clean, build, flash, then monitor, dying on error `step-flash-monitor` attempt clean, build, flash, then monitor, dying on error
`imagesize` get binary size, broken down in various ways including total, by componant, and by file `imagesize` / `size-stats` get binary size, broken down in various ways including total, by componant, and by file
`chipinfo` get information from the esp chip `chipinfo` get information from the esp chip
`espinfo` get detailed information about esp-idf and esp-idf-tools envrionment `espinfo` get detailed information about esp-idf and esp-idf-tools envrionment
`menuconfig` run `idf.py menuconfig` `menuconfig` run `idf.py menuconfig`