Home
last modified time | relevance | path

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

1234

/external/autotest/site_utils/stable_images/
Dassign_stable_images_unittest.py37 boards = ['auron_paine', 'coral']
76 boards = set()
78 boards.add(afe_board)
83 afe_versions, omaha_versions, boards)
106 boards = set(['a', 'b'])
112 afe_versions, {}, boards)
127 boards = set(['a'])
131 omaha_versions = {b: self._VERSIONS[j] for b in boards}
133 afe_versions, omaha_versions, boards)
147 boards = set(['a'])
[all …]
/external/pigweed/targets/stm32f429i-disc1/py/stm32f429i_disc1_utils/
Dstm32f429i_detector.py38 boards = []
42 boards.append(
45 return boards
67 boards = detect_boards()
68 if not boards:
70 for idx, board in enumerate(boards):
Dunit_test_server.py69 boards = stm32f429i_detector.detect_boards()
70 if not boards:
75 _LOG.debug('Found %d attached devices', len(boards))
76 for board in boards:
Dunit_test_runner.py252 boards = stm32f429i_detector.detect_boards()
253 if not boards:
257 stlink_serial = boards[0].serial_number
258 port = boards[0].dev_name
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dteensy_detector.py77 boards = []
106 boards.append(
112 return boards
120 boards = detect_boards()
121 if not boards:
123 for idx, board in enumerate(boards):
Dunit_test_server.py89 boards = teensy_detector.detect_boards(arduino_package_path)
90 if not boards:
95 _LOG.debug('Found %d attached devices', len(boards))
96 for board in boards:
Dunit_test_runner.py242 boards = teensy_detector.detect_boards(arduino_package_path)
243 if not boards:
247 test_runner_args += boards[0].test_runner_args()
248 upload_tool = boards[0].arduino_upload_tool_name
250 port = boards[0].dev_name
/external/arm-trusted-firmware/docs/plat/
Dhikey.rst4 HiKey is one of 96boards. Hisilicon Kirin6220 processor is installed on HiKey.
21 `link <https://github.com/96boards-hikey/edk2/tree/testing/hikey960_v2.5>`__
24 `link <https://github.com/96boards-hikey/OpenPlatformPkg/tree/testing/hikey960_v1.3.4>`__
27 `link <https://github.com/96boards-hikey/l-loader/tree/testing/hikey960_v1.2>`__
30 `link <https://github.com/96boards-hikey/atf-fastboot/tree/master>`__
42 git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5
43 git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4
44 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
45 git clone https://github.com/96boards-hikey/atf-fastboot
136 …s. All aosp or debian images could be fetched from `link <http://releases.linaro.org/96boards/>`__.
[all …]
Dhikey960.rst4 HiKey960 is one of 96boards. Hisilicon Hi3660 processor is installed on HiKey960.
21 `link <https://github.com/96boards-hikey/edk2/tree/testing/hikey960_v2.5>`__
24 `link <https://github.com/96boards-hikey/OpenPlatformPkg/tree/testing/hikey960_v1.3.4>`__
27 `link <https://github.com/96boards-hikey/l-loader/tree/testing/hikey960_v1.2>`__
39 git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5
40 git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4
41 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
120 `link <https://github.com/96boards-hikey/tools-images-hikey960>`__
178 - Reference `link <https://github.com/96boards-hikey/tools-images-hikey960/blob/master/build-from-…
180 .. _link: https://www.96boards.org/documentation/consumer/hikey/hikey960
Drz-g2.rst22 | hihope-rzg2h | "96 boards" compatible board from Hoperun equipped with Renesas RZ/G2H SoC |
26 | hihope-rzg2m | "96 boards" compatible board from Hoperun equipped with Renesas RZ/G2M SoC |
30 | hihope-rzg2n | "96 boards" compatible board from Hoperun equipped with Renesas RZ/G2N SoC |
34 | ek874 | "96 boards" compatible board from Silicon Linux equipped with Renesas RZ/G2E SoC |
39 `boards info <https://www.renesas.com/us/en/products/rzg-linux-platform/rzg-marcketplace/board-solu…
Dsynquacer.rst5 Cortex-A53. The Developerbox, of 96boards, is a platform that contains this
116 .. _link: https://www.96boards.org/product/developerbox/
117 .. _board recovery method: https://www.96boards.org/documentation/enterprise/developerbox/installat…
/external/mesa3d/docs/ci/
DLAVA.rst5 of boards including deploying custom bootloaders and kernels. This is
9 boards when mistakes are made (kernel oopses, OOMs that take out
22 The LAVA instance manages scheduling those jobs to the boards present.
30 some boards booting using test jobs. Start with the stock QEMU
32 to define your actual boards.
36 ``/etc/lava-dispatcher/device-types``. You create your boards under
38 Instantiate your boards by creating them in the UI or at the command
44 and some public images, and figure out how to get your boards booting.
Dbare-metal.rst5 connected to potentially multiple bare-metal boards that run tests of
27 The boards need to be able to have a kernel/initramfs supplied by the
31 The boards should have networking, so that we can extract the dEQP .xml
37 For servo-connected boards, we can use the EC connection for power
109 Once you've added your boards, you're going to need to add a little
111 ``concurrent = <number of boards>`` at the top ("we should have up to
/external/autotest/site_utils/admin_audit/
Dservo_updater.py257 boards=None, argument
266 if boards is None:
267 boards = []
278 if len(boards) > 0 and board not in boards:
/external/autotest/client/common_lib/
Dandroid_utils.py77 boards = cls.board_name_map.get(product, None)
78 if boards:
79 return boards[0]
/external/autotest/server/site_tests/firmware_Cr50RddG3/
Dcontrol.faft_cr50_tot17 Some boards always detect Rdd is connected when the EC is in hibernate. Add a
18 test to detect this, so we know the behavior of current boards and we can
19 prevent new boards from being released with this issue.
/external/dtc/tests/
Dtest_kernel_dts11 my @boards = (
49 foreach my $board (@boards) {
/external/autotest/server/site_tests/autoupdate_StatefulCompatibility/
Dcontrol.kernel_transition18 -kernelnext boards. Any board that declares USE=kernel-transition will attempt
19 to run this test. For boards in the form "<board>-kernelnext" this test will
20 search for an image matching "<board>". For boards in any other form this test
/external/autotest/server/site_tests/firmware_Cr50WPG3/
Dcontrol19 test will detect this behavior, so we can fix it on new boards and track it on
20 existing boards.
Dcontrol.faft_cr50_tot17 test will detect this behavior, so we can fix it on new boards and track it on
18 existing boards.
/external/autotest/test_suites/
Dcontrol.usb_detect_stress17 This suite is meant to cover boards on different kernel version
18 for ARM and non-ARM boards. USB detection tests will be exercizing
Dcontrol.usb_detect17 This suite is meant to cover boards on different kernel version
18 for ARM and non-ARM boards. USB detection tests will be exercizing
Dcontrol.chameleon_audio_unstable15 Audio tests which require chameleon and audio boards connected.
16 The Audio and Chameleon boards can emulate audio jack audio activity
/external/autotest/server/site_tests/firmware_Cr50TpmManufactured/
Dcontrol20 This test can be used to find bad boards and possibly find issues with Cr50
23 boards in the lab.
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/
Decm3531_makefile.inc79 -I$(ETA_SDK)/ecm3531/boards/eta_evb/projects/m3/common/inc/ \
85 -I$(ETA_SDK)/ecm3531/boards/eta_evb/eta_bsp/inc
96 $(wildcard $(ETA_SDK)/ecm3531/boards/eta_evb/projects/m3/common/src/*.c) \

1234