Skip to content

Conversation

soburi
Copy link
Member

@soburi soburi commented Aug 23, 2025

Since Arduino's delayMicroseconds is implemented as a busy loop,
we change it to using k_busy_wait to improve compatibility.

@DhruvaG2000 DhruvaG2000 self-requested a review September 7, 2025 18:00
@DhruvaG2000
Copy link
Member

CI failures are related to some boards being renamed?

Since Arduino's `delayMicroseconds` is implemented as a busy loop,
we change it to using `k_busy_wait` to improve compatibility.

Signed-off-by: TOKITA Hiroshi <[email protected]>
Reformatting indentation for `delay` and `millis`.

Signed-off-by: TOKITA Hiroshi <[email protected]>
@soburi
Copy link
Member Author

soburi commented Sep 7, 2025

CI failures are related to some boards being renamed?

#135 will fix all failures.

@DhruvaG2000 DhruvaG2000 merged commit 61dbac2 into zephyrproject-rtos:next Sep 10, 2025
3 checks passed
@soburi soburi deleted the busy_delay_ms branch September 10, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants