New features update:
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)
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:
只有注册用户才能在此添加评论。 如果您已经注册,请登录。 如果您还没有注册,请注册并登录。