We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928433f commit d911dc9Copy full SHA for d911dc9
docs/shared_bindings_matrix.py
@@ -162,7 +162,7 @@ def support_matrix_by_board(use_branded_name=True):
162
settings = get_settings_from_makefile(str(port_dir), entry.name)
163
164
if use_branded_name:
165
- with open(os.path.join(entry.path, "mpconfigboard.h")) as get_name:
+ with open(entry / "mpconfigboard.h") as get_name:
166
board_contents = get_name.read()
167
board_name_re = re.search(r"(?<=MICROPY_HW_BOARD_NAME)\s+(.+)",
168
board_contents)
0 commit comments