Skip to content
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: arduino: uno_r4: Add ADC, PWM, I2C, SPI, and TRNG #85824

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

soburi
Copy link
Member

@soburi soburi commented Feb 16, 2025

Add support for basic peripherals.

note: I don't have a GY271 sensor module, so I haven't tested the i2c on an actual device or added support to yaml.
Some devices worked, so I don't think it's a problem.
I'll rebase after #85252 merged.

@soburi soburi force-pushed the uno_r4_adc_pwm_i2c_spi branch from cbfc8d9 to bb5ee8b Compare February 16, 2025 11:41
@soburi soburi changed the title boards: arduino: uno_r4: Add ADC, PWM, I2C, and SPI boards: arduino: uno_r4: Add ADC, PWM, I2C, SPI, and TRNG Feb 16, 2025
@soburi soburi force-pushed the uno_r4_adc_pwm_i2c_spi branch 3 times, most recently from ec366f2 to 086eb32 Compare February 16, 2025 22:19
@soburi soburi added the DNM This PR should not be merged (Do Not Merge) label Feb 16, 2025
@soburi soburi marked this pull request as ready for review February 16, 2025 22:26
@fabiobaltieri fabiobaltieri added this to the v4.2.0 milestone Feb 17, 2025
@soburi soburi force-pushed the uno_r4_adc_pwm_i2c_spi branch from 086eb32 to dcf97ce Compare February 18, 2025 22:33
@soburi soburi force-pushed the uno_r4_adc_pwm_i2c_spi branch from dcf97ce to 8ae25ee Compare March 17, 2025 19:53
@zephyrbot zephyrbot added area: Samples Samples area: ADC Analog-to-Digital Converter (ADC) area: LED Label to identify LED subsystem area: PWM Pulse Width Modulation labels Mar 17, 2025
@zephyrbot zephyrbot added area: SPI SPI bus Release Notes To be mentioned in the release notes platform: Renesas RA Renesas Electronics Corporation, RA labels Mar 17, 2025
@fabiobaltieri fabiobaltieri assigned pillo79 and unassigned kartben Mar 17, 2025
@soburi soburi force-pushed the uno_r4_adc_pwm_i2c_spi branch 3 times, most recently from 97b9406 to a736742 Compare March 18, 2025 21:57
fabiobaltieri
fabiobaltieri previously approved these changes Mar 19, 2025
@soburi soburi force-pushed the uno_r4_adc_pwm_i2c_spi branch from a736742 to 8726dd7 Compare March 19, 2025 22:29
@soburi soburi removed the DNM This PR should not be merged (Do Not Merge) label Mar 19, 2025
@soburi soburi force-pushed the uno_r4_adc_pwm_i2c_spi branch from 8726dd7 to d070ab5 Compare March 20, 2025 00:40
@soburi
Copy link
Member Author

soburi commented Mar 20, 2025

@fabiobaltieri @pillo79

I checked again and fixed the problem I found.
(Changed SPI of uno_r4_wifi to SPI0, changed reference voltage of adc_dt sample to 5V)

Could you check again, please?

@soburi soburi requested a review from fabiobaltieri March 20, 2025 03:29
pillo79
pillo79 previously approved these changes Mar 20, 2025
Comment on lines 13 to 16
};
fast@0 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it should be new line between these 2 lines.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed it.

Comment on lines 8 to 10
tx-dtc;
slow@0 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it should be new line between these 2 lines.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed it.

Add support for basic peripherals.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
@soburi soburi requested a review from pillo79 March 20, 2025 14:35
@kartben kartben merged commit 230280e into zephyrproject-rtos:main Mar 21, 2025
16 checks passed
@soburi soburi deleted the uno_r4_adc_pwm_i2c_spi branch March 21, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ADC Analog-to-Digital Converter (ADC) area: LED Label to identify LED subsystem area: PWM Pulse Width Modulation area: Samples Samples area: SPI SPI bus platform: Renesas RA Renesas Electronics Corporation, RA Release Notes To be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants