Generator Update on Apr, 22th

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

Generator Update on Apr, 22th

nxf47831
NXP Employee
NXP Employee
1 0 1,217

New features update:

  •  SDKGEN-924Support to automatically link secure and non-secure projects in Mcuxpresso IDE

        This feature supports to link trustzone projects. In MCUXpresso IDE, if you select a secure project or non-secure         project, the other trustzone paired project will be selected automatically.
        In order to enable the feature, "linked_project" need to be set for both projects.

        Here is an demo example:

                                   1.png

        For more detailed trustzone settings, please refer to yml data record guide doc. 

  •  SDKGEN-915Support to add preprocess cmd in cmakelist

        There is a requirement which needs to preprocess the original linker file with commands. For this reason, the         CMakeLists needs to call preprocesser.

        To add preprocess cmd in cmakelist file, need to add 2 flags in yml: 

           ○ preprocessed: give the path of preprocessed linker file
           ○ Prebuild: give commands to preprocess linker file
        Here is an example:

                        1.png

                        1.png