Guest User

Untitled

a guest
Jun 7th, 2021
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. Preparing firmware for debugging...
  2. Processing uno (platform: atmelavr; board: uno; framework: arduino)
  3. --------------------------------------------------------------------------------
  4. Verbose mode can be enabled via `-v, --verbose` option
  5. CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/uno.html
  6. PLATFORM: Atmel AVR (3.1.0) > Arduino Uno
  7. HARDWARE: ATMEGA328P 16MHz, 2KB RAM, 31.50KB Flash
  8. DEBUG: Current (avr-stub) On-board (avr-stub, simavr)
  9. PACKAGES:
  10. - framework-arduino-avr 5.1.0
  11. - tool-avrdude 1.60300.200527 (6.3.0)
  12. - toolchain-atmelavr 1.50400.190710 (5.4.0)
  13. LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  14. LDF Modes: Finder ~ chain, Compatibility ~ soft
  15. Found 6 compatible libraries
  16. Scanning dependencies...
  17. Dependency Graph
  18. |-- <avr-debugger> 1.4.0
  19. Building in debug mode
  20. Checking size .pio\build\uno\firmware.elf
  21. Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
  22. RAM: [== ] 15.5% (used 317 bytes from 2048 bytes)
  23. Flash: [== ] 15.3% (used 4934 bytes from 32256 bytes)
  24. Configuring upload protocol...
  25. AVAILABLE: arduino
  26. CURRENT: upload_protocol = arduino
  27. Looking for upload port...
  28. Auto-detected: COM3
  29. Uploading .pio\build\uno\firmware.hex
  30.  
  31. avrdude: AVR device initialized and ready to accept instructions
  32.  
  33. Reading | ################################################## | 100% 0.00s
  34.  
  35. avrdude: Device signature = 0x1e950f (probably m328p)
  36. avrdude: reading input file ".pio\build\uno\firmware.hex"
  37. avrdude: writing flash (4934 bytes):
  38.  
  39. Writing | ################################################## | 100% 0.80s
  40.  
  41. avrdude: 4934 bytes of flash written
  42. avrdude: verifying flash memory against .pio\build\uno\firmware.hex:
  43. avrdude: load data flash data from input file .pio\build\uno\firmware.hex:
  44. avrdude: input file .pio\build\uno\firmware.hex contains 4934 bytes
  45. avrdude: reading on-chip flash data:
  46.  
  47. Reading | ################################################## | 100% 0.64s
  48.  
  49. avrdude: verifying ...
  50. avrdude: 4934 bytes of flash verified
  51.  
  52. avrdude done. Thank you.
  53.  
  54. ========================= [SUCCESS] Took 3.59 seconds =========================
  55. Reading symbols from C:\Users\Gosho\Desktop\Arduino\Projects\DebugTestCLion\.pio\build\uno\firmware.elf...done.
  56. PlatformIO Unified Debugger -> http://bit.ly/pio-debug
  57. PlatformIO: debug_tool = avr-stub
  58. PlatformIO: Initializing remote target...
  59. main () at C:\Users\Gosho\.platformio\packages\framework-arduino-avr\cores\arduino/main.cpp:47
  60. 47 if (serialEventRun) serialEventRun();
  61. PlatformIO: Initialization completed
  62. Error during pretty printers setup: Undefined info command: "pretty-printer". Try "help info".
  63.  
  64. Some features and performance optimizations will not be available.
  65.  
  66. No line 10 in file "C:/Users/Gosho/Desktop/Arduino/Projects/DebugTestCLion/src/main.cpp".
  67. No line 9 in file "C:/Users/Gosho/Desktop/Arduino/Projects/DebugTestCLion/src/main.cpp".
  68.  
Add Comment
Please, Sign In to add comment