submodule status is strange.

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
forester3
Posts: 22
Joined: Sat Oct 21, 2017 5:01 am

submodule status is strange.

Post by forester3 » Thu Aug 02, 2018 5:40 am

Hi,

I usuallly use "git submodule update --init" to update submodule.
But submodule status is strange.

9b3092eb3b4b230a63c0c389bfbd3c55682c620f axtls (heads/master-35-g9b3092e)
35aaec4418ad78628a3b935885dd189d41ce779b berkeley-db-1.xx (remotes/origin/embedded)
e9de7e35f2339598b16cbb375f9992643ed81209 libffi (v3.2.1-146-ge9de7e3)
92f23d6ca0971a32f2085b9480e738d34174417b lwip (STABLE-2_0_3_RELEASE)
293f553ed9551c1fdfd05eac48e75bbdeb4e7290 nrfx (v1.1.0)
d2bcfda543d3b99361e44112aca929225bdcc07f stm32lib (F4-1.16.0+F7-1.7.0+L4-1.8.1-7-gd2bcfda)

What should I do to update submodules latest?

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: submodule status is strange.

Post by Roberthh » Thu Aug 02, 2018 1:00 pm

If it works (=compiles and builds), don't touch it.

forester3
Posts: 22
Joined: Sat Oct 21, 2017 5:01 am

Re: submodule status is strange.

Post by forester3 » Thu Aug 02, 2018 1:28 pm

Thank you for your answer.
Does stm32lib have old tag? Is that no problem?

Post Reply