2 files changed
+33
-13
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
| |||
69 | 68 |
| |
70 | 69 |
| |
71 | 70 |
| |
72 |
| - | |
| 71 | + | |
73 | 72 |
| |
74 | 73 |
| |
75 | 74 |
| |
| |||
84 | 83 |
| |
85 | 84 |
| |
86 | 85 |
| |
87 |
| - | |
88 |
| - | |
89 |
| - | |
| 86 | + | |
| 87 | + | |
90 | 88 |
| |
91 | 89 |
| |
92 | 90 |
| |
| |||
107 | 105 |
| |
108 | 106 |
| |
109 | 107 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
| 108 | + | |
| 109 | + | |
113 | 110 |
| |
114 | 111 |
| |
115 | 112 |
| |
| |||
141 | 138 |
| |
142 | 139 |
| |
143 | 140 |
| |
144 |
| - | |
| 141 | + | |
145 | 142 |
| |
146 | 143 |
| |
147 | 144 |
| |
| |||
155 | 152 |
| |
156 | 153 |
| |
157 | 154 |
| |
158 |
| - | |
| 155 | + | |
159 | 156 |
| |
160 | 157 |
| |
161 | 158 |
| |
| |||
167 | 164 |
| |
168 | 165 |
| |
169 | 166 |
| |
170 |
| - | |
| 167 | + | |
171 | 168 |
| |
172 | 169 |
| |
173 | 170 |
| |
174 | 171 |
| |
175 | 172 |
| |
176 | 173 |
| |
177 | 174 |
| |
178 |
| - | |
| 175 | + | |
179 | 176 |
| |
180 | 177 |
| |
181 | 178 |
| |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + |
- build/devices/esp/targets/moddable_display_1/host/provider.js+1-1
- build/devices/esp/targets/moddable_display_3/host/provider.js+1-1
- build/devices/esp/targets/moddable_one/host/provider.js+1-1
- build/devices/esp/targets/moddable_three/host/provider.js+1-1
- build/devices/esp/targets/nodemcu/host/provider.js+1-1
- build/devices/esp32/setup/piu.js+93-37
- build/devices/esp32/targets/esp32_thing/host/provider.js+1-1
- build/devices/esp32/targets/esp32_thing_plus/host/provider.js+1-1
- build/devices/esp32/targets/kaluga/host/provider.js+1-1
- build/devices/esp32/targets/lilygo_ttgo/host/provider.js+1-1
- build/devices/esp32/targets/m5atom_echo/host/provider.js+1-1
- build/devices/esp32/targets/m5atom_lite/host/provider.js+1-1
- build/devices/esp32/targets/m5atom_matrix/host/provider.js+1-1
- build/devices/esp32/targets/m5stack/host/provider.js+1-1
- build/devices/esp32/targets/m5stack/manifest.json+1-1
- build/devices/esp32/targets/m5stack_core2/host/provider.js+1-1
- build/devices/esp32/targets/m5stack_fire/host/provider.js+1-1
- build/devices/esp32/targets/m5stick_c/host/provider.js+1-1
- build/devices/esp32/targets/moddable_display_2/host/provider.js+1-1
- build/devices/esp32/targets/moddable_two/host/provider.js+1-1
- build/devices/esp32/targets/moddable_two_io/host/provider.js+197
- build/devices/esp32/targets/moddable_two_io/manifest.json+53
- build/devices/esp32/targets/moddable_two_io/setup-target.js+15
- build/devices/esp32/targets/nodemcu/host/provider.js+1-1
- build/devices/esp32/targets/saola_wroom/host/provider.js+1-1
- build/devices/esp32/targets/saola_wrover/host/provider.js+1-1
- build/devices/esp32/targets/wrover_kit/host/provider.js+1-1
- build/devices/esp32/xsProj-esp32/versionCheck.py+32
- build/devices/esp32/xsProj-esp32s2/versionCheck.py+32
- build/devices/esp32/xsProj-esp32s3/versionCheck.py+32
- build/makefiles/wasm/tools.mk+1-1
- documentation/devices/esp32.md+47-36
- examples/drivers/BMP180/main.js+7-120
- examples/drivers/BMP180/manifest.json+11
- examples/io/digital/blink/main.js+1-1
- examples/io/digital/button/main.js+2-2
- examples/io/i2c/ft6206/ft6206.js+78-36
- examples/io/i2c/ft6206/main.js+13-12
- examples/io/i2c/ft6206/manifest.json+2-2
- examples/io/pwm/led/main.js+1-1
- examples/io/spi/ili9341/main.js+4-15
- modules/commodetto/commodettoPocoBlit.c+1-1
- modules/commodetto/gif/pocogif.c+54-12
- modules/commodetto/gif/pocogif.js+3-3
- modules/drivers/bmp180/bmp180.js+124
- modules/drivers/bmp180/manifest.json+11
- modules/drivers/sensors/ccs811/ccs811.js-1
- modules/files/flash/esp/flash.c+11-5
- modules/files/flash/esp32/flash.c+10-6
- modules/io/host/esp/provider.js+1-1
- modules/io/host/esp32/provider.js+1-1
- modules/io/i2c/esp/_i2c.c+11-10
- modules/io/i2c/esp32/_i2c.c+10-16
- modules/io/i2c/smbus.js+8-7
- modules/io/pwm/esp32/_pwm.c+2-2
- modules/io/serial/esp32/serial.c+12-2
- modules/network/ble/btutils.js+2-2
- modules/network/dns/moddnsparser.c+12-11
- modules/network/mdns/mdns.js+1-1
- modules/network/websocket/websocket.js+14-15
- tools/mcconfig/make.esp32.mk+11-18
- tools/mcconfig/nmake.esp32.mk+12-5
- tools/mcmanifest.js+1-1
- xs/platforms/xsPlatform.h-7
- xs/sources/xsAll.h+2-1
- xs/sources/xsCommon.h+1-1
- xs/sources/xsDataView.c+6
- xs/sources/xsMapSet.c+51-37
- xs/sources/xsRegExp.c+8-9
- xs/sources/xsRun.c+1-1
- xs/sources/xsSnapshot.c+76-38
- xs/sources/xsString.c+4-2
- xs/tools/xst.c+8-5
0 commit comments