Skip to content

Conversation

@AlienSarlak
Copy link

Implemented support for the new board Artemis Nano from Sparkfun. Added support for the west flash to enable users to flash the board. Users should follow the documentation in the docs section of Zephyr for Artemis Nano.

@zephyrbot zephyrbot added the area: West West utility label Jul 21, 2024
@nordicjm
Copy link
Contributor

Can you stop opening and closing the same PR 6 times?

@AlienSarlak
Copy link
Author

Dear @nordicjm,

This is not exactly the same PR. I am trying to pass the CI and have managed to resolve a couple of issues related to documentation and trailing white spaces. However, I am unable to understand the cause of this last error, as the message is not informative.

This is my first time contributing and attempting to add support for a new board. I apologize for any inconvenience and would appreciate any guidance you can provide.

@nordicjm
Copy link
Contributor

With PRs you update your commits and then you force push i.e. git push --force, that will update the PR itself and a new round of CI will run, you do all the work in a single PR so that people can review it and mark issues then resolve issues once they are fixed

Copy link
Contributor

@aaronyegx aaronyegx left a comment

Choose a reason for hiding this comment

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

Please exclude "merge" commit.

Comment on lines 3 to 4
Copy link
Contributor

Choose a reason for hiding this comment

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

2 space indent for cmake

Copy link
Contributor

Choose a reason for hiding this comment

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

use the proper board Kconfig symbol

Copy link
Author

Choose a reason for hiding this comment

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

Sorry I did not get your command on this. Could you please explain it a bit?

Copy link
Contributor

Choose a reason for hiding this comment

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

if(CONFIG_BOARD_ARTEMIS_NANO) would be used, but you can remove it entirely since board.cmake is only used if this board is used, so unless this board has multiple board targets the if can go

@aaronyegx
Copy link
Contributor

@AlienSarlak I see you mark multiple comments resolved but I do not find the updates. Do you push your updates?

@AlienSarlak
Copy link
Author

AlienSarlak commented Nov 6, 2024

Dear @aaronyegx ,

You’re absolutely right; I marked the issues as resolved but haven’t pushed my branch yet. I wanted to address all the outstanding issues before pushing. Apologies for the delay—I’ve been quite busy lately.

Thank you for your patience!

@AlienSarlak
Copy link
Author

@aaronyegx I have updated the branch

@AlessandroLuo
Copy link
Contributor

@AlienSarlak don't make separate commit for code review, please squash them to previous ones

@AlienSarlak AlienSarlak force-pushed the boards/artemis_nano branch 2 times, most recently from 08df115 to 5533688 Compare December 7, 2024 18:52
@aaronyegx
Copy link
Contributor

@AlienSarlak Please address the CI failures.

Implemented support for the new board Artemis Nano from Sparkfun.
Added support for the west flash to enable users to flash the board.
Users should follow the documentation in the docs section of Zephyr for
Artemis Nano.

Signed-off-by: Ali Sarlak <[email protected]>
@github-actions
Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Feb 11, 2025
@github-actions github-actions bot closed this Feb 25, 2025
@Fo-Zi
Copy link

Fo-Zi commented Oct 17, 2025

Hi! I was planning on adding support for the Artemis Red Board. But I found this PR and I was wondering if I could take over and make it through for both, since it has common groundwork.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants