PY32_Docs icon indicating copy to clipboard operation
PY32_Docs copied to clipboard

Have IDE for codeing MCU ?

Open Witawat opened this issue 10 months ago • 1 comments

Have IDE for codeing MCU ?

Witawat avatar Apr 27 '25 12:04 Witawat

Keil MDK and EIDE (an extension for VSCode) are officially supported by Puya. You can download Keil Packs and other related files from their official website.

However, Keil MDK is Windows-only and not free. Another option is py32f0-cmake, which allows you to use VSCode, CLion, and other IDEs that support CMake.

PY32 is generic Cortex-M0 or M4 32-bit MCU. For the compiler, you can use Keil MDK (ARMCC), GCC, or Clang according to your preference, and choose IDEs that support these compilers.

decaday avatar Apr 28 '25 09:04 decaday