Create a virtual PHY peripheral, to handle initialization. #2221
Frostie314159
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, there is no virtual peripheral for the PHY. This is fine, as long as only one module is in use, since
register_chipv7_phy
will only be called once. If for example,esp-wifi
andesp-ieee802154
were to be used simultaneously (through some currently not existing coex mechanism),register_chipv7_phy
might be called more than once.I think, that having such a peripheral would be nice to have, and clean up a lot of code in
esp-wifi
.Beta Was this translation helpful? Give feedback.
All reactions