Commit 81a9c45
File tree
Expand file treeCollapse file tree
119 files changed
+1175
-439
lines changedFilter options
- libraries
- SD/src
- package
- tools
- sdk
- bin
- include
- bluedroid
- bt
- config
- driver/driver
- esp32
- ethernet
- fatfs
- freertos/freertos
- heap
- log
- lwip
- lwip
- openssl
- internal
- openssl
- platform
- soc/soc
- spi_flash
- vfs/sys
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
119 files changed
+1175
-439
lines changedlibraries/BLE
Copy file name to clipboard- library.properties+1-1
- src/BLEAdvertisedDevice.cpp+28-19
- src/BLEAdvertisedDevice.h+2-1
- src/BLECharacteristic.cpp+26-5
- src/BLECharacteristic.h+1-1
- src/BLECharacteristicCallbacks.cpp-37
- src/BLECharacteristicMap.cpp+9-9
- src/BLEClient.cpp+96-10
- src/BLEClient.h+8-1
- src/BLEDescriptor.cpp+75-17
- src/BLEDescriptor.h+18-1
- src/BLEDevice.cpp+97-57
- src/BLEDevice.h+4
- src/BLERemoteCharacteristic.cpp+1
- src/BLERemoteService.cpp+7-7
- src/BLERemoteService.h+6-2
- src/BLEScan.cpp+24-4
- src/BLEScan.h+3-3
- src/BLEServer.cpp+1-1
- src/BLEService.cpp+7-3
- src/BLEService.h+5-5
- src/BLEUUID.cpp+22
- src/BLEUUID.h+1
- src/BLEUtils.cpp+157-52
- src/BLEUtils.h+1
- src/FreeRTOS.cpp+111-17
- src/FreeRTOS.h+31-10
- src/GeneralUtils.cpp+3-9
- src/GeneralUtils.h+7-9
libraries/SD/src/sd_diskio.cpp
Copy file name to clipboardExpand all lines: libraries/SD/src/sd_diskio.cpp+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| ||
645 | 645 |
|
646 | 646 |
|
647 | 647 |
|
648 |
| - |
| 648 | + |
649 | 649 |
|
650 | 650 |
|
651 | 651 |
|
| ||
700 | 700 |
|
701 | 701 |
|
702 | 702 |
|
703 |
| - |
| 703 | + |
704 | 704 |
|
705 | 705 |
|
706 | 706 |
|
| ||
714 | 714 |
|
715 | 715 |
|
716 | 716 |
|
717 |
| - |
| 717 | + |
718 | 718 |
|
719 | 719 |
|
720 | 720 |
|
| ||
748 | 748 |
|
749 | 749 |
|
750 | 750 |
|
751 |
| - |
| 751 | + |
752 | 752 |
|
753 | 753 |
|
754 | 754 |
|
755 | 755 |
|
756 | 756 |
|
757 | 757 |
|
758 | 758 |
|
759 |
| - |
| 759 | + |
760 | 760 |
|
761 | 761 |
|
762 | 762 |
|
| ||
765 | 765 |
|
766 | 766 |
|
767 | 767 |
|
768 |
| - |
| 768 | + |
769 | 769 |
|
770 | 770 |
|
771 | 771 |
|
|
package/package_esp32_index.template.json
Copy file name to clipboardExpand all lines: package/package_esp32_index.template.json+18-18Lines changed: 18 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
|
tools/sdk/bin/bootloader.bin
Copy file name to clipboard1.17 KB
Binary file not shown.
tools/sdk/bin/bootloader_qio.bin
Copy file name to clipboard1.16 KB
Binary file not shown.
tools/sdk/include/bluedroid/alarm.h
Copy file name to clipboardExpand all lines: tools/sdk/include/bluedroid/alarm.h+15-20Lines changed: 15 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
| 23 | + |
25 | 24 |
|
26 |
| - |
27 |
| - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
28 | 35 |
|
29 | 36 |
|
30 | 37 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| ||
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
45 |
| - |
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 |
| - |
| 51 | + |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
57 |
| - |
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
63 |
| - |
64 |
| - |
65 |
| - |
| 64 | + |
66 | 65 |
|
67 | 66 |
|
68 | 67 |
|
| ||
72 | 71 |
|
73 | 72 |
|
74 | 73 |
|
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 | 74 |
|
80 | 75 |
|
81 | 76 |
|
tools/sdk/include/bluedroid/bt_target.h
Copy file name to clipboardExpand all lines: tools/sdk/include/bluedroid/bt_target.h+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
681 | 681 |
|
682 | 682 |
|
683 | 683 |
|
684 |
| - |
| 684 | + |
685 | 685 |
|
| 686 | + |
686 | 687 |
|
| 688 | + |
| 689 | + |
| 690 | + |
687 | 691 |
|
688 |
| - |
| 692 | + |
689 | 693 |
|
690 | 694 |
|
691 | 695 |
|
|
tools/sdk/include/bluedroid/bta_gatt_api.h
Copy file name to clipboardExpand all lines: tools/sdk/include/bluedroid/bta_gatt_api.h+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
| 185 | + |
185 | 186 |
|
186 | 187 |
|
187 | 188 |
|
| ||
298 | 299 |
|
299 | 300 |
|
300 | 301 |
|
| 302 | + |
301 | 303 |
|
302 | 304 |
|
303 | 305 |
|
| ||
354 | 356 |
|
355 | 357 |
|
356 | 358 |
|
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
357 | 365 |
|
358 | 366 |
|
359 | 367 |
|
| ||
367 | 375 |
|
368 | 376 |
|
369 | 377 |
|
370 |
| - |
371 | 378 |
|
372 | 379 |
|
373 | 380 |
|
374 | 381 |
|
375 | 382 |
|
376 | 383 |
|
377 |
| - |
| 384 | + |
378 | 385 |
|
379 | 386 |
|
380 | 387 |
|
| ||
400 | 407 |
|
401 | 408 |
|
402 | 409 |
|
| 410 | + |
403 | 411 |
|
404 | 412 |
|
405 | 413 |
|
| ||
523 | 531 |
|
524 | 532 |
|
525 | 533 |
|
| 534 | + |
| 535 | + |
526 | 536 |
|
527 | 537 |
|
528 | 538 |
|
|
tools/sdk/include/bluedroid/bta_gattc_int.h
Copy file name to clipboardExpand all lines: tools/sdk/include/bluedroid/bta_gattc_int.h+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
310 | 310 |
|
311 | 311 |
|
312 | 312 |
|
313 |
| - |
| 313 | + |
| 314 | + |
314 | 315 |
|
315 | 316 |
|
316 | 317 |
|
| ||
425 | 426 |
|
426 | 427 |
|
427 | 428 |
|
| 429 | + |
428 | 430 |
|
429 | 431 |
|
430 | 432 |
|
| ||
438 | 440 |
|
439 | 441 |
|
440 | 442 |
|
441 |
| - |
442 |
| - |
443 |
| - |
| 443 | + |
| 444 | + |
444 | 445 |
|
445 | 446 |
|
446 | 447 |
|
|
0 commit comments