Home
last modified time | relevance | path

Searched refs:detect_boards (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/targets/stm32f429i-disc1/py/stm32f429i_disc1_utils/
Dstm32f429i_detector.py36 def detect_boards() -> list: function
67 boards = detect_boards()
D__init__.py19 from stm32f429i_disc1_utils.stm32f429i_detector import detect_boards
Dunit_test_server.py69 boards = stm32f429i_detector.detect_boards()
Dunit_test_runner.py252 boards = stm32f429i_detector.detect_boards()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dteensy_detector.py58 def detect_boards(arduino_package_path=False) -> list: function
120 boards = detect_boards()
Dunit_test_server.py89 boards = teensy_detector.detect_boards(arduino_package_path)
Dunit_test_runner.py242 boards = teensy_detector.detect_boards(arduino_package_path)