Lines Matching +full:no +full:- +full:mt
1 .. zephyr:code-sample:: minimal
15 * :file:`mt.conf`: Enable multithreading
16 * :file:`no-mt.conf`: Disable multithreading
17 * :file:`no-preempt.conf`: Disable preemption
18 * :file:`no-timers.conf`: Disable timers
19 * :file:`arm.conf`: Arm-specific disabling of features
29 * Reference ROM size: 7-8KB
31 .. zephyr-app-commands::
32 :zephyr-app: samples/basic/minimal
33 :host-os: unix
35 :build-dir: reel_board/mt/
36 :conf: "common.conf mt.conf arm.conf"
40 * Multithreading enabled, no preemption
42 * Reference ROM size: 7-8KB
44 .. zephyr-app-commands::
45 :zephyr-app: samples/basic/minimal
46 :host-os: unix
48 :build-dir: reel_board/mt-no-preempt/
49 :conf: "common.conf mt.conf no-preempt.conf arm.conf"
53 * Multithreading enabled, no preemption, timers disabled
55 * Reference ROM size: 3-4KB
57 .. zephyr-app-commands::
58 :zephyr-app: samples/basic/minimal
59 :host-os: unix
61 :build-dir: reel_board/mt-no-preempt-no-timers/
62 :conf: "common.conf mt.conf no-preempt.conf no-timers.conf arm.conf"
68 * Reference ROM size: 4-5KB
70 .. zephyr-app-commands::
71 :zephyr-app: samples/basic/minimal
72 :host-os: unix
74 :build-dir: reel_board/no-mt/
75 :conf: "common.conf no-mt.conf arm.conf"
81 * Reference ROM size: 2-3KB
83 .. zephyr-app-commands::
84 :zephyr-app: samples/basic/minimal
85 :host-os: unix
87 :build-dir: reel_board/no-mt-no-timers/
88 :conf: "common.conf no-mt.conf no-timers.conf arm.conf"