New features update:
Variables will update periodically if View – Periodic Window Update is selected when debugging. To enable or disable this option, a tag named "periodic_update" should be set in yml. Besides, a .uvoptx template file must be set, or this setting can not take effect.
For example:
There are two kinds of heap and stack placement styles can be set in Mcuxpresso:
i. MCUXpresso Style
ii. LPCXpresso Style
To set this option, a tag named heap_stack_placement should be added in yml. "MCUXpresso Style" is set by default, therefore the yml setting can be omitted for this style.
For example:
Now release owners/middleware developers can directly generate webdata.xml to check whether its content especially the dependency between middlewares is correct or not.
There are 2 ways:
i. From batch, using command line argument "-c webdata"
ii. From release config yml, add output type webdata.
This feature can speed up webdata.xml generation by skip examples, manifest and superset generation.
Here is an example by running batch command: ruby sdk_frdmk64f.yml -c webdata
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.