-
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
Add RTC support to TI cc23x0 SoC #84527
Draft
bogdanovs
wants to merge
21
commits into
zephyrproject-rtos:main
Choose a base branch
from
bogdanovs:baylibre/upstream-cc23x0-rtc
base: main
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.
Draft
Add RTC support to TI cc23x0 SoC #84527
bogdanovs
wants to merge
21
commits into
zephyrproject-rtos:main
from
bogdanovs:baylibre/upstream-cc23x0-rtc
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
Sync with simplelink_lpf3 support for cc23x0r5 SoC. Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Product URL: https://www.ti.com/product/CC2340R5 Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Datasheet: https://www.ti.com/lit/ds/symlink/cc2340r5.pdf TRM: https://www.ti.com/lit/ug/swcu193/swcu193.pdf Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Product URL: https://www.ti.com/tool/LP-EM-CC2340R5 Quick Start Guide: https://www.ti.com/lit/ml/swru588a/swru588a.pdf Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for flash to cc23x0 SoC. The driver interacts with VIMS (Versatile Instruction Memory System) internal bus standing before NVM. Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
This region is used for customer configuration options. Signed-off-by: Julien Panis <[email protected]>
Add support for flash to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Describe system flash setting. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for pinctrl to cc23x0 SoC. Like for other TI SoCs, a node approach is implemented (no grouping approach). Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for pinctrl to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for systim to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for GPIO to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for GPIO to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Enable GPIO. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for LEDs and buttons. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for UART to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for UART to cc23x0 SoC. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Enable UART. Signed-off-by: Lars Thalian Morstad <[email protected]> Signed-off-by: Vebjorn Myklebust <[email protected]> Signed-off-by: Stoyan Bogdanov <[email protected]> Signed-off-by: Julien Panis <[email protected]>
Add support for cc23x0 RTC driver in counter. RTC is always ON after device boot. Timer is restared only on POR, and is active during STANDBY and ACTIVE power states. Signed-off-by: Stoyan Bogdanov <[email protected]>
Add support for RTC counter to cc23x0 SoC. Signed-off-by: Stoyan Bogdanov <[email protected]>
Add overlay for lp_em_cc2340r5 to counter/alarm sample. Signed-off-by: Stoyan Bogdanov <[email protected]>
zephyrbot
added
platform: TI SimpleLink
Texas Instruments SimpleLink MCU
area: GPIO
area: Timer
Timer
area: UART
Universal Asynchronous Receiver-Transmitter
area: Pinctrl
area: Flash
area: Counter
area: Samples
Samples
labels
Jan 24, 2025
zephyrbot
requested review from
dcpleung,
de-nordic,
gmarull,
henrikbrixandersen,
kartben,
mnkp,
nashif,
nordic-krch,
rghaddab,
teburd,
vaishnavachath and
vanti
January 24, 2025 17:21
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Counter
area: Flash
area: GPIO
area: Pinctrl
area: Samples
Samples
area: Timer
Timer
area: UART
Universal Asynchronous Receiver-Transmitter
manifest
manifest-hal_ti
platform: TI SimpleLink
Texas Instruments SimpleLink MCU
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 series adds RTC support to TI cc23x0 SoC.
Only the 3 top-level commits are part of this series. The previous commits are here because this series depends on the "base support" series, that has not been merged yet: #76441
Datasheet: https://www.ti.com/lit/ds/symlink/cc2340r5.pdf