Add Mod17 to nightly builds

This commit is contained in:
Fred 2022-09-26 19:34:43 +07:00 committed by Niccolò Izzo
parent 5ff74aaaa7
commit 28408fbdf8
2 changed files with 8 additions and 0 deletions

View File

@ -631,6 +631,13 @@ foreach t : targets
# Module17 also uses dfu-tool for flashing
elif name == 'openrtx_mod17'
# Wrap target for Module17 for consistency, same output as bin target
custom_target(name+'_wrap',
output : name+'_wrap',
input : exe,
command : [objcopy, '-O', 'binary', '@INPUT@', '@OUTPUT@'])
custom_target(name+'_flash',
input : bin,
output : name+'_flash',

View File

@ -61,6 +61,7 @@ TARGETS=(
"openrtx_mduv3x0_wrap"
"openrtx_gd77_wrap"
"openrtx_dm1801_wrap"
"openrtx_mod17_wrap"
)
#Preparation