Minima R4 Board Package

Hi All,

I've just got my first R4 Minima after years of using clone R3s however I can't for the life of me find the R4 in the Boards selection. All the online help seems to point to it being available if I search for Minima or R4 but not for me!

I'm using IDE V2.3.5 and have installed and reinstalled.

The IDE can see my board and pulls down the Board Info OK so its communicating OK I just can upload a programme.

I've copied various addresses I found in different web posts into the additional boards section under Preferences but just can't seem to see it in my board selection!

I'm hoping I've just missed something obvious!

Thanks

1 Like

Did you install the board package into the IDE? Instructions can be found on this page. https://docs.arduino.cc/tutorials/uno-r4-minima/minima-getting-started/

Hi MrY

The package isn't showing in the list to be able to install it.

I'm not sure how to upload a screenshot but when I search for R4 in the Board List the list is empty!

Hi @buzza. Please add a forum reply here to tell us which operating system you are using (e.g., "Windows")?

I ask because I would like to give you the appropriate instructions for your operating system.

Hi, I'm using windows 11

Thanks

I'm going to ask you to provide some additional information that might help us to identify the problem.


:red_exclamation_mark: This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Select File > Quit from the Arduino IDE menus if it is running.
    All Arduino IDE windows will close.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
      :red_exclamation_mark: If looking for it with your file manager or command line, note that the AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
    A context menu will open.
  5. Select "Open PowerShell window here" from the menu.
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  8. Wait for Arduino IDE to finish starting completely.
  9. If you see a notification at the bottom right corner of the Arduino IDE window that indicates an operation is in progress (e.g., "Downloading index: package_index.json"), wait until that process finishes. Or if it doesn't finish, then wait until you are sure the progress has hung.
  10. Open the Arduino IDE Boards Manager, just as you did before when you encountered the problem.
  11. Check to see if the "Arduino UNO R4 Boards" platform is present in the list of boards platforms in Boards Manager.
  12. If it is not present, as before, switch back to the PowerShell window.
  13. Press the Ctrl+Shift+A keyboard shortcut.
    This will select all the text in the PowerShell window.
  14. Press the Ctrl+C keyboard shortcut.
    This will copy the contents of the PowerShell window to the clipboard.
  15. Open a forum reply here by clicking the "Reply" button.
  16. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
  17. Press the Ctrl+V keyboard shortcut.
    This will paste the output into the code block.
  18. Move the cursor outside of the code block markup before you add any additional text to your reply.
  19. Click the "Reply" button to post the output.

