Skip to content

Commit

Permalink
Merge pull request #401 from jpreiss/rm-submodules
Browse files Browse the repository at this point in the history
remove NRF and radio submodules, don't build fw in build.sh
  • Loading branch information
whoenig committed Jun 23, 2021
2 parents 4cd6903 + 10f5db5 commit b79132f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
path = crazyflie-clients-python
url = https://github.com/bitcraze/crazyflie-clients-python.git
branch = develop
[submodule "crazyradio-firmware"]
path = crazyradio-firmware
url = https://github.com/bitcraze/crazyradio-firmware.git
[submodule "crazyflie2-nrf-firmware"]
path = crazyflie2-nrf-firmware
url = https://github.com/bitcraze/crazyflie2-nrf-firmware.git
[submodule "ros_ws/src/externalDependencies/libobjecttracker"]
path = ros_ws/src/externalDependencies/libobjecttracker
url = https://github.com/USC-ACTLab/libobjecttracker
Expand Down
18 changes: 0 additions & 18 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@ git submodule init
git submodule update
cd $ROOT

# build nrf firmware
cd crazyflie2-nrf-firmware
tools/build/download_deps
make BLE=0
cd $ROOT

# build stm firmware
cd crazyflie-firmware
git submodule init
git submodule update
make -j8
cd $ROOT

# build radio firmware
cd crazyradio-firmware/firmware
make CRPA=1
cd $ROOT

# build simulator firmware backend
cd ros_ws/src/crazyswarm/scripts/pycrazyswarm/cfsim
make
Expand Down
1 change: 0 additions & 1 deletion crazyflie2-nrf-firmware
Submodule crazyflie2-nrf-firmware deleted from 1fcf77
1 change: 0 additions & 1 deletion crazyradio-firmware
Submodule crazyradio-firmware deleted from 2192e5

0 comments on commit b79132f

Please sign in to comment.