Skip to content
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

[HELP] <How to add sifive uart support?> #13135

Open
1 task done
yorange1 opened this issue Aug 23, 2024 · 2 comments
Open
1 task done

[HELP] <How to add sifive uart support?> #13135

yorange1 opened this issue Aug 23, 2024 · 2 comments
Labels
Community: Question Further information is requested

Comments

@yorange1
Copy link

Description

Hello everyone,

I am trying to run Nuttx on a platform that uses sifive uart. OpenSBI prints information and completes the jump, but there is no output in Nuttx. I realize that there seems to be no driver support for sifive uart in Nuttx. How should I add this driver in Nuttx? Is there any guiding document here?

Thanks

Verification

  • I have verified before submitting the report.
@yorange1 yorange1 added the Community: Question Further information is requested label Aug 23, 2024
@anjiahao1
Copy link
Contributor

drivers/serial add uart dirver in here

@anjiahao1
Copy link
Contributor

serial_cmsdk.c is a arm cmsdk uart dirver, you can follow it add a sifive uart dirver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community: Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants