-
Notifications
You must be signed in to change notification settings - Fork 346
Commit 073ba4e
Updated 'ethernet' module
updated all modules using network to work on any network interface, including ethernet
ftpserver and telnet server now also works over ethernet
Updated 'uos.sdconfig()'
SPI host can be selected if SDCard mode is SPI
Updated 'Curl' module
added 'getmail' method
added option to set maximum write buffer size, lower size can make it more usable on boards without psRAM
tab character (0x09) is now accepted in response body
Updated 'machine' module
fixed bug in 'deepsleep' method, deepslep for all timeout values now works as expected
Updated 'DAC' module
fixed bug in 'waveform' method, the 'duration' argument now works for waveform types
Updated 'machine.Pin' module
fixed bug in handling the 'debounce' argument
Added 'requests' module implemented in C, based on 'esp_http_client' componnent
get, post, head, put, patch methods
Refactored 'display' module
added full support for FTDI EVE chips (FT8xx)
prepared for implementation of e-paper displays support
Updated sdcard support
Updated esp-idf to version v3.1-rc1-53509c7b1 parent 210efe9 commit 073ba4e
File tree
93 files changed
+9652
-2699
lines changed- MicroPython_BUILD
- .settings
- components
- curl
- include/curl
- lib
- micropython
- esp32
- libs
- eve
- tft
- extmod
- lib/utils
- firmware
- esp32_all
- bootloader
- esp32_ota
- bootloader
- esp32_psram_all_bt
- bootloader
- esp32_psram_all
- bootloader
- esp32_psram_ota
- bootloader
- esp32_psram
- bootloader
- esp32
- bootloader
- Tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+9652
-2699
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | - | ||
8 | - | ||
7 | + | ||
8 | + | ||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | + | ||
30 | + | ||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | - | ||
54 | - | ||
55 | + | ||
56 | + | ||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | + | ||
664 | + | ||
665 | + | ||
666 | + | ||
667 | + | ||
668 | + | ||
669 | + | ||
663 | 670 | | |
664 | 671 | | |
665 | 672 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | + | ||
34 | + | ||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
221 | - | ||
223 | + | ||
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
233 | + | ||
234 | + | ||
235 | + | ||
231 | 236 | | |
232 | 237 | | |
238 | + | ||
233 | 239 | | |
234 | 240 | | |
235 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1409 | 1409 | | |
1410 | 1410 | | |
1411 | 1411 | | |
1412 | - | ||
1413 | - | ||
1412 | + | ||
1413 | + | ||
1414 | + | ||
1415 | + | ||
1414 | 1416 | | |
1415 | - | ||
1416 | - | ||
1417 | + | ||
1418 | + | ||
1417 | 1419 | | |
1418 | 1420 | | |
1419 | 1421 | | |
| |||
Lines changed: 79 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | - | ||
325 | + | ||
326 | + | ||
327 | + | ||
328 | + | ||
329 | + | ||
330 | + | ||
331 | + | ||
332 | + | ||
333 | + | ||
334 | + | ||
335 | + | ||
336 | + | ||
337 | + | ||
338 | + | ||
326 | 339 | | |
327 | 340 | | |
328 | - | ||
341 | + | ||
342 | + | ||
329 | 343 | | |
330 | 344 | | |
331 | - | ||
332 | - | ||
345 | + | ||
346 | + | ||
347 | + | ||
348 | + | ||
349 | + | ||
350 | + | ||
351 | + | ||
352 | + | ||
353 | + | ||
354 | + | ||
355 | + | ||
356 | + | ||
357 | + | ||
358 | + | ||
359 | + | ||
360 | + | ||
361 | + | ||
362 | + | ||
363 | + | ||
364 | + | ||
365 | + | ||
366 | + | ||
367 | + | ||
368 | + | ||
369 | + | ||
370 | + | ||
371 | + | ||
372 | + | ||
373 | + | ||
374 | + | ||
375 | + | ||
376 | + | ||
377 | + | ||
378 | + | ||
379 | + | ||
380 | + | ||
381 | + | ||
382 | + | ||
383 | + | ||
384 | + | ||
385 | + | ||
386 | + | ||
387 | + | ||
388 | + | ||
389 | + | ||
390 | + | ||
391 | + | ||
333 | 392 | | |
334 | 393 | | |
335 | 394 | | |
| |||
384 | 443 | | |
385 | 444 | | |
386 | 445 | | |
446 | + | ||
447 | + | ||
448 | + | ||
449 | + | ||
450 | + | ||
451 | + | ||
452 | + | ||
387 | 453 | | |
388 | 454 | | |
389 | 455 | | |
390 | 456 | | |
391 | 457 | | |
392 | 458 | | |
393 | 459 | | |
460 | + | ||
461 | + | ||
462 | + | ||
463 | + | ||
464 | + | ||
465 | + | ||
466 | + | ||
467 | + | ||
468 | + | ||
394 | 469 | | |
395 | 470 | | |
396 | 471 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | - | ||
264 | + | ||
265 | 265 | | |
266 | + | ||
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
281 | - | ||
282 | + | ||
283 | + | ||
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | + | ||
644 | + | ||
643 | 645 | | |
644 | 646 | | |
645 | 647 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | + | ||
43 | + | ||
44 | + | ||
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments