forked from bitcraze/crazyflie-firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from bitcraze/master
업데이트
- Loading branch information
Showing
142 changed files
with
14,659 additions
and
5,437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
build_info.json | ||
|
||
^bin/dep/all | ||
bin/* | ||
.cproject | ||
.project | ||
.settings/* | ||
*~ | ||
config.mk | ||
tools/make/config.mk | ||
cflie.* | ||
version.c | ||
|
||
/cf2.* | ||
/cf1.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
sudo: required | ||
language: c | ||
services: | ||
- docker | ||
before_install: | ||
- docker pull bitcraze/builder | ||
script: | ||
# Build CF2 basic | ||
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=CF2 | ||
|
||
# Build CF2 with "all" features enabled | ||
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build clean | ||
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=CF2 DEBUG=1 "EXTRA_CFLAGS=-DCALIBRATED_LED_MORSE -DIMU_TAKE_ACCEL_BIAS -DIMU_MPU6500_DLPF_256HZ -DMADWICK_QUATERNION_IMU -DDEBUG_QUEUE_MONITOR" | ||
|
||
# Build CF1 | ||
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build clean | ||
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=CF1 | ||
|
||
# Build CF1 with "all" features enabled | ||
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build clean | ||
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=CF1 DEBUG=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.