Embedding Micropython in a standalone C application (micropython/examples/embedding )
Re: Embedding Micropython in a standalone C application (micropython/examples/embedding )
I know this is an old thread but I thought I'd mention that I've posted an article on embedding Micropython into an existing ESP32 IDF project in case anyone is interested. https://robdobson.com/2020/11/embedding ... -on-esp32/
Re: Embedding Micropython in a standalone C application (micropython/examples/embedding )
hi Rob, just in case you haven't seen it, https://github.com/micropython/micropython/pull/6473 which adds CMake support to MicroPython's ESP32 build might be relevant to you.robdobson wrote: ↑Thu Nov 12, 2020 1:14 pmI know this is an old thread but I thought I'd mention that I've posted an article on embedding Micropython into an existing ESP32 IDF project in case anyone is interested. https://robdobson.com/2020/11/embedding ... -on-esp32/
Re: Embedding Micropython in a standalone C application (micropython/examples/embedding )
Just noticed this and yes, it is great!