Skip to content
Stepan Snigirev edited this page Oct 22, 2019 · 2 revisions

Welcome to the micropython wiki!

Quick ref how to compile:

cd ports/stm32
make BOARD=STM32F469DISC USER_C_MODULES=../../../usermods
arm-none-eabi-objcopy -O binary build-STM32F469DISC/firmware.elf upy-f469disco.bin
Clone this wiki locally