Please let me know if you have any questions or problems while following those instructions.

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.3.5
Checking for frontend application configuration customizations. Module path: C:\Program Files\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Program Files\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.5" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.2.0" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2025-04-02T13:16:49.885Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"theia"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.5","cliVersion":"1.2.0","buildDate":"2025-04-02T13:16:49.885Z"}
Starting backend process. PID: 15708
Showing main window early
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/brr48/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-04-06T19:47:37.841Z root INFO Backend u.initialize: 28.8 ms [Finished 0.634 s after backend start]
2025-04-06T19:47:37.841Z root INFO Backend Object.initialize: 27.0 ms [Finished 0.634 s after backend start]
2025-04-06T19:47:37.841Z root INFO Backend a.initialize: 1.5 ms [Finished 0.634 s after backend start]
2025-04-06T19:47:37.841Z root INFO Backend a.initialize: 1.2 ms [Finished 0.634 s after backend start]
2025-04-06T19:47:37.841Z root INFO Backend u.initialize: 1.5 ms [Finished 0.634 s after backend start]
2025-04-06T19:47:37.844Z root INFO Backend l.initialize: 28.1 ms [Finished 0.635 s after backend start]
2025-04-06T19:47:37.850Z root INFO configured all backend app contributions
2025-04-06T19:47:37.850Z root INFO Backend l.onStart: 1.2 ms [Finished 0.644 s after backend start]
2025-04-06T19:47:37.851Z root INFO Backend d.onStart: 0.3 ms [Finished 0.645 s after backend start]
2025-04-06T19:47:37.852Z root INFO Backend a.onStart: 0.4 ms [Finished 0.645 s after backend start]
2025-04-06T19:47:37.852Z config INFO >>> Initializing CLI configuration...
2025-04-06T19:47:37.852Z root INFO Backend x.onStart: 0.7 ms [Finished 0.646 s after backend start]
2025-04-06T19:47:37.852Z config INFO Loading CLI configuration from c:\Users\brr48\.arduinoIDE\arduino-cli.yaml...
2025-04-06T19:47:37.853Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-04-06T19:47:37.853Z root INFO Backend w.onStart: 0.5 ms [Finished 0.647 s after backend start]
2025-04-06T19:47:37.853Z discovery-log INFO start
2025-04-06T19:47:37.853Z discovery-log INFO start new deferred
2025-04-06T19:47:37.853Z root INFO Backend v.onStart: 0.2 ms [Finished 0.647 s after backend start]
2025-04-06T19:47:37.853Z root INFO Backend a.onStart: 0.1 ms [Finished 0.647 s after backend start]
2025-04-06T19:47:37.857Z root INFO Theia app listening on http://127.0.0.1:64174.
2025-04-06T19:47:37.857Z root INFO Finished starting backend application: 4.3 ms [Finished 0.652 s after backend start]
Restoring workspace roots: c:\Users\brr48\OneDrive\Documents2\Arduino\Basic_Stepper_Driver
2025-04-06T19:47:37.858Z root WARN The local plugin referenced by local-dir:/c%3A/Users/brr48/.arduinoIDE/plugins does not exist.
2025-04-06T19:47:37.858Z root WARN The local plugin referenced by local-dir:/c%3A/Users/brr48/.arduinoIDE/deployedPlugins does not exist.
2025-04-06T19:47:37.858Z root WARN The local plugin referenced by local-dir:C:\Users\brr48\.arduinoIDE\plugins does not exist.
isTempSketch: false. Input was c:\Users\brr48\OneDrive\Documents2\Arduino\Basic_Stepper_Driver\Basic_Stepper_Driver.ino
2025-04-06T19:47:37.869Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://dl.espressif.com/dl/package_esp32_index.json","https://downloads.arduino.cc/packages/package_index.json","https://espressif.github.io/arduino-esp32/package_esp32_index.json"]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\brr48\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\brr48\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"en","logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2025-04-06T19:47:37.869Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2025-04-06T19:47:37.869Z config INFO Loaded the CLI configuration.
2025-04-06T19:47:37.871Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/brr48/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/brr48/OneDrive/Documents2/Arduino","additionalUrls":["https://dl.espressif.com/dl/package_esp32_index.json","https://downloads.arduino.cc/packages/package_index.json","https://espressif.github.io/arduino-esp32/package_esp32_index.json"],"network":"none","locale":"en"}
2025-04-06T19:47:37.871Z config INFO Validating the CLI configuration...
2025-04-06T19:47:37.871Z config INFO The CLI config is valid.
2025-04-06T19:47:37.871Z config INFO <<< Initialized the CLI configuration.
2025-04-06T19:47:37.912Z root INFO Resolve plugins list: 57.7 ms [Finished 0.706 s after backend start]
2025-04-06T19:47:37.944Z daemon INFO time="2025-04-06T20:47:37+01:00" level=info msg="arduino-cli version 1.2.0"
2025-04-06T19:47:37.945Z daemon INFO time="2025-04-06T20:47:37+01:00" level=info msg="Using config file: c:\\Users\\brr48\\.arduinoIDE\\arduino-cli.yaml"
time="2025-04-06T20:47:37+01:00" level=info msg="Executing `arduino-cli daemon`"
2025-04-06T19:47:37.960Z daemon INFO Daemon is now listening on 127.0.0.1:64175
{"IP":"127.0.0.1","Port":"64175"}
2025-04-06T19:47:37.960Z daemon INFO Daemon is running.
2025-04-06T19:47:37.996Z daemon INFO time="2025-04-06T20:47:37+01:00" level=info msg="Checking signature" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
time="2025-04-06T20:47:37+01:00" level=info msg="Missing signature file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_esp32_index.json"
2025-04-06T19:47:38.008Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Checking signature" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_esp32_index.json"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading hardware from: c:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading package arduino from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json"
2025-04-06T19:47:38.026Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.5"
time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.2.0\\installed.json"
time="2025-04-06T20:47:38+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded platform" platform="arduino:mbed_nano@3.2.0"
time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\3.2.0\\installed.json"
time="2025-04-06T20:47:38+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded platform" platform="arduino:mbed_portenta@3.2.0"
time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\installed.json"
time="2025-04-06T20:47:38+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded platform" platform="arduino:megaavr@1.8.7"
time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json"
time="2025-04-06T20:47:38+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded platform" platform="arduino:sam@1.6.12"
time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\installed.json"
time="2025-04-06T20:47:38+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded platform" platform="arduino:samd@1.8.13"
time="2025-04-06T20:47:38+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS@4.5.0"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS-Atmel@1.2.0"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:adb@32.0.0"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.2.1"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.6.1-arduino"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.7.0-arduino3"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino2"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.10.0-arduino1"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:imgtool@1.8.0-arduino.1"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.10.0-arduino7"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="arduino:rp2040tools@1.0.6"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading package builtin from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin"
time="2025-04-06T20:47:38+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.5"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.2"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.9.1"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading package esp32 from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware"
time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\installed.json"
2025-04-06T19:47:38.058Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded platform" platform="esp32:esp32@2.0.4"
time="2025-04-06T20:47:38+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp32:esptool_py@3.3.0"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading package esp8266 from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware"
2025-04-06T19:47:38.065Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\installed.json"
2025-04-06T19:47:38.078Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded platform" platform="esp8266:esp8266@3.0.2"
2025-04-06T19:47:38.078Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools"
time="2025-04-06T20:47:38+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools"
2025-04-06T19:47:38.087Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp8266:mklittlefs@3.0.4-gcc10.3-1757bed"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp8266:mkspiffs@3.0.4-gcc10.3-1757bed"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp8266:python3@3.7.2-post1"
time="2025-04-06T20:47:38+01:00" level=info msg="Loaded tool" tool="esp8266:xtensa-lx106-elf-gcc@3.0.4-gcc10.3-1757bed"
2025-04-06T19:47:38.091Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" isSingleLibrary=false location=platform
2025-04-06T19:47:38.097Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.2.0\\libraries" isSingleLibrary=false location=platform
time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\3.2.0\\libraries" isSingleLibrary=false location=platform
time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\libraries" isSingleLibrary=false location=platform
2025-04-06T19:47:38.101Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\libraries" isSingleLibrary=false location=platform
2025-04-06T19:47:38.104Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\libraries" isSingleLibrary=false location=platform
2025-04-06T19:47:38.108Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries" isSingleLibrary=false location=platform
time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\libraries" isSingleLibrary=false location=platform
time="2025-04-06T20:47:38+01:00" level=info msg="Loading libraries index file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-06T19:47:38.247Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-06T19:47:38.251Z daemon INFO time="2025-04-06T20:47:38+01:00" level=info msg="Adding libraries dir" dir="c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino\\libraries" isSingleLibrary=false location=user
2025-04-06T19:47:38.308Z root INFO Deploy plugins list: 454.6 ms [Finished 1.103 s after backend start]
2025-04-06T19:47:38.990Z root INFO creating connection for 1
2025-04-06T19:47:39.524Z discovery-log INFO start resolved watching
2025-04-06T19:47:39.555Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-06T19:47:39.556Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-06T19:47:39.825Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 101.3 ms [Finished 1.958 s after frontend start]
2025-04-06T19:47:39.850Z root WARN A command editor.action.toggleStickyScroll is already registered.
2025-04-06T19:47:39.871Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\brr48\OneDrive\Documents2\Arduino\Basic_Stepper_Driver\Basic_Stepper_Driver.ino>, response: <c:\Users\brr48\OneDrive\Documents2\Arduino\Basic_Stepper_Driver>.
Opening channel for service path '/services/electron-window'.
2025-04-06T19:47:39.962Z root INFO Start frontend contributions: 277.3 ms [Finished 2.079 s after frontend start]
2025-04-06T19:47:39.963Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-04-06T19:47:39.972Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-04-06T19:47:39.972Z root INFO >>> Restoring the layout state...
2025-04-06T19:47:40.007Z root INFO [ee86c43c-105e-451e-a292-5838f9cc3133] Waiting for backend deployment: 64.0 ms [Finished 2.138 s after frontend start]
2025-04-06T19:47:40.666Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512) starting instance
[Object: null prototype] {}
2025-04-06T19:47:41.427Z root INFO [ee86c43c-105e-451e-a292-5838f9cc3133] Sync of 23 plugins: 1422.0 ms [Finished 3.560 s after frontend start]
2025-04-06T19:47:41.448Z root INFO ------- SERIALIZED LAYOUT DATA -------
2025-04-06T19:47:41.448Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/brr48/OneDrive/Documents2/Arduino/Basic_Stepper_Driver/Basic_Stepper_Driver.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":3,\"column\":1},\"firstPositionDeltaTop\":-12},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":114,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":null},"pinned":[],"expanded":false},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"multiline\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":268},"rightPanel":{"type":"sidepanel","items":[]},"activeWidgetId":"boards-list-widget"}
2025-04-06T19:47:41.448Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2025-04-06T19:47:41.757Z root INFO <<< The layout has been successfully restored.
2025-04-06T19:47:41.830Z root INFO Initialize the workbench layout: 1785.1 ms [Finished 3.890 s after frontend start]
2025-04-06T19:47:41.832Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-04-06T19:47:41.833Z root INFO [ee86c43c-105e-451e-a292-5838f9cc3133] Loading plugin contributions
2025-04-06T19:47:41.833Z root INFO [ee86c43c-105e-451e-a292-5838f9cc3133] Load contributions of 23 plugins: 69.9 ms [Finished 3.963 s after frontend start]
2025-04-06T19:47:41.909Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-04-06T19:47:41.909Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-04-06T19:47:42.115Z root ERROR [hosted-plugin: 9512] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-04-06T19:47:42.116Z root ERROR [hosted-plugin: 9512] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
2025-04-06T19:47:42.116Z root ERROR [hosted-plugin: 9512] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2025-04-06T19:47:42.116Z root ERROR [hosted-plugin: 9512] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
2025-04-06T19:47:42.116Z root ERROR [hosted-plugin: 9512] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
2025-04-06T19:47:42.116Z root ERROR [hosted-plugin: 9512] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
2025-04-06T19:47:42.116Z root ERROR [hosted-plugin: 9512] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
2025-04-06T19:47:42.116Z root ERROR [hosted-plugin: 9512] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2025-04-06T19:47:42.133Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): PluginManagerExtImpl/init()
2025-04-06T19:47:42.137Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.205Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.208Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.208Z root INFO [hosted-plugin: 9512] Debugger contribution has been registered: cortex-debug
2025-04-06T19:47:42.209Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.211Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.212Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.215Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.218Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.219Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.220Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.221Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.222Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.222Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.222Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.223Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.223Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.223Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.224Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.224Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.224Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.225Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.225Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.226Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-06T19:47:42.254Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-04-06T19:47:42.318Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2025-04-06T19:47:42.342Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-04-06T19:47:42.345Z root INFO [hosted-plugin: 9512] calling activation function on VS Code Arduino Tools
2025-04-06T19:47:42.346Z root INFO [hosted-plugin: 9512] calling activation function on Arduino IDE API for VS Code extensions
2025-04-06T19:47:42.381Z root INFO [ee86c43c-105e-451e-a292-5838f9cc3133] Starting plugins.
2025-04-06T19:47:42.412Z root INFO [hosted-plugin: 9512] PLUGIN_HOST(9512): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-04-06T19:47:42.453Z root INFO [hosted-plugin: 9512] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-04-06T19:47:42.453Z root INFO [hosted-plugin: 9512] calling activation function on Cortex-Debug
2025-04-06T19:47:42.457Z root INFO [hosted-plugin: 9512] GDB server console created
2025-04-06T19:47:42.464Z root INFO [ee86c43c-105e-451e-a292-5838f9cc3133] Start of 23 plugins: 623.7 ms [Finished 4.597 s after frontend start]
2025-04-06T19:47:42.603Z root INFO [hosted-plugin: 9512] calling activation function on JSON Language Features (built-in)
2025-04-06T19:47:42.903Z root INFO Frontend application start: 3086.6 ms [Finished 5.698 s after backend start]
2025-04-06T19:47:42.931Z root INFO Replace loading indicator with ready workbench UI (animation): 837.6 ms [Finished 4.803 s after frontend start]
2025-04-06T19:47:42.931Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-04-06T19:47:42.931Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-04-06T19:47:42.951Z sketches-service WARN Mismatching sketch file <Basic_Stepper_Driver_3.ino> and sketch folder name <Basic_Stepper_Driver_2>. Skipping
2025-04-06T19:47:43.074Z sketches-service WARN Mismatching sketch file <Basic_Stepper_Driver_3.ino> and sketch folder name <Basic_Stepper_Driver_2>. Skipping
2025-04-06T19:47:43.079Z sketches-service WARN Mismatching sketch file <Basic_Stepper_Driver_3.ino> and sketch folder name <Basic_Stepper_Driver_2>. Skipping
2025-04-06T19:47:43.174Z daemon INFO time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:imgtool@1.8.0-arduino.1"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino2"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.3.2"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp8266:python3@3.7.2-post1"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:rp2040tools@1.0.6"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.10.0-arduino1"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp8266:mkspiffs@3.0.4-gcc10.3-1757bed"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:CMSIS-Atmel@1.2.0"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:adb@32.0.0"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:CMSIS@4.5.0"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.5"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.9.1"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp8266:xtensa-lx106-elf-gcc@3.0.4-gcc10.3-1757bed"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp8266:mklittlefs@3.0.4-gcc10.3-1757bed"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="arduino:openocd@0.11.0-arduino2"
time="2025-04-06T20:47:43+01:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@3.3.0"
2025-04-06T19:47:43.175Z root ERROR Failed to get debug config: arduino:avr:uno, undefined Error: Debugging is not supported.
    at Object.callback (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3962465)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6679373)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2572294)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2571739)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:4307911
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2025-04-06T19:47:43.266Z root INFO Starting language server: arduino:avr:uno
2025-04-06T19:47:43.437Z root ERROR ---- !!!SLOW!!! DURATION: search took 505.531 ms. Args: [{"type":"Updatable"}] ----
2025-04-06T19:47:43.514Z daemon INFO time="2025-04-06T20:47:43+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-06T19:47:43.514Z daemon INFO time="2025-04-06T20:47:43+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" isSingleLibrary=false location=platform
2025-04-06T19:47:43.515Z daemon INFO time="2025-04-06T20:47:43+01:00" level=info msg="Adding libraries dir" dir="c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino\\libraries" isSingleLibrary=false location=user
2025-04-06T19:47:44.479Z daemon INFO time="2025-04-06T20:47:44+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-06T19:47:44.479Z daemon INFO time="2025-04-06T20:47:44+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" isSingleLibrary=false location=platform
2025-04-06T19:47:44.480Z daemon INFO time="2025-04-06T20:47:44+01:00" level=info msg="Adding libraries dir" dir="c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino\\libraries" isSingleLibrary=false location=user






