Skip to content

Commit

Permalink
ci(arduino_ci): replace arduino builder by arduino-cli
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Oct 20, 2021
1 parent 1a106c6 commit 0a15bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/build/arduino-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def log_final_result():
print(output_dir)


# Set up specific options to customise arduino builder command
# Set up specific options to customise arduino-cli command
def get_fqbn(b_name):
if b_name in board_custom_fqbn and board_custom_fqbn[b_name]:
return board_custom_fqbn[b_name]
Expand All @@ -685,7 +685,7 @@ def get_fqbn(b_name):
return board_fqbn[b_name]


# Generate arduino builder basic command
# Generate arduino-cli basic command
def genBasicCommand(b_name):
cmd = []
cmd.append(arduino_cli)
Expand Down

0 comments on commit 0a15bdf

Please sign in to comment.