Home
last modified time | relevance | path

Searched refs:plan (Results 1 – 25 of 25) sorted by relevance

/Zephyr-Core-3.6.0/scripts/tests/twister/
Dconftest.py61 plan = TestPlan(env)
62 plan.parse_configuration(config_file=env.test_config)
63 return plan
79 plan = TestPlan(class_testplan.env)
80 plan.parse_configuration(config_file=class_testplan.env.test_config)
81 plan.add_configurations()
82 return plan.platforms
Dtest_testplan.py61 plan = TestPlan(class_env)
62 plan.parse_configuration(config_file=class_env.test_config)
64 plan.add_configurations()
65 assert sorted(plan.default_platforms) == sorted(['demo_board_1', 'demo_board_3'])
67 plan.add_configurations()
68 assert sorted(plan.default_platforms) != sorted(['demo_board_1'])
73 plan = class_testplan
74 plan.testsuites = all_testsuites_dict
89 assert sorted(plan.get_all_tests()) == sorted(expected_tests)
93 plan = class_testplan
[all …]
/Zephyr-Core-3.6.0/doc/project/
Dproposals.rst25 A request or plan to port an existing feature or enhancement to a particular
69 plan is a tactical document designed to capture and track the features planned
72 - The project roadmap communicates the why; a release plan details the what
73 - A release plan spans only a few months; a product roadmap might cover a year
84 can help the project present its plan in a compelling way to existing and new
87 they are still executing according to plan.
96 The release plan comes into play when the project roadmap's high-level strategy
97 is translated into an actionable plan built on specific features, enhancements,
100 The release plan communicates those features and enhancements slated for your
102 project plan, breaking the big ideas down into smaller projects the community
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dreports.py20 def __init__(self, plan, env) -> None: argument
21 self.plan = plan #FIXME
22 self.instances = plan.instances
23 self.platforms = plan.platforms
24 self.selected_platforms = plan.selected_platforms
25 self.filtered_platforms = plan.filtered_platforms
495 Fore.YELLOW if self.plan.warnings else Fore.RESET,
496 self.plan.warnings,
/Zephyr-Core-3.6.0/scripts/footprint/
Dtrack.py27 with open(args.plan) as csvfile:
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/
DREADME.rst8 If you plan to use this plugin with Twister, then you don't need to install it
/Zephyr-Core-3.6.0/doc/hardware/cache/
Dindex.rst19 set whether we plan to support and use the caches in Zephyr or not.
/Zephyr-Core-3.6.0/subsys/net/ip/
DKconfig.ipv689 of memory so you need to plan this and increase the network buffer
/Zephyr-Core-3.6.0/doc/develop/test/
Dtwister.rst1283 A plan to be used verifying basic zephyr features.
1286 A plan to be used verifying unit test.
1289 A plan to be used verifying integration.
1292 A plan to be used verifying acceptance.
1295 A plan to be used verifying system.
1298 A plan to be used verifying regression.
/Zephyr-Core-3.6.0/boards/arm/s32z270dc2_r52/doc/
Dindex.rst156 Follow the installation steps of the debug tool you plan to use before loading
/Zephyr-Core-3.6.0/boards/x86/acrn/doc/
Dindex.rst154 If you plan to run Zephyr with one CPU only, you can skip it.
/Zephyr-Core-3.6.0/doc/contribute/
Dexternal.rst117 migration plan.
/Zephyr-Core-3.6.0/boards/xtensa/intel_adsp_cavs25/doc/
Dintel_adsp_generic.rst52 Note that if you plan to use SOF on your board, you will need to build and
Dchromebooks_adsp.rst57 plan on a strategy that can tolerate data loss on the device you're
/Zephyr-Core-3.6.0/doc/safety/
Dsafety_overview.rst69 includes the identification of safety requirements, the development of a safety plan, and the
/Zephyr-Core-3.6.0/scripts/
Dspelling.txt1121 paln||plan
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.2.rst1229 …thub:`6562` - Question: Is QP™ Real-Time Frameworks/RTOS or libev supported in Zephyr? Or any plan?
1231 * :github:`6496` - Question: Is dynamical module loader supported in Zephyr? Or any plan?
Drelease-notes-2.0.rst1451 * :github:`6817` - Question: Is supported for stack sharing among tasks in Zephyr? Or any plan?
1452 * :github:`6816` - Question: Is KProbes supported in Zephyr? Or any plan?
Drelease-notes-1.12.rst455 * :github:`6657` - Question: Is Bluetooth avrcp supported in Zephyr? Or any plan?
Drelease-notes-2.5.rst1336 * :github:`30178` - Is there any plan to support NXP RT600 HIFI4 DSP in the zephyr project?
1953 * :github:`6818` - Question: Is Lightweight OpenMP implementation supported in Zephyr? Or any plan?
Drelease-notes-2.7.rst1971 * :github:`6657` - Question: Is Bluetooth avrcp supported in Zephyr? Or any plan?
Drelease-notes-2.4.rst1210 * :github:`27249` - Is there any development plan for supporting RPL stack ?
Drelease-notes-3.1.rst1706 * :github:`43430` - Is there any plan to develop zephyr to mircrokenrel architecture?
/Zephyr-Core-3.6.0/doc/security/
Dsecurity-overview.rst607 hardware platform), a suitable VA plan shall be created and executed.
/Zephyr-Core-3.6.0/doc/contribute/coding_guidelines/
Dindex.rst159 …ei.cmu.edu/confluence/display/c/STR01-C.+Adopt+and+implement+a+consistent+plan+for+managing+string…