New features in sdk generator.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

New features in sdk generator.

New features in sdk generator.

New features update:

  • SDKGEN-644 Give log message in debug level when some section do not meet dependency
    • Now user can easily get which component/application is not packed and the unpacked reason.

Generator will log info on terminal when doing the dependency analyze, user can easily get which application or component is not packed and why by setting the logger level to info which is '-l 1' like "ruby sdk_frdmk64f.rb -c superset -o -l 1" to get the log message such as:

Untitled picture.png

  • SDKGEN-619 The configuration section should support the require the component section
    • Now configuration section can require component section, previously the configuration sections can only require configuration sections. With this new feature, if some component sections are commonly required by all the applications of some boards/kits or some example sets, user can use one common configuration section to require them for once instead of maintaining them in every yml files' "__hierachy__", which can save a lot of effort of maintainance.
  • SDKGEN-604 Give error message when project data misses some required attributes
    • Generator now supports to check the required attributes and log on terminal if any attributes are missing. Here is the checklist:
      • brief.    It is a required attribute for CMSIS pack(schema).
      • version.    It is a required attribute for both manifest and CMSIS pack(schema).
      • category.     It is an optional attribute for manifest(schema).

Please update the ymls when you see these warns/errors which usually cause troubles in package use.

Here is one example:

Untitled picture.png

No ratings
Version history
Last update:
‎12-14-2018 12:23 AM
Updated by: