-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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: arm: bmd_345_eval: Add BMD 345 EVAL Board Support #31731
boards: arm: bmd_345_eval: Add BMD 345 EVAL Board Support #31731
Conversation
7f7a739
to
0e2be78
Compare
0e2be78
to
62c3c0a
Compare
Applications for the ``bmd_345_eval`` board configuration can be | ||
built and flashed in the usual way (see :ref:`build_an_application` | ||
and :ref:`application_run` for more details); however, the standard | ||
debugging targets are not currently available. |
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.
Is that true, given you've added jlink runner support in boards/arm/bmd_345_eval/board.cmake
?
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.
Sorry for the mistake, it support's jlink runner support.
2f33a4c
to
a14d743
Compare
Add support for BMD 345 EVAL BSP with PA/LNA support Fixes: zephyrproject-rtos#31585 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
Enable Nordic QPSI driver for nordic board. Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
Add overlay and enable Nordic QPSI driver to support bmd_345_eval Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
Enable ADC test support for bmd_345_eval board Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
a14d743
to
7f50dd0
Compare
@cvinayak please revisit |
Add support for BMD 345 EVAL Board definition with PA/LNA support
fixes: #31585
Signed-off-by: NavinSankar Velliangiri navin@linumiz.com