Generator Update 1.31
- RSS フィードを購読する
- 新着としてマーク
- 既読としてマーク
- ブックマーク
- 購読
- 印刷用ページ
- 不適切なコンテンツを報告
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.
ここにコメントを追加するには、ご登録いただく必要があります。 ご登録済みの場合は、ログインしてください。 ご登録がまだの場合は、ご登録後にログインしてください。