-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Add ADC support to TI cc23x0 SoC #84520
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
base: main
Are you sure you want to change the base?
Add ADC support to TI cc23x0 SoC #84520
Conversation
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. |
6c2ddc0
to
ffb8328
Compare
e3b0190
to
141167b
Compare
141167b
to
a020590
Compare
a020590
to
1f96440
Compare
1f96440
to
2a33204
Compare
Add support for 16-channel ADC to cc23x0 SoC. The driver supports the following conversion modes: - Single channel | Single conversion, - Sequence of channels (up to 4) | Single conversion. Signed-off-by: Julien Panis <[email protected]>
Add support for ADC to cc23x0 SoC. Signed-off-by: Julien Panis <[email protected]>
Enable ADC. Signed-off-by: Julien Panis <[email protected]>
Add LP-EM-CC2340R5 board support to ADC sample. Signed-off-by: Julien Panis <[email protected]>
Add LP-EM-CC2340R5 board support to ADC sample. Signed-off-by: Julien Panis <[email protected]>
2a33204
to
21175f8
Compare
@kartben Hi. Would it be possible to add a couple of reviewers for this PR please ? |
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.
Pull Request Overview
This PR adds ADC support for the TI cc23x0 SoC by introducing a new device tree binding definition.
- Introduces a new binding file for the TI cc23x0 ADC.
- Specifies required properties including reg, interrupts, pinctrl-0, pinctrl-names, and io-channel definitions.
Files not reviewed (9)
- boards/ti/lp_em_cc2340r5/lp_em_cc2340r5-pinctrl.dtsi: Language not supported
- boards/ti/lp_em_cc2340r5/lp_em_cc2340r5.dts: Language not supported
- drivers/adc/CMakeLists.txt: Language not supported
- drivers/adc/Kconfig: Language not supported
- drivers/adc/Kconfig.cc23x0: Language not supported
- dts/arm/ti/cc23x0.dtsi: Language not supported
- samples/drivers/adc/adc_dt/boards/lp_em_cc2340r5.overlay: Language not supported
- samples/drivers/adc/adc_sequence/boards/lp_em_cc2340r5.conf: Language not supported
- samples/drivers/adc/adc_sequence/boards/lp_em_cc2340r5.overlay: Language not supported
This series adds ADC support to TI cc23x0 SoC.
Datasheet: https://www.ti.com/lit/ds/symlink/cc2340r5.pdf