Page 1 of 1

Updating micropython from 1.9.4 to 1.10

Posted: Thu Mar 14, 2019 12:04 pm
by lnsri22
Hello Everyone!!

I have deployed micropython (1.9.4) in my custom hw using stm32f405 series controllers (I'm basically using STM32 port).

I have modified so many source files in the project to implement various functionalities and features (mostly python scripts in 'drivers' directory and have altered some 'c' files in the prokect(eg main.c, flashbdev.c etc).

What steps should I execute in order to update my micropython version to 1.10 without losing the changes that I have done.

Also from now-onwards , I am planning to use a forked copy of the repo so that I could get the updates as and when a change is pushed to remote by other open-source contributors. How could I get this done?

Any help is greatly appreciated!!