Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.7.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.7.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
Dtsc.rst68 Collaborate with the release manager and other stakeholders to plan and
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dreports.py31 def __init__(self, plan, env) -> None: argument
32 self.plan = plan #FIXME
33 self.instances = plan.instances
34 self.platforms = plan.platforms
35 self.selected_platforms = plan.selected_platforms
36 self.filtered_platforms = plan.filtered_platforms
40 self.instance_fail_count = plan.instance_fail_count
579 Fore.YELLOW if self.plan.warnings else Fore.RESET,
580 self.plan.warnings,
/Zephyr-Core-3.7.0/scripts/footprint/
Dtrack.py27 with open(args.plan) as csvfile:
/Zephyr-Core-3.7.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.7.0/doc/hardware/cache/
Dindex.rst19 set whether we plan to support and use the caches in Zephyr or not.
/Zephyr-Core-3.7.0/doc/develop/test/
Dtwister.rst1382 A plan to be used verifying basic zephyr features.
1385 A plan to be used verifying unit test.
1388 A plan to be used verifying integration.
1391 A plan to be used verifying acceptance.
1394 A plan to be used verifying system.
1397 A plan to be used verifying regression.
/Zephyr-Core-3.7.0/subsys/net/ip/
DKconfig.ipv696 of memory so you need to plan this and increase the network buffer
/Zephyr-Core-3.7.0/boards/nxp/s32z2xxdc2/doc/
Dindex.rst156 Follow the installation steps of the debug tool you plan to use before loading
/Zephyr-Core-3.7.0/boards/acrn/acrn/doc/
Dindex.rst154 If you plan to run Zephyr with one CPU only, you can skip it.
/Zephyr-Core-3.7.0/doc/contribute/
Dexternal.rst117 migration plan.
/Zephyr-Core-3.7.0/boards/intel/adsp/doc/
Dintel_adsp_generic.rst50 Note that if you plan to use SOF on your board, you will need to build and
Dchromebooks_adsp.rst55 plan on a strategy that can tolerate data loss on the device you're
/Zephyr-Core-3.7.0/doc/safety/
Dsafety_overview.rst69 includes the identification of safety requirements, the development of a safety plan, and the
/Zephyr-Core-3.7.0/scripts/
Dspelling.txt1136 paln||plan
/Zephyr-Core-3.7.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?
/Zephyr-Core-3.7.0/doc/security/
Dsecurity-overview.rst605 hardware platform), a suitable VA plan shall be created and executed.
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst1248 discuss and plan the development of LE Audio in Zephyr. You can find the time of the meetings by
/Zephyr-Core-3.7.0/doc/contribute/coding_guidelines/
Dindex.rst166 …ei.cmu.edu/confluence/display/c/STR01-C.+Adopt+and+implement+a+consistent+plan+for+managing+string…

12