-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
tests: uart: esp32: Test configuration #81159
base: main
Are you sure you want to change the base?
Conversation
339219f
to
a2f11b5
Compare
845ddf4
845ddf4
to
8824756
Compare
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.
Since you are amending the changes, please leave the whitespace changes out of functional changes. This will make future reviewing (and git log/show) of code easier to understand.
8824756
to
6217647
Compare
6217647
to
b5a78c2
Compare
367c6b5
to
32513c7
Compare
hi @dcpleung, in the last commits I reverted the non-functional changes for the |
32513c7
to
7d76833
Compare
7d76833
to
db6e5b5
Compare
Add option (BAUDRATE_FROM_DTS) to get baudrate value from device tree, for devices which differ from standard (115200). Signed-off-by: Raffael Rostagno <[email protected]>
Return standard baudrate on a uart_config_get call instead of rough calculated numbers. Signed-off-by: Raffael Rostagno <[email protected]>
Add test configuration for ESP32 devices. Signed-off-by: Raffael Rostagno <[email protected]>
db6e5b5
to
b636af1
Compare
Add file configs for ESP32 devices for CI testing.
Get baudrate from device tree for
uart_basic_api
anduart_elementary
tests.Fix esp32 uart driver function
uart_get_config
to return standard baudrate value.