-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
CI: Add peripheral manager test #8811
Conversation
@SuGlider Feel free to use this to test the RMT bug. |
86fd9bb
to
7bec446
Compare
d119085
to
9c37020
Compare
f94d8ec
to
0b1616e
Compare
1268669
to
8208a5c
Compare
8208a5c
to
63d8912
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.
LGTM!
pinMode(uart1_rx_pin, INPUT_PULLUP); | ||
pinMode(uart1_tx_pin, OUTPUT); |
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.
Just a comment, we should commit the gpio_reset_pin
to not need this. As its always detaching peripheral for GPIO and then using the UART.
Description of Change
This PR aims to implement a test for the peripheral manager on the CI.
Tests scenarios
Tested locally with all DevKits.