- Notifications
You must be signed in to change notification settings - Fork27
Commit26048c8
committed
add reference to battery-powered applications to advanced usage in README
While py-esp32-ulp could be used on a PC to generate the ULP binary,which in turn could be uploaded to an ESP32, this workflow can alsobe realised using binutils-esp32ulp on the PC.py-esp32-ulp makes it easy to work directly on the ESP32 to assemblecode for the ULP. However, the ESP32 is rather slow at doing this,which becomes relevant in battery-powered applications, where everysecond of sleep time is valuable.The documentation therefore no longer refers to the use-case ofassembling ULP code on a PC, and adds a short reference to battery-powered applications as one reason, why one might want to split theassembly and load phase and store the ULP binary into a file.1 parentcefeb9d commit26048c8
1 file changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
| |||
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 108 | | |
113 | 109 | | |
114 | 110 | | |
| |||
135 | 131 | | |
136 | 132 | | |
137 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments
Comments
(0)