Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 4 of 4

Thread: Where to find boards.txt and usb_desc.h on Arduino IDE 2.0 (macOS)?

  1. #1
    Junior Member
    Join Date
    Mar 2017
    Posts
    17

    Where to find boards.txt and usb_desc.h on Arduino IDE 2.0 (macOS)?

    Hi all,

    with Arduino IDE 1.x (Teensyduino) on macOS, I used to modify teensy's core source files in the app package's "java" folder. With IDE 2.0 however, there is no such folder in the app package anymore. Where can I find those files now?

    Thanks
    Stefan

  2. #2
    Senior Member PaulStoffregen's Avatar
    Join Date
    Nov 2012
    Posts
    27,656
    Look in /Users/{yourname}/Library/Arduino15/packages/teensy/hardware/avr/{version}/cores/teensy4

    where {yourname} is your username on your Mac and {version} is whatever Teensy package version you have installed, today probably 1.57.2 or 0.58.3.

  3. #3
    Senior Member
    Join Date
    Feb 2018
    Location
    Corvallis, OR
    Posts
    431
    Quote Originally Posted by PaulStoffregen View Post
    Look in /Users/{yourname}/Library/Arduino15/packages/teensy/hardware/avr/{version}/cores/teensy4

    where {yourname} is your username on your Mac and {version} is whatever Teensy package version you have installed, today probably 1.57.2 or 0.58.3.
    Note that on MacOS Ventura, the Library folder is normally hidden and you will need to press CMD-SHIFT-period to make hidden files visible in the Finder.

  4. #4
    Junior Member
    Join Date
    Mar 2017
    Posts
    17
    found it!
    I already had a look in Library/Application Support but did oversee the Arduino15 folder ....

    thanks!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •