Replies: 3 comments 2 replies
-
In the Makefile for a native module, you can:
This can, in theory, be used to incorporate code from other projects, including that which refers to hardware functionality. |
Beta Was this translation helpful? Give feedback.
-
An option would be calling into Python, see https://github.com/orgs/micropython/discussions/17360 for some discussion of that |
Beta Was this translation helpful? Give feedback.
-
MicroPython can be used as part of a bigger program using the embedding.
See the embed examples in the repository.
It would be possible to create an esp-idf component around this.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is it possible to insert esp-idf components in nadmod project ?
(https://github.com/micropython/micropython/tree/master/examples/natmod)
for example, to call esp_.... functions in the projet ?
Beta Was this translation helpful? Give feedback.
All reactions