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/native: fix native_async_read_remove_handler() + enable all baudrates #20368

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

derMihai
Copy link
Contributor

Contribution description

Fix previous PR.

Issues/PRs references

#20365

@github-actions github-actions bot added Platform: native Platform: This PR/issue effects the native platform Area: cpu Area: CPU/MCU ports labels Feb 10, 2024
@@ -135,7 +135,6 @@ int uart_init(uart_t uart, uint32_t baudrate, uart_rx_cb_t rx_cb, void *arg)
case 57600: speed = B57600; break;
case 115200: speed = B115200; break;
case 230400: speed = B230400; break;
#if __linux__
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Some of these baudrates were already included unconditionally (e.g. 115200) so I think it's safe to assume they are available everywhere.

@benpicco benpicco added Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Feb 10, 2024
@riot-ci
Copy link

riot-ci commented Feb 10, 2024

Murdock results

✔️ PASSED

fc3d0d8 cpu/native: fix native_async_read_remove_handler() + enable all baudrates

Success Failures Total Runtime
9996 0 9996 10m:40s

Artifacts

@benpicco benpicco added this pull request to the merge queue Feb 10, 2024
Merged via the queue into RIOT-OS:master with commit 0723d2f Feb 10, 2024
29 checks passed
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.04 milestone Apr 30, 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 CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer Platform: native Platform: This PR/issue effects the native platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants