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 30b1f7d commit b8fdb89Copy full SHA for b8fdb89
make.py
@@ -264,6 +264,9 @@ def create_lvgl_header():
264
get_submodules()
265
266
if custom_board_path is not None:
267
+ if custom_board_path.endswith('/'):
268
+ custom_board_path = custom_board_path[:-1]
269
+
270
board_name = os.path.split(custom_board_path)[-1]
271
dst_path = f'lib/micropython/ports/{target}/boards/{board_name}'
272
if os.path.exists(dst_path):
0 commit comments