Add support of CC1352P7#65
Open
anobli wants to merge 3 commits intozephyrproject-rtos:zephyr-20220611from
Open
Add support of CC1352P7#65anobli wants to merge 3 commits intozephyrproject-rtos:zephyr-20220611from
anobli wants to merge 3 commits intozephyrproject-rtos:zephyr-20220611from
Conversation
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 <abailon@baylibre.com>
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 <abailon@baylibre.com>
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 <abailon@baylibre.com>
1c41291 to
1e88d1f
Compare
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 <abailon@baylibre.com>
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 <abailon@baylibre.com>
coreboot-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 <abailon@baylibre.com> 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) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Commit-Queue: Al Semjonovs <asemjonovs@google.com> Tested-by: Al Semjonovs <asemjonovs@google.com> Reviewed-by: Al Semjonovs <asemjonovs@google.com>
This file contains hidden or 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
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