-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
boards: arduino: uno_r4: Add ADC, PWM, I2C, SPI, and TRNG #85824
Conversation
cbfc8d9
to
bb5ee8b
Compare
ec366f2
to
086eb32
Compare
086eb32
to
dcf97ce
Compare
dcf97ce
to
8ae25ee
Compare
97b9406
to
a736742
Compare
a736742
to
8726dd7
Compare
8726dd7
to
d070ab5
Compare
I checked again and fixed the problem I found. Could you check again, please? |
}; | ||
fast@0 { |
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.
I think that it should be new line between these 2 lines.
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.
Fixed it.
tx-dtc; | ||
slow@0 { |
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.
I think that it should be new line between these 2 lines.
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.
Fixed it.
Add support for basic peripherals. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
d070ab5
to
6d2e000
Compare
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.