Skip to content

Commit

Permalink
updated deploy script with new hwconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
westlicht committed Apr 29, 2020
1 parent 5fd283c commit b5ff5a9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ items = [
{
'name': 'Hardware Configuration',
'srcs': [
'build/stm32/release/src/apps/hwconfig/hwconfig_dac8568a.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_default.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_reverse_encoder.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_invert_leds.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_reverse_encoder_invert_leds.hex'
'build/stm32/release/src/apps/hwconfig/hwconfig_invert-leds_dac8568a.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_invert-leds.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_reverse-encoder_dac8568a.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_reverse-encoder_invert-leds_dac8568a.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_reverse-encoder_invert-leds.hex',
'build/stm32/release/src/apps/hwconfig/hwconfig_reverse-encoder.hex'
],
'dst': 'hwconfig'
},
Expand Down

0 comments on commit b5ff5a9

Please sign in to comment.