fix ci build for rp2040
This commit is contained in:
@@ -98,13 +98,13 @@ def build_size(example, board):
|
|||||||
def skip_example(example, board):
|
def skip_example(example, board):
|
||||||
ex_dir = 'examples/' + example
|
ex_dir = 'examples/' + example
|
||||||
|
|
||||||
# family.mk
|
# family CMake
|
||||||
board_mk = 'hw/bsp/{}/family.mk'.format(family)
|
|
||||||
|
|
||||||
# family.cmake
|
|
||||||
if not os.path.exists(board_mk):
|
|
||||||
board_mk = 'hw/bsp/{}/family.cmake'.format(family)
|
board_mk = 'hw/bsp/{}/family.cmake'.format(family)
|
||||||
|
|
||||||
|
# family.mk
|
||||||
|
if not os.path.exists(board_mk):
|
||||||
|
board_mk = 'hw/bsp/{}/family.mk'.format(family)
|
||||||
|
|
||||||
with open(board_mk) as mk:
|
with open(board_mk) as mk:
|
||||||
mk_contents = mk.read()
|
mk_contents = mk.read()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user