The IDE files are installed in C:\Program Files\Arduino IDE

The R4 wasn't available when the IDE restarted during debugging.

Thanks

I'm not sure I understand what you mean by this. When you were following my instructions, did something happen that did not match the expected behavior that I described in the instructions?

From the instructions:

  1. If you see a notification at the bottom right corner of the Arduino IDE window that indicates an operation is in progress (e.g., "Downloading index: package_index.json"), wait until that process finishes. Or if it doesn't finish, then wait until you are sure the progress has hung.
  2. Open the Arduino IDE Boards Manager, just as you did before when you encountered the problem.
  3. Check to see if the "Arduino UNO R4 Boards" platform is present in the list of boards platforms in Boards Manager.

I checked and the board still isn't available in the Board list

Unfortunately everything looks completely normal in the logs you provided, so they didn't give me any clue about what is causing this problem.

I'm going to ask you to provide some additional information that might help us to identify the problem.


:red_exclamation_mark: This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Select File > Quit from the Arduino IDE menus if it is running.
    All Arduino IDE windows will close.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
    A context menu will open.
  5. Select "Open PowerShell window here" from the menu.
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  8. Wait for Arduino IDE to finish starting completely.
  9. Press the Ctrl+Shift+P keyboard shortcut to open the "Command Palette".
    A menu will appear on the editor toolbar:
  10. Select the "Arduino: Update Package Index" command from the menu.
    You can scroll down through the list of commands to find it, or type the command name in the field.
  11. You should now see a notification at the bottom right corner of the Arduino IDE window that indicates an operation is in progress (e.g., "Downloading index: package_index.json"), wait until that process finishes. Or if it doesn't finish, then wait until you are sure the progress has hung.
  12. Open the Arduino IDE Boards Manager, just as you did before when you encountered the problem.
  13. Check to see if the "Arduino UNO R4 Boards" platform is present in the list of boards platforms in Boards Manager.
  14. If it is not present, as before, switch back to the PowerShell window.
  15. Press the Ctrl+Shift+A keyboard shortcut.
    This will select all the text in the PowerShell window.
  16. Press the Ctrl+C keyboard shortcut.
    This will copy the contents of the PowerShell window to the clipboard.
  17. Open a forum reply here by clicking the "Reply" button.
  18. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
  19. Press the Ctrl+V keyboard shortcut.
    This will paste the output into the code block.
  20. Move the cursor outside of the code block markup before you add any additional text to your reply.
  21. Click the "Reply" button to post the output.

Please let me know if you have any questions or problems while following those instructions.

