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

cpu/sam0/uart: implement uart_pin_cts()/uart_pin_rts() #20171

Merged
merged 2 commits into from Dec 13, 2023

Conversation

benpicco
Copy link
Contributor

Contribution description

Just like uart_pin_tx()/uart_pin_rx() we want to have a function to query the RTS/CTS pins.

Testing procedure

Issues/PRs references

@github-actions github-actions bot added Platform: ARM Platform: This PR/issue effects ARM-based platforms Area: drivers Area: Device drivers Area: cpu Area: CPU/MCU ports labels Dec 12, 2023
Copy link
Member

@dylad dylad left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Dec 13, 2023
@riot-ci
Copy link

riot-ci commented Dec 13, 2023

Murdock results

✔️ PASSED

6b86e27 cpu/sam0/uart: implement uart_pin_cts()/uart_pin_rts()

Success Failures Total Runtime
8082 0 8082 10m:53s

Artifacts

@benpicco benpicco added this pull request to the merge queue Dec 13, 2023
Merged via the queue into RIOT-OS:master with commit ebf07d5 Dec 13, 2023
27 checks passed
@benpicco benpicco deleted the uart_pin_cts branch December 13, 2023 16:13
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.01 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: cpu Area: CPU/MCU ports Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: ARM Platform: This PR/issue effects ARM-based platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants