Micro Python on some mbed enabled boards?

17 Aug 2014

Micro Python - http://micropython.org is a Python 3 implementation that runs on some microcontrollers (in case of pyboard it is STM32F405RGT6). Bit like pymite, but newer and "it works" on pyboard. I've noticed that some ST Nucleo boards use very similar STM32 Cortex M4 chips. So is it possible to get MicroPython running on those boards? (maybe even some NXP chips too?)

30 Nov 2014

Hi Piotr,

here is a initial porting on a nucleof401/4x1RE: https://github.com/nuraci/micropython

if you are interested , here is a open discussion: http://forum.micropython.org/viewtopic.php?f=3&t=422