Add VESC model 60
This commit is contained in:
parent
48560242fd
commit
31564aa64f
2 changed files with 6 additions and 3 deletions
|
|
@ -24,13 +24,15 @@ stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
buildCommand = ''
|
||||
set -x
|
||||
cp -r $src bldc
|
||||
(
|
||||
cd bldc
|
||||
chmod +w .
|
||||
#make all_fw_package
|
||||
make fw_410
|
||||
make fw_410 fw_60
|
||||
)
|
||||
cp -r bldc/build/* $out
|
||||
mkdir -p $out
|
||||
find bldc
|
||||
cp --target-directory=$out --recursive bldc/build/*/*.{bin,hex}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ let
|
|||
<RCC>
|
||||
<qresource>
|
||||
<file>410.bin</file>
|
||||
<file>60.bin</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue