Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove NRF and radio submodules, don't build fw in build.sh #401

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove NRF and radio submodules, don't build fw in build.sh
  • Loading branch information
jpreiss committed Jun 23, 2021
commit 10f5db517dcaa15d3d1de2c275783be1aac1909d
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