mirror of https://github.com/probonopd/MiniDexed
Add USB Gadget Device support (#567)
* Initial attempt to include USB Gadget Mode as a configuration option. Note: Also requires a move to the latest release of circle. * Set "official" (as allocated from pid.codes) USB vendor and device ID for MiniDexedswitch_perf_dir
parent
c5c4e13814
commit
258a456d40
@ -1,15 +1,24 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
set -ex |
set -ex |
||||||
|
# |
||||||
|
# Update top-level modules as a baseline |
||||||
git submodule update --init --recursive |
git submodule update --init --recursive |
||||||
|
# |
||||||
|
# Use fixed master branch of circle-stdlib then re-update |
||||||
cd circle-stdlib/ |
cd circle-stdlib/ |
||||||
git checkout e318f89 # Needed to support Circle develop? |
git checkout 695ab4a |
||||||
|
git submodule update --init --recursive |
||||||
cd - |
cd - |
||||||
|
# |
||||||
|
# Optional update submodules explicitly |
||||||
cd circle-stdlib/libs/circle |
cd circle-stdlib/libs/circle |
||||||
git checkout ec09d7e # develop |
git checkout fe09c4b |
||||||
cd - |
cd - |
||||||
cd circle-stdlib/libs/circle-newlib |
cd circle-stdlib/libs/circle-newlib |
||||||
git checkout 48bf91d # needed for circle ec09d7e |
#git checkout develop |
||||||
cd - |
cd - |
||||||
|
# |
||||||
|
# Use fixed master branch of Synth_Dexed |
||||||
cd Synth_Dexed/ |
cd Synth_Dexed/ |
||||||
git checkout c9f5274 |
git checkout c9f5274 |
||||||
cd - |
cd - |
||||||
|
Loading…
Reference in new issue