Embedding Micropython in a standalone C application (micropython/examples/embedding )

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
robdobson
Posts: 6
Joined: Mon Sep 28, 2020 9:23 am

Re: Embedding Micropython in a standalone C application (micropython/examples/embedding )

Post by robdobson » Thu Nov 12, 2020 1:14 pm

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/

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Embedding Micropython in a standalone C application (micropython/examples/embedding )

Post by jimmo » Thu Nov 12, 2020 8:37 pm

robdobson wrote:
Thu Nov 12, 2020 1:14 pm
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/
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
Posts: 6
Joined: Mon Sep 28, 2020 9:23 am

Re: Embedding Micropython in a standalone C application (micropython/examples/embedding )

Post by robdobson » Tue Jun 07, 2022 3:42 pm

Just noticed this and yes, it is great!

Post Reply