Skip to content

Conversation

@Vge0rge
Copy link

@Vge0rge Vge0rge commented Jun 9, 2025

Following the comments from reported issue I updated the json file and the instructions to apply the fixups reported there.

I tried this with a clean installation in Linux and it worked fine, I could download the board package and select the promicro/nice boards without issues. I also tried to compile a couple of USB and nrfCrypto samples and they seem to build as well.

Hope that helps

Vge0rge added 2 commits June 9, 2025 02:26
Update the package name to avoid using spaces
since it doesn't work with the Arduino IDE.

Signed-off-by: Vge0rge <[email protected]>
Which is required by the nRFMicro core as
a dependency.

Signed-off-by: Vge0rge <[email protected]>
@brunocannavina
Copy link

Same here, the json file doesn't bring anything to the Arduino IDE

@Vge0rge
Copy link
Author

Vge0rge commented Jun 12, 2025

@brunocannavina did you try the json in my PR or the one in the main branch? I am trying to fix that with this PR and it did work for me.

@excited-hippo
Copy link

@pdcook Can you review this?

@palexic
Copy link

palexic commented Jun 30, 2025

any chance making this vscode platformio compatible?

@Vge0rge
Copy link
Author

Vge0rge commented Jul 12, 2025

I am not planning to add support for platform io, I am not very familiar with it and I don't have the time at the moment.

Comment on lines +32 to +33
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
https://raw.githubusercontent.com/pdcook/nRFMicro-Arduino-Core/main/package_nRFMicro_index.json
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
https://raw.githubusercontent.com/pdcook/nRFMicro-Arduino-Core/main/package_nRFMicro_index.json
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json,https://raw.githubusercontent.com/pdcook/nRFMicro-Arduino-Core/main/package_nRFMicro_index.json

The instructions are for the user to enter this into the "Additional Boards Manager URLs" field in Arduino IDE's "Preferences" dialog. That field only accepts a comma-delimited list of URLs.

The URL-per-line format you are suggesting can only be used in the "Additional Boards Manager URLs" dialog which is accessed by clicking the button to the right side of the "Additional Boards Manager URLs" field in the "Preferences" dialog.

If you want to instruct the user to use a URL-per-line format, you must also provide instructions for using the "Additional Boards Manager URLs" dialog. My opinion is that, in this context there isn't a significant advantage to using the "Additional Boards Manager URLs" dialog and the additional steps to access the dialog would make the instructions more difficult for the user to follow. So my suggestion is to simply specify the correct format for use in the "Additional Boards Manager URLs" field.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, I could have been more clear on this. But this PR is more than 2 months old and I don't expect it ever to get merged so I don't bother updating to be honest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants