Generator Update on Mar,25th

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

Generator Update on Mar,25th

nxf47831
NXP Employee
NXP Employee
0 0 1,200

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)

1.png

 

  • 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:1.png           3.  Support to add target specific files, you can add targets for source file. For example:

1.png                And files will be added to cmakelist file as the way:

1.png