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

Minor Zephyr port features #11360

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

jadonk
Copy link
Contributor

@jadonk jadonk commented Apr 28, 2023

  • modzsensor: include a more complete list of sensor type constants
  • modusocket: add recvfrom function useful for broadcast UDP messages
  • mdns_service: add ability to broadcast mdns advertisements

@jadonk jadonk force-pushed the minor-zephyr-features branch 4 times, most recently from 880888f to 26bfc5e Compare April 28, 2023 04:27
}

if (recv_len == 0) {
return mp_const_empty_bytes;
Copy link
Member

Choose a reason for hiding this comment

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

I think in this case it should still return a tuple, like (b"", <addr>).

Copy link
Member

Choose a reason for hiding this comment

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

I made this changed during merge.

@dpgeorge
Copy link
Member

dpgeorge commented May 9, 2023

Thanks for the contribution! Apart from the above comment, these changes look good.

@projectgus
Copy link
Contributor

This is an automated heads-up that we've just merged a Pull Request
that removes the STATIC macro from MicroPython's C API.

See #13763

A search suggests this PR might apply the STATIC macro to some C code. If it
does, then next time you rebase the PR (or merge from master) then you should
please replace all the STATIC keywords with static.

Although this is an automated message, feel free to @-reply to me directly if
you have any questions about this.

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
@dpgeorge dpgeorge merged commit c211c05 into micropython:master Jun 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants