-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
boards: add hpmicro hpm6750evkmini board #64117
boards: add hpmicro hpm6750evkmini board #64117
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR needs to be split into meaningful commits.
431b7f8
to
9e1aa34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
boards/riscv
, dts/riscv
and soc/riscv
LGTM
@fkokosinski What should I do next? |
0e65de7
f0b9fd9
to
0e65de7
Compare
0e65de7
to
7dee874
Compare
Hi! Ideally, you'd need to get ACKs from maintainers of the areas that you're modifying here, e.g. gpio, serial etc. You also can ask for help on the |
Oh Thanks you very much, I will continue to modify this PR. |
a05f353
to
86b88ab
Compare
This is an risc-v core chip with dual-core processor. Signed-off-by: Weiwei Guo <[email protected]>
Add the hpmicro HAL module to the west mainfest. Signed-off-by: Weiwei Guo <[email protected]>
This commit adds a pinctrl driver for the hpmicro family of processors Signed-off-by: Weiwei Guo <[email protected]>
This commit adds a clock control driver for hpmicro family of processors. Signed-off-by: Weiwei Guo <[email protected]>
This commit adds a gpio driver for hpmicro family of processors. Signed-off-by: Weiwei Guo <[email protected]>
This commit adds a uart driver for the hpmicro family of processors. Signed-off-by: Weiwei Guo <[email protected]>
This is an risc-v board with dual-core processor. Signed-off-by: Weiwei Guo <[email protected]>
86b88ab
to
d177873
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be migrated to hwmv2
OK, I will understand hwmv2 and modify my PR as soon as possible. |
Should I submit my PR to the collab-hwm branch? and change to hwmv2? |
Can use what is on hwmv2 as a starting point to see how to transition but we will not be merging new boards/socs into that branch |
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. |
This is an risc-v board. we also add hpmicro SoC support, as well as gpio, pinctrl, uart driver.