Updating micropython from 1.9.4 to 1.10

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
lnsri22
Posts: 75
Joined: Fri Aug 17, 2018 12:16 pm
Location: India

Updating micropython from 1.9.4 to 1.10

Post by lnsri22 » Thu Mar 14, 2019 12:04 pm

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!!
lnsri22 :)

Post Reply