Guest User

Untitled

a guest
Mar 24th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 92.44 KB | None | 0 0
  1. Processing heltec_wifi_kit_32_v2_debug (platform: espressif32; board: heltec_wifi_kit_32_v2_debug; framework: arduino)
  2. --------------------------------------------------------------------------------
  3. Verbose mode can be enabled via `-v, --verbose` option
  4. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/heltec_wifi_kit_32_v2_debug.html
  5. PLATFORM: Espressif 32 (3.1.1) > Heltec WiFi Kit 32 (V2 with debugging)
  6. HARDWARE: ESP32 240MHz, 320KB RAM, 8MB Flash
  7. DEBUG: Current (esp-prog) External (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)
  8. PACKAGES:
  9.  - framework-arduinoespressif32 3.10005.210308 (1.0.5)
  10.  - tool-esptoolpy 1.30000.201119 (3.0.0)
  11.  - toolchain-xtensa32 2.50200.97 (5.2.0)
  12. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  13. LDF Modes: Finder ~ chain, Compatibility ~ soft
  14. Found 29 compatible libraries
  15. Scanning dependencies...
  16. No dependencies
  17. Building in debug mode
  18. Retrieving maximum program size .pio\build\heltec_wifi_kit_32_v2_debug\firmware.elf
  19. Checking size .pio\build\heltec_wifi_kit_32_v2_debug\firmware.elf
  20. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  21. RAM:   [          ]   4.1% (used 13508 bytes from 327680 bytes)
  22. Flash: [=         ]   6.2% (used 208336 bytes from 3342336 bytes)
  23. ========================= [SUCCESS] Took 1.80 seconds =========================
  24. Reading symbols from c:\Users\Syx\Documents\PlatformIO\Projects\deet this\.pio\build\heltec_wifi_kit_32_v2_debug\firmware.elf...
  25. done.
  26. PlatformIO Unified Debugger -> http://bit.ly/pio-debug
  27. PlatformIO: debug_tool = esp-prog
  28. PlatformIO: Initializing remote target...
  29. Open On-Chip Debugger  v0.10.0-esp32-20201202 (2020-12-02-17:38)
  30. Licensed under GNU GPL v2
  31. For bug reports, read
  32.     http://openocd.org/doc/doxygen/bugs.html
  33. adapter speed: 20000 kHz
  34.  
  35. WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release.
  36. Info : FreeRTOS creation
  37. Info : FreeRTOS creation
  38. adapter speed: 5000 kHz
  39.  
  40. Info : tcl server disabled
  41. Info : telnet server disabled
  42. Info : clock speed 5000 kHz
  43. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  44. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  45. Info : esp32.cpu0: Debug controller was reset.
  46. Info : esp32.cpu0: Core was reset.
  47. Info : esp32.cpu0: Detected debug stubs @ 3ffc08ec
  48. Info : esp32.cpu1: Debug controller was reset.
  49. Info : esp32.cpu1: Core was reset.
  50. Info : accepting 'gdb' connection from pipe
  51. Warn : No symbols for FreeRTOS!
  52. Info : esp32.cpu0: Target halted, PC=0x400E94C6, debug_reason=00000000
  53. Info : Set GDB target to 'esp32.cpu0'
  54. Info : esp32.cpu1: Target halted, PC=0x400E94C6, debug_reason=00000000
  55. Info : esp32.cpu0: Target halted, PC=0x40091856, debug_reason=00000001
  56. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 49 KB
  57. Info : Flash mapping 1: 0x20018 -> 0x400d0018, 101 KB
  58. Info : esp32.cpu0: Target halted, PC=0x40091856, debug_reason=00000001
  59. Info : Auto-detected flash bank 'esp32.cpu0.flash' size 8192 KB
  60. Info : Using flash bank 'esp32.cpu0.flash' size 8192 KB
  61. Info : esp32.cpu0: Target halted, PC=0x40091856, debug_reason=00000001
  62. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 49 KB
  63. Info : Flash mapping 1: 0x20018 -> 0x400d0018, 101 KB
  64. Info : Using flash bank 'esp32.cpu0.irom' size 104 KB
  65. Info : esp32.cpu0: Target halted, PC=0x40091856, debug_reason=00000001
  66. Info : Flash mapping 0: 0x10020 -> 0x3f400020, 49 KB
  67. Info : Flash mapping 1: 0x20018 -> 0x400d0018, 101 KB
  68. Info : Using flash bank 'esp32.cpu0.drom''esp32.cpu0'
  69. esp32.cpu0: Target halted, PC=0x40080B05, debug_reason=00000000
  70. Set GDB target to 'esp32.cpu0'
Add Comment
Please, Sign In to add comment