PS C:\Program Files\Arduino IDE> & ".\Arduino IDE"
PS C:\Program Files\Arduino IDE>
Arduino IDE 2.3.5
Checking for frontend application configuration customizations. Module path: C:\Program Files\Arduino IDE\resources\app\lib\backend\electron-main.js, destination 'package.json': C:\Program Files\Arduino IDE\resources\app\package.json
Setting 'theia.frontend.config.appVersion' application configuration value to: "2.3.5" (type of string)
Setting 'theia.frontend.config.cliVersion' application configuration value to: "1.2.0" (type of string)
Setting 'theia.frontend.config.buildDate' application configuration value to: "2025-04-02T13:16:49.885Z" (type of string)
Frontend application configuration after modifications: {"applicationName":"Arduino IDE","defaultTheme":{"light":"arduino-theme","dark":"arduino-theme-dark"},"defaultIconTheme":"none","electron":{"windowOptions":{},"showWindowEarly":true,"splashScreenOptions":{},"uriScheme":"theia"},"defaultLocale":"","validatePreferencesSchema":false,"reloadOnReconnect":true,"uriScheme":"theia","preferences":{"window.title":"${rootName}${activeEditorShort}${appName}","files.autoSave":"afterDelay","editor.minimap.enabled":false,"editor.tabSize":2,"editor.scrollBeyondLastLine":false,"editor.quickSuggestions":{"other":false,"comments":false,"strings":false},"editor.maxTokenizationLineLength":500,"editor.bracketPairColorization.enabled":false,"breadcrumbs.enabled":false,"workbench.tree.renderIndentGuides":"none","explorer.compactFolders":false},"appVersion":"2.3.5","cliVersion":"1.2.0","buildDate":"2025-04-02T13:16:49.885Z"}
Starting backend process. PID: 3396
Showing main window early
Using browser-only version of superagent in non-browser environment
Configuration directory URI: 'file:///c%3A/Users/brr48/.arduinoIDE'
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
2025-04-08T16:43:25.155Z root INFO Backend u.initialize: 26.2 ms [Finished 0.913 s after backend start]
2025-04-08T16:43:25.156Z root INFO Backend Object.initialize: 24.9 ms [Finished 0.913 s after backend start]
2025-04-08T16:43:25.156Z root INFO Backend a.initialize: 1.7 ms [Finished 0.913 s after backend start]
2025-04-08T16:43:25.156Z root INFO Backend a.initialize: 1.3 ms [Finished 0.913 s after backend start]
2025-04-08T16:43:25.156Z root INFO Backend u.initialize: 1.6 ms [Finished 0.914 s after backend start]
2025-04-08T16:43:25.158Z root INFO Backend l.initialize: 26.2 ms [Finished 0.915 s after backend start]
2025-04-08T16:43:25.164Z root INFO configured all backend app contributions
2025-04-08T16:43:25.164Z root INFO Backend l.onStart: 1.0 ms [Finished 0.923 s after backend start]
2025-04-08T16:43:25.165Z root INFO Backend d.onStart: 0.1 ms [Finished 0.924 s after backend start]
2025-04-08T16:43:25.165Z root INFO Backend a.onStart: 0.4 ms [Finished 0.924 s after backend start]
2025-04-08T16:43:25.166Z config INFO >>> Initializing CLI configuration...
2025-04-08T16:43:25.166Z root INFO Backend x.onStart: 0.4 ms [Finished 0.924 s after backend start]
2025-04-08T16:43:25.166Z config INFO Loading CLI configuration from c:\Users\brr48\.arduinoIDE\arduino-cli.yaml...
2025-04-08T16:43:25.166Z daemon INFO Starting daemon from C:\Program Files\Arduino IDE\resources\app\lib\backend\resources\arduino-cli.exe...
2025-04-08T16:43:25.166Z root INFO Backend w.onStart: 0.4 ms [Finished 0.925 s after backend start]
2025-04-08T16:43:25.166Z discovery-log INFO start
2025-04-08T16:43:25.166Z discovery-log INFO start new deferred
2025-04-08T16:43:25.166Z root INFO Backend v.onStart: 0.3 ms [Finished 0.925 s after backend start]
2025-04-08T16:43:25.166Z root INFO Backend a.onStart: 0.1 ms [Finished 0.926 s after backend start]
2025-04-08T16:43:25.172Z root INFO Theia app listening on http://127.0.0.1:62345.
2025-04-08T16:43:25.172Z root INFO Finished starting backend application: 6.2 ms [Finished 0.932 s after backend start]
Restoring workspace roots: c:\Users\brr48\OneDrive\Documents2\Arduino\Basic_Stepper_Driver
2025-04-08T16:43:25.173Z root WARN The local plugin referenced by local-dir:/c%3A/Users/brr48/.arduinoIDE/plugins does not exist.
2025-04-08T16:43:25.173Z root WARN The local plugin referenced by local-dir:/c%3A/Users/brr48/.arduinoIDE/deployedPlugins does not exist.
2025-04-08T16:43:25.173Z root WARN The local plugin referenced by local-dir:C:\Users\brr48\.arduinoIDE\plugins does not exist.
isTempSketch: false. Input was c:\Users\brr48\OneDrive\Documents2\Arduino\Basic_Stepper_Driver\Basic_Stepper_Driver.ino
2025-04-08T16:43:25.502Z config INFO Loaded CLI configuration: {"board_manager":{"additional_urls":["https://dl.espressif.com/dl/package_esp32_index.json","https://downloads.arduino.cc/packages/package_index.json","https://espressif.github.io/arduino-esp32/package_esp32_index.json"]},"build_cache":{"compilations_before_purge":10,"ttl":"720h0m0s"},"daemon":{"port":"50051"},"directories":{"builtin":{"libraries":"C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries"},"data":"c:\\Users\\brr48\\AppData\\Local\\Arduino15","downloads":"C:\\Users\\brr48\\AppData\\Local\\Arduino15\\staging","user":"c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino"},"library":{"enable_unsafe_install":false},"locale":"en","logging":{"file":"","format":"text","level":"info"},"metrics":{"addr":":9090","enabled":true},"output":{"no_color":false},"sketch":{"always_export_binaries":false},"updater":{"enable_notification":true}}
2025-04-08T16:43:25.503Z config INFO 'directories.data' and 'directories.user' are set in the CLI configuration model.
2025-04-08T16:43:25.503Z config INFO Loaded the CLI configuration.
2025-04-08T16:43:25.503Z config INFO Mapped the CLI configuration: {"dataDirUri":"file:///c%3A/Users/brr48/AppData/Local/Arduino15","sketchDirUri":"file:///c%3A/Users/brr48/OneDrive/Documents2/Arduino","additionalUrls":["https://dl.espressif.com/dl/package_esp32_index.json","https://downloads.arduino.cc/packages/package_index.json","https://espressif.github.io/arduino-esp32/package_esp32_index.json"],"network":"none","locale":"en"}
2025-04-08T16:43:25.503Z config INFO Validating the CLI configuration...
2025-04-08T16:43:25.503Z config INFO The CLI config is valid.
2025-04-08T16:43:25.503Z config INFO <<< Initialized the CLI configuration.
2025-04-08T16:43:25.645Z root INFO Resolve plugins list: 476.6 ms [Finished 1.404 s after backend start]
2025-04-08T16:43:25.680Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="arduino-cli version 1.2.0"
time="2025-04-08T17:43:25+01:00" level=info msg="Using config file: c:\\Users\\brr48\\.arduinoIDE\\arduino-cli.yaml"
time="2025-04-08T17:43:25+01:00" level=info msg="Executing `arduino-cli daemon`"
2025-04-08T16:43:25.691Z daemon INFO Daemon is now listening on 127.0.0.1:62346
{"IP":"127.0.0.1","Port":"62346"}
2025-04-08T16:43:25.691Z daemon INFO Daemon is running.
2025-04-08T16:43:25.728Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Checking signature" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_esp32_index.json"
2025-04-08T16:43:25.739Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Checking signature" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-08T16:43:25.745Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_esp32_index.json"
time="2025-04-08T17:43:25+01:00" level=info msg="Loading hardware from: c:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages"
time="2025-04-08T17:43:25+01:00" level=info msg="Loading package arduino from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json"
2025-04-08T16:43:25.765Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.5"
time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.2.0\\installed.json"
time="2025-04-08T17:43:25+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded platform" platform="arduino:mbed_nano@3.2.0"
time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\3.2.0\\installed.json"
time="2025-04-08T17:43:25+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded platform" platform="arduino:mbed_portenta@3.2.0"
time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\installed.json"
time="2025-04-08T17:43:25+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded platform" platform="arduino:megaavr@1.8.7"
time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json"
time="2025-04-08T17:43:25+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded platform" platform="arduino:sam@1.6.12"
time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\installed.json"
time="2025-04-08T17:43:25+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded platform" platform="arduino:samd@1.8.13"
time="2025-04-08T17:43:25+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-08T17:43:25+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS@4.5.0"
2025-04-08T16:43:25.765Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS-Atmel@1.2.0"
2025-04-08T16:43:25.766Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:adb@32.0.0"
2025-04-08T16:43:25.770Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.2.1"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-08T16:43:25.773Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.6.1-arduino"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.7.0-arduino3"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino2"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.10.0-arduino1"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:imgtool@1.8.0-arduino.1"
2025-04-08T16:43:25.775Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.10.0-arduino7"
2025-04-08T16:43:25.776Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"
2025-04-08T16:43:25.776Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="arduino:rp2040tools@1.0.6"
2025-04-08T16:43:25.777Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loading package builtin from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-08T16:43:25.777Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-08T17:43:25+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-08T16:43:25.777Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-08T16:43:25.778Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.5"
2025-04-08T16:43:25.778Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.2"
2025-04-08T16:43:25.778Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.9.1"
2025-04-08T16:43:25.779Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Loading package esp32 from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware"
2025-04-08T16:43:25.780Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\installed.json"
2025-04-08T16:43:25.811Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded platform" platform="esp32:esp32@2.0.4"
time="2025-04-08T17:43:25+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2025-04-08T17:43:25+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp32:esptool_py@3.3.0"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-08T17:43:25+01:00" level=info msg="Loading package esp8266 from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware"
2025-04-08T16:43:25.820Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\installed.json"
2025-04-08T16:43:25.832Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded platform" platform="esp8266:esp8266@3.0.2"
time="2025-04-08T17:43:25+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools"
time="2025-04-08T17:43:25+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp8266:mklittlefs@3.0.4-gcc10.3-1757bed"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp8266:mkspiffs@3.0.4-gcc10.3-1757bed"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp8266:python3@3.7.2-post1"
time="2025-04-08T17:43:25+01:00" level=info msg="Loaded tool" tool="esp8266:xtensa-lx106-elf-gcc@3.0.4-gcc10.3-1757bed"
2025-04-08T16:43:25.841Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries" isSingleLibrary=false location=platform
time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\3.2.0\\libraries" isSingleLibrary=false location=platform
time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:25.844Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:25.846Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.2.0\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:25.850Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:25.854Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:25.858Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\libraries" isSingleLibrary=false location=platform
time="2025-04-08T17:43:25+01:00" level=info msg="Loading libraries index file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-08T16:43:26.007Z daemon INFO time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
time="2025-04-08T17:43:25+01:00" level=info msg="Adding libraries dir" dir="c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino\\libraries" isSingleLibrary=false location=user
2025-04-08T16:43:26.119Z root INFO Deploy plugins list: 951.7 ms [Finished 1.879 s after backend start]
2025-04-08T16:43:26.453Z root INFO creating connection for 1
2025-04-08T16:43:27.241Z root WARN Frontend a.configure took longer than the expected maximum 100 milliseconds: 113.9 ms [Finished 2.047 s after frontend start]
2025-04-08T16:43:27.267Z root WARN A command editor.action.toggleStickyScroll is already registered.
Opening channel for service path '/services/electron-window'.
2025-04-08T16:43:27.380Z root INFO Start frontend contributions: 297.4 ms [Finished 2.173 s after frontend start]
2025-04-08T16:43:27.380Z root INFO Changed application state from 'init' to 'started_contributions'.
2025-04-08T16:43:27.389Z root INFO Changed application state from 'started_contributions' to 'attached_shell'.
2025-04-08T16:43:27.390Z root INFO >>> Restoring the layout state...
2025-04-08T16:43:27.445Z root INFO [b1355af3-fa13-49ec-8865-6331f64f2a5e] Waiting for backend deployment: 66.3 ms [Finished 2.234 s after frontend start]
2025-04-08T16:43:28.087Z discovery-log INFO start resolved watching
2025-04-08T16:43:28.088Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076) starting instance
[Object: null prototype] {}
2025-04-08T16:43:28.121Z sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\brr48\OneDrive\Documents2\Arduino\Basic_Stepper_Driver\Basic_Stepper_Driver.ino>, response: <c:\Users\brr48\OneDrive\Documents2\Arduino\Basic_Stepper_Driver>.
2025-04-08T16:43:28.483Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:43:28.483Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:43:29.059Z root INFO [b1355af3-fa13-49ec-8865-6331f64f2a5e] Sync of 23 plugins: 1631.6 ms [Finished 3.866 s after frontend start]
2025-04-08T16:43:29.100Z root INFO ------- SERIALIZED LAYOUT DATA -------
2025-04-08T16:43:29.100Z root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"counter":0,"kind":"navigatable","uri":"file:///c%3A/Users/brr48/OneDrive/Documents2/Arduino/Basic_Stepper_Driver/Basic_Stepper_Driver.ino"}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":1,\"column\":1},\"position\":{\"lineNumber\":1,\"column\":1}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":1,\"column\":1},\"firstPositionDeltaTop\":0},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":114,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":null},"pinned":[],"expanded":false},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":true,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:threads\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:frames\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:variables\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:watch\"},\"innerWidgetState\":\"{}\"}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"relativeSize\":1.384,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"debug:breakpoints\"},\"innerWidgetState\":\"{}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"multiline\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}],"size":268},"rightPanel":{"type":"sidepanel","items":[]}}
2025-04-08T16:43:29.100Z root INFO ------- END SERIALIZED LAYOUT DATA -------
2025-04-08T16:43:29.491Z root INFO <<< The layout has been successfully restored.
2025-04-08T16:43:29.564Z root INFO Initialize the workbench layout: 2102.7 ms [Finished 4.299 s after frontend start]
2025-04-08T16:43:29.567Z root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
2025-04-08T16:43:29.569Z root INFO [b1355af3-fa13-49ec-8865-6331f64f2a5e] Loading plugin contributions
2025-04-08T16:43:29.569Z root INFO [b1355af3-fa13-49ec-8865-6331f64f2a5e] Load contributions of 23 plugins: 69.0 ms [Finished 4.370 s after frontend start]
2025-04-08T16:43:29.703Z root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
2025-04-08T16:43:29.703Z root WARN a registered grammar configuration for 'cpp' language is overridden
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.linux as cortex-debug.armToolchainPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.osx as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.armToolchainPath.windows as cortex-debug.armToolchainPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.linux as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.osx as cortex-debug.JLinkGDBServerPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.JLinkGDBServerPath.windows as cortex-debug.JLinkGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.openocdPath.linux as cortex-debug.openocdPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.osx as cortex-debug.openocdPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.openocdPath.windows as cortex-debug.openocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.linux as cortex-debug.pyocdPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.osx as cortex-debug.pyocdPath is null
Conflict in settings file Default: Ignoring cortex-debug.pyocdPath.windows as cortex-debug.pyocdPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.linux as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.osx as cortex-debug.PEGDBServerPath is null
Conflict in settings file Default: Ignoring cortex-debug.PEGDBServerPath.windows as cortex-debug.PEGDBServerPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.stutilPath.linux as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.osx as cortex-debug.stutilPath is null
Conflict in settings file Default: Ignoring cortex-debug.stutilPath.windows as cortex-debug.stutilPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.linux as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.osx as cortex-debug.stlinkPath is null
Conflict in settings file Default: Ignoring cortex-debug.stlinkPath.windows as cortex-debug.stlinkPath is null
2025-04-08T16:43:29.847Z root ERROR [hosted-plugin: 31076] Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.linux as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.osx as cortex-debug.stm32cubeprogrammer is null
Conflict in settings file Default: Ignoring cortex-debug.stm32cubeprogrammer.windows as cortex-debug.stm32cubeprogrammer is null
2025-04-08T16:43:29.870Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): PluginManagerExtImpl/init()
2025-04-08T16:43:29.872Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-arduino-api@0.1.2 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.935Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(json-language-features@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.959Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(cortex-debug@1.5.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.960Z root INFO [hosted-plugin: 31076] Debugger contribution has been registered: cortex-debug
2025-04-08T16:43:29.978Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-arduino-tools@0.1.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.979Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(cpp@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.980Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(json@1.88.1 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.981Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-bg@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.982Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-cs@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.983Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-de@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.984Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-es@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.985Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-fr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.986Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-hu@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.987Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-it@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.988Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-ja@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.989Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-ko@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.989Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-nl@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.990Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-pl@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.992Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-pt-BR@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.992Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-ru@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.993Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-tr@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.993Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-uk@1.48.3 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.994Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-zh-hans@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:29.995Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): initializing(vscode-language-pack-zh-hant@1.96.0 with C:\Program Files\Arduino IDE\resources\app\lib\backend\plugin-vscode-init)
2025-04-08T16:43:30.002Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\node\jsonClientMain)
2025-04-08T16:43:30.058Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\extension.js)
2025-04-08T16:43:30.084Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\vscode-arduino-api\extension\dist\extension.js)
2025-04-08T16:43:30.090Z root INFO [hosted-plugin: 31076] calling activation function on VS Code Arduino Tools
2025-04-08T16:43:30.090Z root INFO [hosted-plugin: 31076] calling activation function on Arduino IDE API for VS Code extensions
2025-04-08T16:43:30.109Z root INFO [b1355af3-fa13-49ec-8865-6331f64f2a5e] Starting plugins.
2025-04-08T16:43:30.148Z root INFO [hosted-plugin: 31076] PLUGIN_HOST(31076): PluginManagerExtImpl/loadPlugin(C:\Program Files\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension.js)
2025-04-08T16:43:30.181Z root INFO [hosted-plugin: 31076] Debug configuration provider has been registered: cortex-debug, trigger: 1
2025-04-08T16:43:30.181Z root INFO [hosted-plugin: 31076] calling activation function on Cortex-Debug
2025-04-08T16:43:30.188Z root INFO [hosted-plugin: 31076] GDB server console created
2025-04-08T16:43:30.214Z root INFO [b1355af3-fa13-49ec-8865-6331f64f2a5e] Start of 23 plugins: 626.6 ms [Finished 5.014 s after frontend start]
2025-04-08T16:43:30.309Z root INFO [hosted-plugin: 31076] calling activation function on JSON Language Features (built-in)
2025-04-08T16:43:30.852Z root INFO Frontend application start: 3607.1 ms [Finished 6.600 s after backend start]
2025-04-08T16:43:30.865Z root INFO Replace loading indicator with ready workbench UI (animation): 883.3 ms [Finished 5.258 s after frontend start]
2025-04-08T16:43:30.865Z root INFO Changed application state from 'initialized_layout' to 'ready'.
2025-04-08T16:43:30.865Z root WARN Linked preference "workbench.colorCustomizations" not found.
2025-04-08T16:43:30.898Z sketches-service WARN Mismatching sketch file <Basic_Stepper_Driver_3.ino> and sketch folder name <Basic_Stepper_Driver_2>. Skipping
2025-04-08T16:43:30.936Z sketches-service WARN Mismatching sketch file <Basic_Stepper_Driver_3.ino> and sketch folder name <Basic_Stepper_Driver_2>. Skipping
2025-04-08T16:43:30.939Z sketches-service WARN Mismatching sketch file <Basic_Stepper_Driver_3.ino> and sketch folder name <Basic_Stepper_Driver_2>. Skipping
2025-04-08T16:43:31.046Z daemon INFO time="2025-04-08T17:43:31+01:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
time="2025-04-08T17:43:31+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/libraries/library_index.tar.bz2"
time="2025-04-08T17:43:31+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-04-08T16:43:31.071Z root INFO core-client-provider [library-index] Downloading index: library_index.tar.bz2

