Lines Matching full:this
11 int "CPU Number this image targets"
16 Which native simulator microcontroller/CPU number is this image targeting.
17 This option is only applicable for targets which use the
21 int "Total number of MCUs this target has"
26 How many AMP MCUs does this target have in total.
34 This MCU will for example have its tests command line parameters presented
42 This option can be used to provide the native simulator with other MCUs/Cores images which have
44 So you can, for ex., use this application build to produce one core image, and at the same time
48 bool "Auto-start this MCU"
51 Automatically start the MCU this Zephyr image is built for during HW boot,
52 even if in other circumstances this MCU would not start automatically (for ex. because
54 If that MCU was, by HW design, going to start at HW boot anyhow, this option does nothing.
55 This option is meant to facilitate development.