Generator Update 1.31
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
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:
- 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.