2025-04-08T16:43:31.071Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2

2025-04-08T16:43:31.300Z root ERROR ---- !!!SLOW!!! DURATION: search took 434.099 ms. Args: [{"type":"Updatable"}] ----
2025-04-08T16:43:31.302Z root INFO Starting language server: arduino:avr:uno
2025-04-08T16:43:31.311Z daemon INFO time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:arduinoOTA@1.3.0"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:avrdude@6.3.0-arduino17"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp8266:mklittlefs@3.0.4-gcc10.3-1757bed"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="builtin:serial-discovery@1.3.2"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:rp2040tools@1.0.6"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp8266:mkspiffs@3.0.4-gcc10.3-1757bed"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp8266:xtensa-lx106-elf-gcc@3.0.4-gcc10.3-1757bed"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="builtin:ctags@5.8-arduino11"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:CMSIS-Atmel@1.2.0"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:arm-none-eabi-gcc@7-2017q4"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:adb@32.0.0"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:openocd@0.11.0-arduino2"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp8266:python3@3.7.2-post1"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="builtin:mdns-discovery@1.0.5"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="builtin:serial-monitor@0.9.1"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:CMSIS@4.5.0"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:bossac@1.9.1-arduino2"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:dfu-util@0.10.0-arduino1"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="arduino:imgtool@1.8.0-arduino.1"
time="2025-04-08T17:43:31+01:00" level=info msg="Tool required for debug" tool="esp32:esptool_py@3.3.0"
2025-04-08T16:43:31.312Z root ERROR Failed to get debug config: arduino:avr:uno, undefined Error: Debugging is not supported.
    at Object.callback (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3962465)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6679373)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2572294)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2571739)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:4307911
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
2025-04-08T16:43:31.423Z daemon INFO time="2025-04-08T17:43:31+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-08T16:43:31.424Z daemon INFO time="2025-04-08T17:43:31+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:31.424Z daemon INFO time="2025-04-08T17:43:31+01:00" level=info msg="Adding libraries dir" dir="c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino\\libraries" isSingleLibrary=false location=user
2025-04-08T16:43:31.606Z daemon INFO time="2025-04-08T17:43:31+01:00" level=info msg="Updating index" url="https://dl.espressif.com/dl/package_esp32_index.json"
2025-04-08T16:43:31.607Z daemon INFO time="2025-04-08T17:43:31+01:00" level=info msg="Starting download" url="https://dl.espressif.com/dl/package_esp32_index.json"
2025-04-08T16:43:31.608Z root INFO core-client-provider [platform-index] Downloading index: package_esp32_index.json

