Superset generation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Superset generation

nxf39066
NXP Employee
NXP Employee
2 1 2,341

If you need to create you own SuperSet, following steps should help you.

First of all you need mcu-sdk-2.0 repository with current submodules. Then you need to create some release config e.g. release_config.yml on you disk. Release config format can be found here. Devices, boards or kits names referenced in release config are case sensitive!

The last step is running SDK generator, this can be done with command: ruby2.4 mcu-sdk-2.0/bin/generator/sdk_generator/src/sdk_generator.rb --config /path/to/release_config.yml

After generating is finished, result can be find in location specified in release config.

1 コメント