Configuration in .ioc file meaning ? (Locked, in NVIC :true\:false, etc)
Hi all,
Comparing my old .ioc project (based on former version of cubeMX) and a fresh new .ioc I found those differences:

but I see no difference in the CubeMX interface NVIC.
Does someone know at what parameters corresponds each filed of line like this:
NVIC.DMA1_Channel4_5_6_7_IRQn=true\:0\:0\:false\:false\:true\:false\:true ?
In this old version I also had some IO with Locked=true attribute, for example in old .ioc file: "PA10.Locked=true"
In new version I have PA13.Locked=true, PA14.Locked=true and PA15.Locked=true but not in the previous one.
I see no functional difference but I'd like to understand what have changed?
One last difference noticed:
old: ProjectManager.CompilerOptimize=2
new: ProjectManager.CompilerOptimize=6
Do you know if this can have impact ?
Any documentation explaining all this?
Have a good day,