2025-04-08T16:43:32.554Z daemon INFO time="2025-04-08T17:43:32+01:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.json"
2025-04-08T16:43:32.555Z daemon INFO time="2025-04-08T17:43:32+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.json"
2025-04-08T16:43:32.555Z root INFO core-client-provider [platform-index] Downloading index: package_index.json

2025-04-08T16:43:32.599Z daemon INFO time="2025-04-08T17:43:32+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-08T16:43:32.599Z daemon INFO time="2025-04-08T17:43:32+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:32.599Z daemon INFO time="2025-04-08T17:43:32+01:00" level=info msg="Adding libraries dir" dir="c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino\\libraries" isSingleLibrary=false location=user
2025-04-08T16:43:35.707Z daemon INFO time="2025-04-08T17:43:35+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.json.sig"
2025-04-08T16:43:35.707Z root INFO core-client-provider [platform-index] Downloading index signature: package_index.json.sig

2025-04-08T16:43:35.885Z daemon INFO time="2025-04-08T17:43:35+01:00" level=info msg="Updating index" url="https://espressif.github.io/arduino-esp32/package_esp32_index.json"
2025-04-08T16:43:35.885Z daemon INFO time="2025-04-08T17:43:35+01:00" level=info msg="Starting download" url="https://espressif.github.io/arduino-esp32/package_esp32_index.json"
2025-04-08T16:43:35.886Z root INFO core-client-provider [platform-index] Downloading index: package_esp32_index.json

2025-04-08T16:43:36.461Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Checking signature" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-08T16:43:36.462Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_esp32_index.json"
2025-04-08T16:43:36.471Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Checking signature" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-08T16:43:36.473Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_esp32_index.json"
2025-04-08T16:43:36.473Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loading hardware from: c:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages"
2025-04-08T16:43:36.474Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loading package arduino from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-08T16:43:36.476Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json"
2025-04-08T16:43:36.477Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.5"
2025-04-08T16:43:36.478Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.2.0\\installed.json"
2025-04-08T16:43:36.479Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded platform" platform="arduino:mbed_nano@3.2.0"
2025-04-08T16:43:36.480Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\3.2.0\\installed.json"
2025-04-08T16:43:36.480Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded platform" platform="arduino:mbed_portenta@3.2.0"
2025-04-08T16:43:36.482Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\installed.json"
2025-04-08T16:43:36.483Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2025-04-08T16:43:36.483Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded platform" platform="arduino:megaavr@1.8.7"
2025-04-08T16:43:36.485Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json"
2025-04-08T16:43:36.486Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded platform" platform="arduino:sam@1.6.12"
2025-04-08T16:43:36.487Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\installed.json"
2025-04-08T16:43:36.488Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded platform" platform="arduino:samd@1.8.13"
2025-04-08T16:43:36.488Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-08T17:43:36+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-08T16:43:36.489Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS@4.5.0"
2025-04-08T16:43:36.489Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS-Atmel@1.2.0"
2025-04-08T16:43:36.489Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:adb@32.0.0"
2025-04-08T16:43:36.489Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.2.1"
2025-04-08T16:43:36.489Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-08T16:43:36.489Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"
2025-04-08T16:43:36.489Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
2025-04-08T16:43:36.489Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-08T16:43:36.490Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-08T16:43:36.490Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.6.1-arduino"
2025-04-08T16:43:36.490Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.7.0-arduino3"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino2"
2025-04-08T16:43:36.490Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.10.0-arduino1"
2025-04-08T16:43:36.490Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:imgtool@1.8.0-arduino.1"
2025-04-08T16:43:36.490Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.10.0-arduino7"
2025-04-08T16:43:36.490Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"
2025-04-08T16:43:36.490Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="arduino:rp2040tools@1.0.6"
2025-04-08T16:43:36.491Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loading package builtin from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-08T16:43:36.491Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-08T17:43:36+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-08T16:43:36.491Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-08T16:43:36.491Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.5"
2025-04-08T16:43:36.491Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.2"
2025-04-08T16:43:36.491Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.9.1"
2025-04-08T16:43:36.492Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loading package esp32 from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware"
2025-04-08T16:43:36.492Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\installed.json"
2025-04-08T16:43:36.509Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded platform" platform="esp32:esp32@2.0.4"
time="2025-04-08T17:43:36+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2025-04-08T17:43:36+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
2025-04-08T16:43:36.509Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp32:esptool_py@3.3.0"
2025-04-08T16:43:36.509Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
2025-04-08T16:43:36.509Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"
2025-04-08T16:43:36.509Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
2025-04-08T16:43:36.510Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
2025-04-08T16:43:36.510Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
2025-04-08T16:43:36.510Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
2025-04-08T16:43:36.510Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loading package esp8266 from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware"
2025-04-08T16:43:36.511Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\installed.json"
2025-04-08T16:43:36.523Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded platform" platform="esp8266:esp8266@3.0.2"
time="2025-04-08T17:43:36+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools"
time="2025-04-08T17:43:36+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools"
2025-04-08T16:43:36.524Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp8266:mklittlefs@3.0.4-gcc10.3-1757bed"
2025-04-08T16:43:36.524Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp8266:mkspiffs@3.0.4-gcc10.3-1757bed"
time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp8266:python3@3.7.2-post1"
2025-04-08T16:43:36.524Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Loaded tool" tool="esp8266:xtensa-lx106-elf-gcc@3.0.4-gcc10.3-1757bed"
2025-04-08T16:43:36.529Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-08T16:43:36.530Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:43:36.530Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:43:36.541Z daemon INFO time="2025-04-08T17:43:36+01:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-04-08T17:43:36+01:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
time="2025-04-08T17:43:36+01:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
2025-04-08T16:43:36.541Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-08T16:43:36.541Z daemon INFO time="2025-04-08T17:43:36+01:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-08T16:43:36.546Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
2025-04-08T16:43:36.546Z daemon INFO time="2025-04-08T17:43:36+01:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-08T16:43:36.582Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:43:36.582Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:43:36.590Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:36.592Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.2.0\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:36.593Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:36.595Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:36.597Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\3.2.0\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:36.599Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:36.602Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:43:36.604Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries" isSingleLibrary=false location=platform
time="2025-04-08T17:43:36+01:00" level=info msg="Loading libraries index file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-08T16:43:36.776Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-08T16:43:36.777Z daemon INFO time="2025-04-08T17:43:36+01:00" level=info msg="Adding libraries dir" dir="c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino\\libraries" isSingleLibrary=false location=user
2025-04-08T16:43:38.024Z root ERROR Failed to update platform, library indexes. Error: 13 INTERNAL: Some indexes could not be updated.
    at t.callErrorFromStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3089094)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6681769)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2571739)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:4307911
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
    at s.makeServerStreamRequest (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6681536)
    at s.updateIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3088187)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6284615
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6284963
    at new Promise (<anonymous>)
    at y.doUpdateIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6284942)
    at y.updatePlatformIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6284587)
    at y.updateIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6283955)
    at D.updateIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6286667)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2025-04-08T16:46:55.029Z daemon INFO time="2025-04-08T17:46:55+01:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-04-08T16:46:55.031Z daemon INFO time="2025-04-08T17:46:55+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.tar.bz2"
2025-04-08T16:46:55.032Z root INFO core-client-provider [platform-index] Downloading index: package_index.tar.bz2

2025-04-08T16:46:55.456Z daemon INFO time="2025-04-08T17:46:55+01:00" level=info msg="Updating index" url="https://dl.espressif.com/dl/package_esp32_index.json"
2025-04-08T16:46:55.457Z daemon INFO time="2025-04-08T17:46:55+01:00" level=info msg="Starting download" url="https://dl.espressif.com/dl/package_esp32_index.json"
2025-04-08T16:46:55.459Z root INFO core-client-provider [platform-index] Downloading index: package_esp32_index.json

2025-04-08T16:46:55.636Z daemon INFO time="2025-04-08T17:46:55+01:00" level=info msg="Updating index" url="https://downloads.arduino.cc/packages/package_index.json"
2025-04-08T16:46:55.638Z daemon INFO time="2025-04-08T17:46:55+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.json"
2025-04-08T16:46:55.640Z root INFO core-client-provider [platform-index] Downloading index: package_index.json

2025-04-08T16:46:55.981Z daemon INFO time="2025-04-08T17:46:55+01:00" level=info msg="Starting download" url="https://downloads.arduino.cc/packages/package_index.json.sig"
2025-04-08T16:46:55.982Z root INFO core-client-provider [platform-index] Downloading index signature: package_index.json.sig

2025-04-08T16:46:56.063Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Updating index" url="https://espressif.github.io/arduino-esp32/package_esp32_index.json"
2025-04-08T16:46:56.064Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Starting download" url="https://espressif.github.io/arduino-esp32/package_esp32_index.json"
2025-04-08T16:46:56.066Z root INFO core-client-provider [platform-index] Downloading index: package_esp32_index.json

