-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add support of CC1352P7 #65
Open
anobli
wants to merge
3
commits into
zephyrproject-rtos:zephyr-20220611
Choose a base branch
from
anobli:abailon/CC1352P7
base: zephyr-20220611
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add support of CC1352P7 #65
anobli
wants to merge
3
commits into
zephyrproject-rtos:zephyr-20220611
from
anobli:abailon/CC1352P7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This updates the flash driver to support more than one bank. This is required to support the cc1352p7 which has two banks. This only have been tested on a cc1352p7. The loader has been built using a gcc-arm-none-eabi-4_8-2014q3 toolchain. Change-Id: Ia813421ececd96d6e2fd4dae910ad60fcc3d3c88 Signed-off-by: Alexandre Bailon <[email protected]>
This adds support for TI CC13X2X7 / CC26X2X7 family. For further details, see https://www.ti.com/lit/ug/swcu192/swcu192.pdf. Change-Id: Ifd9b505716ddf0abbdd00f617e50a93a3d4fbe6a Signed-off-by: Alexandre Bailon <[email protected]>
This adds support of TI LP-CC1352P7 evaluation kit. For further details, see https://www.ti.com/tool/LP-CC1352P7. Change-Id: I4aba160dbf4920febb7897458d06450e7d134147 Signed-off-by: Alexandre Bailon <[email protected]>
anobli
force-pushed
the
abailon/CC1352P7
branch
from
August 26, 2024 20:29
1c41291
to
1e88d1f
Compare
anobli
added a commit
to anobli/zephyr
that referenced
this pull request
Aug 26, 2024
Currently, OpenOCD doesn't support the cc1352p7. There are two open PR adding its support to Zephyr's OpenOCD[1] and upstream OpenOCD[2]. Until this gets merged, we need to use a downstream version of OpenOCD. This updates the documentation to explain where to find it and how to use it. [1] zephyrproject-rtos/openocd#65 [2] https://review.openocd.org/q/owner:abailon%2540baylibre.com Signed-off-by: Alexandre Bailon <[email protected]>
anobli
added a commit
to anobli/zephyr
that referenced
this pull request
Aug 27, 2024
Currently, OpenOCD doesn't support the cc1352p7. There are two open PR adding its support to Zephyr's OpenOCD[1] and upstream OpenOCD[2]. Until this gets merged, we need to use a downstream version of OpenOCD. This updates the documentation to explain where to find it and how to use it. [1] zephyrproject-rtos/openocd#65 [2] https://review.openocd.org/q/owner:abailon%2540baylibre.com Signed-off-by: Alexandre Bailon <[email protected]>
aescolar
pushed a commit
to zephyrproject-rtos/zephyr
that referenced
this pull request
Oct 2, 2024
Currently, OpenOCD doesn't support the cc1352p7. There are two open PR adding its support to Zephyr's OpenOCD[1] and upstream OpenOCD[2]. Until this gets merged, we need to use a downstream version of OpenOCD. This updates the documentation to explain where to find it and how to use it. [1] zephyrproject-rtos/openocd#65 [2] https://review.openocd.org/q/owner:abailon%2540baylibre.com Signed-off-by: Alexandre Bailon <[email protected]>
coreboot-org-bot
pushed a commit
to coreboot/zephyr-cros
that referenced
this pull request
Oct 2, 2024
Currently, OpenOCD doesn't support the cc1352p7. There are two open PR adding its support to Zephyr's OpenOCD[1] and upstream OpenOCD[2]. Until this gets merged, we need to use a downstream version of OpenOCD. This updates the documentation to explain where to find it and how to use it. [1] zephyrproject-rtos/openocd#65 [2] https://review.openocd.org/q/owner:abailon%2540baylibre.com (cherry picked from commit 02fb8fa) Original-Signed-off-by: Alexandre Bailon <[email protected]> GitOrigin-RevId: 02fb8fa Cr-Build-Id: 8735195939382094625 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8735195939382094625 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I873f7c059ffaa4d5ffcb57f1a921f85d81096c61 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5904819 Tested-by: ChromeOS Prod (Robot) <[email protected]> Commit-Queue: Al Semjonovs <[email protected]> Tested-by: Al Semjonovs <[email protected]> Reviewed-by: Al Semjonovs <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds support of CC1352P7.
Patches has been sent upstream: https://review.openocd.org/c/openocd/+/8192/5?usp=related-change