Page 1 of 1

IDE for micropython development

Posted: Tue Jun 08, 2021 2:58 pm
by katte82
HI all. I'm a firmware developer with a big experience in C / C++ programming of microprocessor like stm32, nrf and esp.
In general I use software like the Keil IDE for debug my code directly on the device.
There is a standard way or something like a standard ide for contribute in the develop and the debug of the micropython main code?
Thanks in advance.

Re: IDE for micropython development

Posted: Tue Jun 08, 2021 5:10 pm
by amirg
Hi,
As you are c developer so you can use vscode with micropython extension, but personally prefer to use Thonny IDE it is so handy in uploading and downloading python codes.

Re: IDE for micropython development

Posted: Tue Jun 08, 2021 7:30 pm
by katte82
Thanks for the advice.
To write python code I already use pyCharm, ide which I love.
I am looking for a C / C ++ ide, or a standard way for write / debug the code of micropython and perform ports of microprocessors not yet present in the main branch.