Generator Update 1.31

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

Generator Update 1.31

nxf47831
NXP Employee
NXP Employee
1 0 793

New features updates:

  • SDKGEN-778 Support to dump minimum merged yml information without generating all IDE projects by passing parameter “-d”

       To quickly parse SDK examples list for the special board then create CI test scope, you can get a minimum merged         yaml information that dumped by SDK generator script with "-d" parameter.

       The minimum information include:

  • All "document" node info
  • "outdir" info
  • Simplified toolchains and configurations supporting list
  • "section-type" and "required" info

        Here is the running example:

1_31.png

 

  • SDKGEN-744 Enable c++ library project generation for armgcc and mcux

       C++ library project generation is supported for armgcc and Mcuxpresso toolchain by passing parameter "-x" to                 batch scripts:

  • For armgcc, you can configure cx-flag, cx-define and cx-include in yaml files
  • For mcuxpresso, you can configure cx-flags, cx-define and mcux-include in yaml files

      Just for a kind reminder, a mcux template is provided which is located in bin/generator/templates/mcux/cpplibproject/ and should be set under project-templates tag in yaml if you need to generate a c++ library project.

Tags (1)