forked from bitcraze/crazyflie-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.mk
39 lines (27 loc) · 1.03 KB
/
config.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Copy this file to config.mk and modify to get you personal build configuration
## Set CRTP link to E-SKY receiver
# CFLAGS += -DUSE_ESKYLINK
## Redirect the console output to the UART
# CFLAGS += -DDEBUG_PRINT_ON_UART
## Load a deck driver that has no OW memory
# CFLAGS += -DDECK_FORCE=bcBuzzer
## Enable biq quad deck features
# CFLAGS += -DENABLE_BQ_DECK
# CFLAGS += -DBQ_DECK_ENABLE_PM
# CFLAGS += -DBQ_DECK_ENABLE_OSD
## Use morse when flashing the LED to indicate that the Crazyflie is calibrated
# CFLAGS += -DCALIBRATED_LED_MORSE
## Turn on monitoring of queue usages
# CFLAGS += -DDEBUG_QUEUE_MONITOR
## Automatically reboot to bootloader before flashing
# CLOAD_CMDS = -w radio://0/100/2M/E7E7E7E7E7
## Set number of anchor in LocoPositioningSystem
# CFLAGS += -DLOCODECK_NR_OF_ANCHORS=8
## Set alternative pins for LOCO deck (IRQ=IO_2, RESET=IO_3, default are RX1 and TX1)
# CFLAGS += -DLOCODECK_USE_ALT_PINS
## 2017/08/23 Modified by Taegooo Kim
## For Bigquad Deck
#PLATFORM=CF2
#DEBUG = 1
#CLOAD = 1
#CFLAGS += -DENABLE_BQ_DECK