-
Notifications
You must be signed in to change notification settings - Fork 109
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
Fix driver usage of ports #1470
Fix driver usage of ports #1470
Conversation
There are also some cases of |
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.
Marking this as "request changes" to avoid any accidental merge.
c2e099d
to
2475a66
Compare
8e398d6
to
2a9280d
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.
Just a warning message should be updated, everything else is perfect.
2a9280d
to
9b6b02b
Compare
fa056ed
to
e2cb90b
Compare
- Fix i2c and spi esp32 native code to use ports - Fix `whereis/1` and `register/2` to work with ports - Fix specifications related to ports - Fix documentation of `register/2` Signed-off-by: Paul Guyot <pguyot@kallisys.net>
e2cb90b
to
af32e12
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.
This is fantastic. It looks like you found a lot more places that needed updating in the erlang sources than just the spi case that I was aware of.
whereis/1
andregister/2
to work with portsregister/2
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later