-
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: arm: add BeaglePlay on-board CC1352 #64718
boards: arm: add BeaglePlay on-board CC1352 #64718
Conversation
324d5d9
to
5619eb2
Compare
5619eb2
to
cb5d3f0
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.
LGTM
@vaishnavachath PTAL |
@carlescufi it seems like the misc-flasher changes are incomplete, I am not sure how an user would flash to this target without reading the instructions at board.cmake and fixing up the flashing script manually. Other that no concerns with this PR. |
cb5d3f0
to
731b69d
Compare
731b69d
to
418416e
Compare
@vaishnavachath Can we tackle the question of adding cc1352-flasher in a separate PR. I have updated the docs to install the flasher out of tree for now since #67229 was blocked. I will be working with upstream cc2538-bsl to make the flashing situation better but it will take a while since I do not control those projects. |
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 is nice! Some feedback on the doc -- thanks!
4103d9a
to
5127377
Compare
762f362
to
8a99512
Compare
Add support for BeaglePlay, a TI AM6254 SoC based development board with a CC1352P7 wireless microcontroller for supporting software defined 2.4GHz and SubGHz wireless protocols. Support for running Zephyr on the quad-A53 SoC or the programmable M4 on the SoC would be provided separately. See https://beagleplay.org for details. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Ayush Singh <ayush@beagleboard.org>
9d0e607
to
e7af2f5
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.
LGTM - I think the comments from @vaishnavachath were addressed, but please wait for his approval before merging.
Sure. But the only change since his approval was a rebase due to a conflict. So I don't think there should be much problem. |
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.
Looks good!
Where are the requested changes from @gmarull ? |
Moved pinctrl to soc config. See |
@Ayush1325 , have you addressed the comments from @gmarull |
Maybe my previous message was not clear enough. I am assuming the comment everyone is referencing is the following: #64718 (comment) As I stated earlier, It just seems like github does not automatically dismiss the review, but if you click the "See review option", it does point to a resolved comment (because well, I have addressed everything raised in that comment to the best of my knowledge). |
@gmarull, can you please revisit this PR. |
- PINCTRL is now being selected by soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig, so no need to add to diffconfig. - See zephyrproject-rtos#64718 (comment) Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- PINCTRL is now being selected by soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig, so no need to add to diffconfig. - See zephyrproject-rtos#64718 (comment) Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- PINCTRL is now being selected by soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig, so no need to add to diffconfig. - See #64718 (comment) Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- PINCTRL is now being selected by soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig, so no need to add to diffconfig. - See #64718 (comment) Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- PINCTRL is now being selected by soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig, so no need to add to diffconfig. - See zephyrproject-rtos/zephyr#64718 (comment) (cherry picked from commit 89995d0) Original-Signed-off-by: Ayush Singh <ayush@beagleboard.org> GitOrigin-RevId: 89995d0 Cr-Build-Id: 8734380568354140561 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8734380568354140561 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I23137f6645a7d885061b97ced36655ed26303299 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5915879 Tested-by: Jeremy Bettis <jbettis@chromium.org> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
- PINCTRL is now being selected by soc/ti/simplelink/cc13x2x7_cc26x2x7/Kconfig, so no need to add to diffconfig. - See zephyrproject-rtos/zephyr#64718 (comment) (cherry picked from commit c506cf5) Original-Signed-off-by: Ayush Singh <ayush@beagleboard.org> GitOrigin-RevId: c506cf5 Cr-Build-Id: 8734380568354140561 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8734380568354140561 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I5431b1c17a29d33a8ba37cd071afcf13a103dcf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5915880 Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Add basic support for BeaglePlay, a TI AM6254 SoC based development board with a CC1352P7 wireless microcontroller for supporting software defined 2.4GHz and SubGHz wireless protocols. Support for running Zephyr on the quad-A53 SoC or the programmable M4 on the SoC would be provided separately.
Tested hello world and zperf.
See https://beagleplay.org/ for details.
doc preview: https://builds.zephyrproject.io/zephyr/pr/64718/docs/boards/beagle/beagleplay/doc/beagleplay_cc1352p7.html