-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
With MicroPython in LionsOS, it is a single component that can be configured to have various I/O access such as network, block, I2C, serial, timer, etc. Pretty much just serial and timer are the only required ones though, and so it is valid for users to decide what to connect to MicroPython.
Right now the way we figure out if MicroPython should connect to the network for example, we only do networking if the magic check fails, which is a hack.
The tooling should inject information about what a component is connected to in a more principled way.
Metadata
Metadata
Assignees
Labels
No labels