Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/
Dcheck_board_header.py56 expected_board_detection = re.sub(r"\W", "_", expected_include_suggestion.split("/")[-1].upper()[:-… variable
362 … if name.endswith(expected_board_detection) or expected_board_detection.endswith(name):
365 …ection #define {} should end with {}".format(board_header, lineno, name, expected_board_detection))
500 if not has_board_detection and expected_board_detection != "NONE":
501 …n("{} has no board-detection #define (expected {})".format(board_header, expected_board_detection))