Guest User

Untitled

a guest
Jul 12th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. * Executing task: C:\Users\Scott\.platformio\penv\Scripts\platformio.exe run --target upload
  2.  
  3. Processing dev (platform: espressif32; board: featheresp32; framework: arduino)
  4. -----------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
  5. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/featheresp32.html
  6. PLATFORM: Espressif 32 (6.3.2) > Adafruit ESP32 Feather
  7. HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
  8. DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
  9. PACKAGES:
  10. - framework-arduinoespressif32 @ 3.20009.0 (2.0.9)
  11. - tool-esptoolpy @ 1.40501.0 (4.5.1)
  12. - tool-mkfatfs @ 2.0.1
  13. - tool-mklittlefs @ 1.203.210628 (2.3)
  14. - tool-mkspiffs @ 2.230.0 (2.30)
  15. - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
  16. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  17. LDF Modes: Finder ~ chain, Compatibility ~ soft
  18. Found 56 compatible libraries
  19. Scanning dependencies...
  20. Dependency Graph
  21. |-- ESP Async WebServer @ 1.2.3+sha.f71e3d4
  22. |-- ArduinoLog @ 1.1.1
  23. |-- TMCStepper @ 0.7.3
  24. |-- FastLED @ 3.6.0
  25. |-- SparkFun TSL2561 @ 1.1.0
  26. |-- esp32FOTA @ 0.2.7
  27. |-- WireGuard-ESP32 @ 0.1.5+sha.50e2bfd
  28. |-- RdUtils
  29. |-- RdConfigPinMap
  30. |-- RdJson
  31. |-- RdConfig
  32. |-- RdRestAPISystem
  33. |-- CommandScheduler
  34. |-- RdFileManager
  35. |-- RdLedStrip
  36. |-- RdNTPClient
  37. |-- RdRestAPIEndpoints
  38. |-- RdWebServer
  39. |-- RdWiFiManager
  40. |-- WireGuardManager
  41. |-- RdOTAUpdate
  42. |-- WiFi @ 2.0.0
  43. |-- SPI @ 2.0.0
  44. Building in release mode
  45. Retrieving maximum program size .pio\build\dev\firmware.elf
  46. Checking size .pio\build\dev\firmware.elf
  47. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  48. RAM: [== ] 18.3% (used 59924 bytes from 327680 bytes)
  49. Flash: [========= ] 89.6% (used 1351109 bytes from 1507328 bytes)
  50. Configuring upload protocol...
  51. AVAILABLE: cmsis-dap, esp-bridge, esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa
  52. CURRENT: upload_protocol = esptool
  53. Looking for upload port...
  54. Using manually specified: COM3
  55. Uploading .pio\build\dev\firmware.bin
  56. esptool.py v4.5.1
  57. Serial port COM3
  58. Connecting.....
  59. Chip is ESP32-D0WD-V3 (revision v3.0)
  60. Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
  61. Crystal is 40MHz
  62. MAC: 0c:dc:7e:cb:49:9c
  63. Uploading stub...
  64. Running stub...
  65. Stub running...
  66. Changing baud rate to 921600
  67. Changed.
  68. Configuring flash size...
  69. Flash will be erased from 0x00001000 to 0x00005fff...
  70. Flash will be erased from 0x00008000 to 0x00008fff...
  71. Flash will be erased from 0x0000e000 to 0x0000ffff...
  72. Flash will be erased from 0x00010000 to 0x0015bfff...
  73. Compressed 17520 bytes to 12170...
  74. Writing at 0x00001000... (100 %)
  75. Wrote 17520 bytes (12170 compressed) at 0x00001000 in 0.4 seconds (effective 339.6 kbit/s)...
  76. Hash of data verified.
  77. Compressed 3072 bytes to 144...
  78. Writing at 0x00008000... (100 %)
  79. Wrote 3072 bytes (144 compressed) at 0x00008000 in 0.0 seconds (effective 546.4 kbit/s)...
  80. Hash of data verified.
  81. Compressed 8192 bytes to 47...
  82. Writing at 0x0000e000... (100 %)
  83. Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 725.1 kbit/s)...
  84. Hash of data verified.
  85. Compressed 1356864 bytes to 862376...
  86. Writing at 0x00010000... (1 %)
  87. Writing at 0x0001af25... (3 %)
  88. Writing at 0x000265f1... (5 %)
  89. Writing at 0x00030ab7... (7 %)
  90. Writing at 0x0003a89e... (9 %)
  91. Writing at 0x0004e866... (11 %)
  92. Writing at 0x00055390... (13 %)
  93. Writing at 0x0005adad... (15 %)
  94. Writing at 0x000605cf... (16 %)
  95. Writing at 0x00066ae1... (18 %)
  96. Writing at 0x0006c818... (20 %)
  97. Writing at 0x00071f8a... (22 %)
  98. Writing at 0x0007788c... (24 %)
  99. Writing at 0x0007d04b... (26 %)
  100. Writing at 0x0008227f... (28 %)
  101. Writing at 0x000877e3... (30 %)
  102. Writing at 0x0008c90e... (32 %)
  103. Writing at 0x00091afb... (33 %)
  104. Writing at 0x00096e81... (35 %)
  105. Writing at 0x0009c176... (37 %)
  106. Writing at 0x000a184a... (39 %)
  107. Writing at 0x000a6a43... (41 %)
  108. Writing at 0x000abfcf... (43 %)
  109. Writing at 0x000b1458... (45 %)
  110. Writing at 0x000b6854... (47 %)
  111. Writing at 0x000bb931... (49 %)
  112. Writing at 0x000c0fd1... (50 %)
  113. Writing at 0x000c6e2c... (52 %)
  114. Writing at 0x000cc521... (54 %)
  115. Writing at 0x000d19bd... (56 %)
  116. Writing at 0x000d6b8e... (58 %)
  117. Writing at 0x000dc03d... (60 %)
  118. Writing at 0x000e11ab... (62 %)
  119. Writing at 0x000e6902... (64 %)
  120. Writing at 0x000ec053... (66 %)
  121. Writing at 0x000f1c59... (67 %)
  122. Writing at 0x000f77c1... (69 %)
  123. Writing at 0x000fce83... (71 %)
  124. Writing at 0x00102d24... (73 %)
  125. Writing at 0x00108b2c... (75 %)
  126. Writing at 0x0010e36b... (77 %)
  127. Writing at 0x00113d61... (79 %)
  128. Writing at 0x00118ec3... (81 %)
  129. Writing at 0x0011e7d1... (83 %)
  130. Writing at 0x00124bd8... (84 %)
  131. Writing at 0x0012cce5... (86 %)
  132. Writing at 0x001354e2... (88 %)
  133. Writing at 0x0013b558... (90 %)
  134. Writing at 0x00140956... (92 %)
  135. Writing at 0x0014765d... (94 %)
  136. Writing at 0x0014cfc4... (96 %)
  137. Writing at 0x0015213e... (98 %)
  138. Writing at 0x00157971... (100 %)
  139. Wrote 1356864 bytes (862376 compressed) at 0x00010000 in 14.5 seconds (effective 748.7 kbit/s)...
  140. Hash of data verified.
  141.  
  142. Leaving...
  143. Hard resetting via RTS pin...
  144. =========================================================== [SUCCESS] Took 43.87 seconds ===========================================================
Add Comment
Please, Sign In to add comment