Generator Update on Mar,25th
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
New features update:
- KPSDK-26034components under components folder should be set "type". Newly added types are as following:
Abstraction Layer: abstraction_layer ------- Extensions of SDK drivers unifying API
Software Components: software_component ------- Pure SW components
Board Components: board_component ------ Drivers of on-board devices (drivers for devices on the evaluation boards)
- SDK generator support for XCC
SDKGEN-878Support RT600 manifest generation
SDKGEN-793Support DSP project with CMAKE for HIFI4
Xcc as a new toolchain has been supported in sdk generator and yml configure rule align with existent toolchains.
You can generate xcc project in two way if board supports this toolchain :
1. Add 'xcc' toolchain in release configure yml
2. Run batch with parameter -t xcc
Besides, there are some new features for xcc:
1. Support Cmake Variables, you can use '%{variable}' instead in yml and '%{variable}' will be translated to '${variable}' in cmakelist file
2. Create more than one binary file with speical options, and file's path could be translated to relative path.
For example: 3. Support to add target specific files, you can add targets for source file. For example:
And files will be added to cmakelist file as the way:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.