2025-04-08T16:46:56.276Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Checking signature" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-08T16:46:56.277Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_esp32_index.json"
2025-04-08T16:46:56.284Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Checking signature" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
2025-04-08T16:46:56.284Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\package_esp32_index.json"
2025-04-08T16:46:56.284Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loading hardware from: c:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages"
2025-04-08T16:46:56.285Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loading package arduino from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware"
2025-04-08T16:46:56.286Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\installed.json"
2025-04-08T16:46:56.287Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded platform" platform="arduino:avr@1.8.5"
2025-04-08T16:46:56.288Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.2.0\\installed.json"
2025-04-08T16:46:56.289Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded platform" platform="arduino:mbed_nano@3.2.0"
2025-04-08T16:46:56.290Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\3.2.0\\installed.json"
2025-04-08T16:46:56.291Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded platform" platform="arduino:mbed_portenta@3.2.0"
2025-04-08T16:46:56.291Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\installed.json"
2025-04-08T16:46:56.292Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
2025-04-08T16:46:56.292Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded platform" platform="arduino:megaavr@1.8.7"
2025-04-08T16:46:56.293Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\installed.json"
2025-04-08T16:46:56.294Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded platform" platform="arduino:sam@1.6.12"
2025-04-08T16:46:56.294Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\installed.json"
2025-04-08T16:46:56.296Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded platform" platform="arduino:samd@1.8.13"
time="2025-04-08T17:46:56+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
time="2025-04-08T17:46:56+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\tools"
2025-04-08T16:46:56.296Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS@4.5.0"
2025-04-08T16:46:56.296Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:CMSIS-Atmel@1.2.0"
2025-04-08T16:46:56.296Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:adb@32.0.0"
2025-04-08T16:46:56.296Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.2.1"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:arduinoOTA@1.3.0"
2025-04-08T16:46:56.296Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@4.8.3-2014q1"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:arm-none-eabi-gcc@7-2017q4"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:avrdude@6.3.0-arduino17"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.6.1-arduino"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.7.0-arduino3"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:bossac@1.9.1-arduino2"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:dfu-util@0.10.0-arduino1"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:imgtool@1.8.0-arduino.1"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.10.0-arduino7"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:openocd@0.11.0-arduino2"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="arduino:rp2040tools@1.0.6"
2025-04-08T16:46:56.297Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loading package builtin from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin"
2025-04-08T16:46:56.298Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
time="2025-04-08T17:46:56+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\builtin\\tools"
2025-04-08T16:46:56.298Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="builtin:ctags@5.8-arduino11"
2025-04-08T16:46:56.298Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="builtin:mdns-discovery@1.0.5"
2025-04-08T16:46:56.298Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="builtin:serial-discovery@1.3.2"
2025-04-08T16:46:56.298Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="builtin:serial-monitor@0.9.1"
2025-04-08T16:46:56.298Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loading package esp32 from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware"
2025-04-08T16:46:56.299Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\installed.json"
2025-04-08T16:46:56.315Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded platform" platform="esp32:esp32@2.0.4"
2025-04-08T16:46:56.316Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
time="2025-04-08T17:46:56+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\tools"
2025-04-08T16:46:56.316Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp32:esptool_py@3.3.0"
2025-04-08T16:46:56.316Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp32:mklittlefs@3.0.0-gnu12-dc7f933"
2025-04-08T16:46:56.316Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp32:mkspiffs@0.2.3"
2025-04-08T16:46:56.316Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp32:riscv32-esp-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
2025-04-08T16:46:56.316Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
2025-04-08T16:46:56.317Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s2-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
2025-04-08T16:46:56.317Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp32:xtensa-esp32s3-elf-gcc@gcc8_4_0-esp-2021r2-patch3"
2025-04-08T16:46:56.317Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loading package esp8266 from: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware"
2025-04-08T16:46:56.318Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Missing signature file" index="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\installed.json"
2025-04-08T16:46:56.337Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding monitor tool" protocol=serial tool="builtin:serial-monitor"
time="2025-04-08T17:46:56+01:00" level=info msg="Loaded platform" platform="esp8266:esp8266@3.0.2"
2025-04-08T16:46:56.337Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Checking existence of 'tools' path: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools"
time="2025-04-08T17:46:56+01:00" level=info msg="Loading tools from dir: C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools"
2025-04-08T16:46:56.337Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp8266:mklittlefs@3.0.4-gcc10.3-1757bed"
2025-04-08T16:46:56.337Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp8266:mkspiffs@3.0.4-gcc10.3-1757bed"
2025-04-08T16:46:56.337Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp8266:python3@3.7.2-post1"
2025-04-08T16:46:56.338Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Loaded tool" tool="esp8266:xtensa-lx106-elf-gcc@3.0.4-gcc10.3-1757bed"
2025-04-08T16:46:56.343Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Discovery event channel closed builtin:serial-discovery. Exiting goroutine."
2025-04-08T16:46:56.344Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:46:56.344Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:46:56.353Z daemon INFO time="2025-04-08T17:46:56+01:00" level=error msg="Waiting discovery process termination: exit status 1" discovery="builtin:serial-discovery"
time="2025-04-08T17:46:56+01:00" level=info msg="Closed and removed discovery builtin:serial-discovery"
2025-04-08T16:46:56.353Z daemon INFO time="2025-04-08T17:46:56+01:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:serial-discovery"
time="2025-04-08T17:46:56+01:00" level=info msg="Discovery event channel closed builtin:mdns-discovery. Exiting goroutine."
2025-04-08T16:46:56.353Z daemon INFO time="2025-04-08T17:46:56+01:00" level=error msg="Killing discovery process: TerminateProcess: Access is denied." discovery="builtin:mdns-discovery"
2025-04-08T16:46:56.359Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Closed and removed discovery builtin:mdns-discovery"
time="2025-04-08T17:46:56+01:00" level=error msg="Stopped decode loop: EOF" discovery="builtin:mdns-discovery"
2025-04-08T16:46:56.386Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:46:56.386Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"COM3","label":"COM3","protocol":"serial","protocolLabel":"Serial Port","propertiesMap":[],"hardwareId":""}},"error":""}
2025-04-08T16:46:56.401Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_nano\\3.2.0\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:46:56.403Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed_portenta\\3.2.0\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:46:56.404Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\samd\\1.8.13\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:46:56.406Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\sam\\1.6.12\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:46:56.407Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.5\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:46:56.409Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\megaavr\\1.8.7\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:46:56.411Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries" isSingleLibrary=false location=platform
2025-04-08T16:46:56.412Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.4\\libraries" isSingleLibrary=false location=platform
time="2025-04-08T17:46:56+01:00" level=info msg="Loading libraries index file" index="c:\\Users\\brr48\\AppData\\Local\\Arduino15\\library_index.json"
2025-04-08T16:46:56.509Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="C:\\Users\\brr48\\AppData\\Local\\Arduino15\\libraries" isSingleLibrary=false location=ide
2025-04-08T16:46:56.509Z daemon INFO time="2025-04-08T17:46:56+01:00" level=info msg="Adding libraries dir" dir="c:\\Users\\brr48\\OneDrive\\Documents2\\Arduino\\libraries" isSingleLibrary=false location=user
2025-04-08T16:46:57.603Z root ERROR Failed to update platform indexes. Error: 13 INTERNAL: Some indexes could not be updated.
    at t.callErrorFromStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3089094)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6681769)
    at Object.onReceiveStatus (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:2571739)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:4307911
    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
    at s.makeServerStreamRequest (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6681536)
    at s.updateIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:3088187)
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6284615
    at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6284963
    at new Promise (<anonymous>)
    at y.doUpdateIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6284942)
    at y.updatePlatformIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6284587)
    at y.updateIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6283955)
    at D.updateIndex (C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6286667)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Hi, I got the messages in the bottom right of the IDE regarding loading packages but also go the message that "Some Indexes could not be updated"

Thanks for continuing to help

Please try this:

  1. Select File > Preferences... (or Arduino IDE > Settings... for macOS users) from the Arduino IDE menus.
    The "Preferences" dialog will open.
  2. Click the button to the right side of the "Additional Boards Manager URLs" field in the "Preferences" dialog.
    The "Additional Boards Manager URLs" dialog will open.
  3. The dialog has a field that contains a list of URLs. Delete the following URL from that list:
    https://downloads.arduino.cc/packages/package_index.json
    
  4. Click the "OK" button in the "Additional Boards Manager URLs" dialog.
    The "Preferences" dialog will close.
  5. Click the "OK" button "Preferences" dialog.
    The "Preferences" dialog will close.
  6. You will now see a "Downloading index: ..." notification at the bottom right corner of the IDE window. Wait for that notification to close.
  7. Check to see if the "Arduino UNO R4 Boards" platform is present in the list of boards platforms in Boards Manager.

When you performed those instructions, did you see the "Some indexes could not be updated" notification at step 6?

Did you see the "Arduino UNO R4 Boards" platform in Boards Manager at step 7?

Hi

I took the line out of the preferences and got the loading message in the bottom right followed by "Some indexes could not be loaded"

The R4 boards are still not available in the Boards List

Thanks