Skip to content

Missing board options when installed in sketchbook folder #1912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
MB3hel opened this issue Feb 22, 2023 · 1 comment
Open
3 tasks done

Missing board options when installed in sketchbook folder #1912

MB3hel opened this issue Feb 22, 2023 · 1 comment
Labels
type: imperfection Perceived defect in any part of project

Comments

@MB3hel
Copy link

MB3hel commented Feb 22, 2023

Describe the problem

When installing a custom core in the sketchbook, board option menus are not shown. They are shown properly with arduino-cli.

To reproduce

  1. Extract the contents of msp430.zip to SKETCHBOOK/hardware/arduino-core-msp430/msp430
  2. Open the IDE and select the MSP-EXP430FR2433LP board.
  3. The Uploader options menu is not shown
  4. Run arduino-cli board details -b arduino-core-msp430:msp430:MSP-EXP430FR2433LP. The uploader options are listed.

Expected behavior

The "Uploader" options menu should be shown in the Tools menu.

Arduino IDE version

2.0.3

Operating system

Linux

Operating system version

Ubuntu 22.04 (amd64)

Additional context

Possibly related to #126 or #565

However, the scenario with attiny core described in #565 works as expected (I did test that on the same system)

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@MB3hel MB3hel added the type: imperfection Perceived defect in any part of project label Feb 22, 2023
@MB3hel
Copy link
Author

MB3hel commented Feb 22, 2023

Additional information: the problem is solved by changing the folder path to SKETCHBOOK/hardware/msp430core/msp430. It seems that it doesn't handle something about that path (arduino-core-msp430) correctly (hyphens, length, etc).

I'm leaving this open since this does not impact the CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

1 participant